DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Understanding Executors and Thread Pools in Java

Understanding Executors and Thread Pools in Java

2
Comments
3 min read
Why do we make IT so complicated? 😱

Why do we make IT so complicated? 😱

Comments
1 min read
Mastering JavaScript Classes: Your Shortcut to OOP Success!

Mastering JavaScript Classes: Your Shortcut to OOP Success!

6
Comments
6 min read
How to build Asynchronous applications in Python: Exploring Multithreading

How to build Asynchronous applications in Python: Exploring Multithreading

8
Comments 2
8 min read
The Ultimate Guide to Calling a Function in Python

The Ultimate Guide to Calling a Function in Python

3
Comments 2
6 min read
Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

26
Comments 7
3 min read
Dasar-dasar lingkungan pengembangan, kompilasi, dan eksekusi kode Haskell

Dasar-dasar lingkungan pengembangan, kompilasi, dan eksekusi kode Haskell

Comments
2 min read
Demystifying the Next.js Folder Structure - A Comprehensive Guide

Demystifying the Next.js Folder Structure - A Comprehensive Guide

8
Comments
14 min read
Map, Filter and Reduce in Javascript 👨🏼‍💻

Map, Filter and Reduce in Javascript 👨🏼‍💻

13
Comments
4 min read
Learning Rust 🦀: 13 - Pattern matching basics

Learning Rust 🦀: 13 - Pattern matching basics

7
Comments
5 min read
Iterables and Iterators - HackerRank Solution Python

Iterables and Iterators - HackerRank Solution Python

2
Comments
3 min read
Reverse Integer Algorithm in C++, Java, and Python - LeetCode Problem

Reverse Integer Algorithm in C++, Java, and Python - LeetCode Problem

2
Comments
2 min read
Cuidados Essenciais em Go: Como utilizar as Funções Marshal() e Unmarshal() para JSON de maneira segura

Cuidados Essenciais em Go: Como utilizar as Funções Marshal() e Unmarshal() para JSON de maneira segura

Comments
9 min read
SurrealDB - Improve data integrity by adding schema information

SurrealDB - Improve data integrity by adding schema information

7
Comments
3 min read
SurrealDB - Structuring Data for Multi-Tenant Role & Permission Systems

SurrealDB - Structuring Data for Multi-Tenant Role & Permission Systems

8
Comments
5 min read
Purely Functional Programming in JavaScript

Purely Functional Programming in JavaScript

Comments
7 min read
5 Design Patterns That Are ACTUALLY Used By Developers

5 Design Patterns That Are ACTUALLY Used By Developers

7
Comments
7 min read
Introducing supertext-react: Elevate Your Web Text Animations

Introducing supertext-react: Elevate Your Web Text Animations

12
Comments 2
2 min read
Rants of a Beginner Techie1

Rants of a Beginner Techie1

9
Comments 4
3 min read
The Start to Exploring the World of Open Source

The Start to Exploring the World of Open Source

Comments
2 min read
TypeScript: To be or not to be

TypeScript: To be or not to be

6
Comments
2 min read
CLEAN GIT: Pushing Local Changes to Remote Repository Using Git

CLEAN GIT: Pushing Local Changes to Remote Repository Using Git

Comments
3 min read
Mastering Data Analysis with Pandas: A Comprehensive Guide for Python Enthusiasts

Mastering Data Analysis with Pandas: A Comprehensive Guide for Python Enthusiasts

7
Comments
2 min read
🚀 Mastering Advanced Complex React useContext with useReducer ⭐ (Redux-like Style) ⭐

🚀 Mastering Advanced Complex React useContext with useReducer ⭐ (Redux-like Style) ⭐

49
Comments 5
5 min read
10 AI project ideas that you can build in a weekend

10 AI project ideas that you can build in a weekend

5
Comments
3 min read
Accelerate Docker builds with cache

Accelerate Docker builds with cache

4
Comments
4 min read
How to write maintainable code: Straightforward logic

How to write maintainable code: Straightforward logic

3
Comments
4 min read
A way to (actually) run Python code in ChatGPT

A way to (actually) run Python code in ChatGPT

Comments
5 min read
Nim experiences so far(?)..

Nim experiences so far(?)..

1
Comments 2
1 min read
The Four Pillars of JavaScript Scoping: Global, Block, Function, and Module

The Four Pillars of JavaScript Scoping: Global, Block, Function, and Module

8
Comments 2
4 min read
Regex Cheatsheet

Regex Cheatsheet

Comments
2 min read
Understanding How Forward and Reverse Proxy Work

Understanding How Forward and Reverse Proxy Work

6
Comments
4 min read
The Evolution of Bugs

The Evolution of Bugs

15
Comments 1
20 min read
How to get started with Open-Source Projects?

How to get started with Open-Source Projects?

2
Comments 1
8 min read
Error handling in Golang

Error handling in Golang

4
Comments
3 min read
Deploy a PDF Generation Service In Minutes With Appwrite Functions

Deploy a PDF Generation Service In Minutes With Appwrite Functions

14
Comments
3 min read
Pure Critique of Pure Functions in Functional Programming

Pure Critique of Pure Functions in Functional Programming

16
Comments 14
5 min read
😵‍💫 5 Programming Concepts Every Newbie Finds Confusing (And Tips for Learning Them)

😵‍💫 5 Programming Concepts Every Newbie Finds Confusing (And Tips for Learning Them)

6
Comments 3
6 min read
Testing is not about the happy path

Testing is not about the happy path

2
Comments 2
3 min read
Join your telemetry data in New Relic Query Language (NRQL)

Join your telemetry data in New Relic Query Language (NRQL)

1
Comments
6 min read
Python For The Blinds (Part-1)

Python For The Blinds (Part-1)

7
Comments 2
11 min read
That Magical First-Time Feeling of Coding Your Own Thing!

That Magical First-Time Feeling of Coding Your Own Thing!

3
Comments
3 min read
🌍Pattern matching in C#

🌍Pattern matching in C#

Comments
1 min read
Make Kubernetes and Platform Engineering Easier Part 1: AIOps

Make Kubernetes and Platform Engineering Easier Part 1: AIOps

5
Comments
5 min read
Electron Forge + Vite + VueJS

Electron Forge + Vite + VueJS

14
Comments
3 min read
GitHub RepoJacking: Are You Sure Your GitHub Is Safe?

GitHub RepoJacking: Are You Sure Your GitHub Is Safe?

6
Comments 1
7 min read
Exploring the Null Object Pattern in Ruby

Exploring the Null Object Pattern in Ruby

11
Comments
4 min read
Kotlin Code Smell 30 - Avoiding Concrete Class Subclassification Pitfalls

Kotlin Code Smell 30 - Avoiding Concrete Class Subclassification Pitfalls

1
Comments
2 min read
Short-Circuit Evaluation: Making Your Code More Concise

Short-Circuit Evaluation: Making Your Code More Concise

10
Comments
3 min read
Fluent Validation in .NET Core - Advantages and Disadvantages

Fluent Validation in .NET Core - Advantages and Disadvantages

22
Comments 1
9 min read
Power of Promises in JavaScript - Asynchronous Magic 🔥

Power of Promises in JavaScript - Asynchronous Magic 🔥

1
Comments
2 min read
My top 5 WebStorm shortcuts

My top 5 WebStorm shortcuts

Comments
5 min read
Loops in C#

Loops in C#

9
Comments 1
6 min read
Build AI Apps in Minutes with Open Source Dify Ai

Build AI Apps in Minutes with Open Source Dify Ai

1
Comments
1 min read
Clean Git: Self-Documented Project

Clean Git: Self-Documented Project

6
Comments 6
2 min read
Understanding Density-Independent Pixels

Understanding Density-Independent Pixels

9
Comments
3 min read
Multi usuários no Laravel

Multi usuários no Laravel

1
Comments
6 min read
Exploring the Differences: Next.js 12 vs. Next.js 13 - What's New?

Exploring the Differences: Next.js 12 vs. Next.js 13 - What's New?

3
Comments 1
2 min read
Platform Engineering On Kubernetes Part 3: Crossplane

Platform Engineering On Kubernetes Part 3: Crossplane

17
Comments 1
5 min read
What is Profiler in React ? <React.Profiler>

What is Profiler in React ? <React.Profiler>

5
Comments
2 min read
loading...