DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Introducing StackUp - A Single Application to Spin Up Your Entire Dev Stack

Introducing StackUp - A Single Application to Spin Up Your Entire Dev Stack

1
Comments
3 min read
Practical steps on how to apply the useParams hook of React router.

Practical steps on how to apply the useParams hook of React router.

6
Comments
12 min read
SOLID: DIP, loose coupling

SOLID: DIP, loose coupling

11
Comments
2 min read
Understanding Heap Memory Allocation in C - sbrk and brk

Understanding Heap Memory Allocation in C - sbrk and brk

3
Comments
3 min read
Scratch is Addictive: How to get rid of your Scratch addiction

Scratch is Addictive: How to get rid of your Scratch addiction

4
Comments 1
8 min read
The best way to integrate in a new team

The best way to integrate in a new team

5
Comments 2
3 min read
Top 7 Things That Kill Developer Productivity

Top 7 Things That Kill Developer Productivity

138
Comments 25
6 min read
React Custom Hook: useMediaQuery

React Custom Hook: useMediaQuery

9
Comments
2 min read
Follow up to The Mythical Man-Month

Follow up to The Mythical Man-Month

4
Comments 3
1 min read
JavaScipt: Everything you need to know about arrays.

JavaScipt: Everything you need to know about arrays.

4
Comments 2
9 min read
Cracking the Code: Solving Angular Bugs and Glitches

Cracking the Code: Solving Angular Bugs and Glitches

2
Comments
4 min read
Libraries vs. Frameworks: Which is right for your next web project?

Libraries vs. Frameworks: Which is right for your next web project?

13
Comments
7 min read
🚀 9 open-source libraries YOU HAVE to contribute to in 2023 🔥

🚀 9 open-source libraries YOU HAVE to contribute to in 2023 🔥

372
Comments 43
4 min read
Understand Ownership and borrowing in Rust

Understand Ownership and borrowing in Rust

7
Comments
4 min read
TypeScript's type inference. A readonly array of specific string values.

TypeScript's type inference. A readonly array of specific string values.

2
Comments
2 min read
Relational Database

Relational Database

2
Comments 1
2 min read
State Management with Redux

State Management with Redux

10
Comments 2
3 min read
9 Pro Tips for Effective Version Control and Collaboration using Git

9 Pro Tips for Effective Version Control and Collaboration using Git

7
Comments
3 min read
JavaScript Validation

JavaScript Validation

1
Comments
9 min read
Using Optional in Java the right way

Using Optional in Java the right way

6
Comments
3 min read
Git things right🟢✔️ using rebase workflow in a software team

Git things right🟢✔️ using rebase workflow in a software team

7
Comments
10 min read
Exploring the difference between "any" and "unknown" in TypeScript

Exploring the difference between "any" and "unknown" in TypeScript

8
Comments
4 min read
12 Great Project Ideas for Web and Mobile Developers

12 Great Project Ideas for Web and Mobile Developers

11
Comments
7 min read
JavaScript web API

JavaScript web API

2
Comments
3 min read
Using Dart to create custom directories and files for your new Flutter project.

Using Dart to create custom directories and files for your new Flutter project.

6
Comments 1
4 min read
How To Send Email With Python, Simply

How To Send Email With Python, Simply

1
Comments
3 min read
¿Qué son las interfaces? Ejemplos de Java y Golang

¿Qué son las interfaces? Ejemplos de Java y Golang

Comments
2 min read
Useful VS Code Extensions for Flutter Developers

Useful VS Code Extensions for Flutter Developers

1
Comments
3 min read
Desvendando a criptografia do Firefox e resgatando senhas salvas!

Desvendando a criptografia do Firefox e resgatando senhas salvas!

1
Comments
3 min read
Journey to Becoming a Software Engineer: Navigating Challenges and Staying Consistent

Journey to Becoming a Software Engineer: Navigating Challenges and Staying Consistent

Comments
4 min read
Failure Is An Option

Failure Is An Option

7
Comments
5 min read
Deploy and Configure Grafana to Visualize Data on Koyeb

Deploy and Configure Grafana to Visualize Data on Koyeb

Comments
7 min read
Javascript Advance DOM Manipulation

Javascript Advance DOM Manipulation

2
Comments
1 min read
Raku Blog Posts 2023.34

Raku Blog Posts 2023.34

1
Comments
1 min read
Bit Manipulation: Exploring A Lost Technique of Programming

Bit Manipulation: Exploring A Lost Technique of Programming

2
Comments 4
7 min read
Reverse a Generic List in golang

Reverse a Generic List in golang

4
Comments
3 min read
Conditional Statements: Making Decisions in JavaScript 😎🔀

Conditional Statements: Making Decisions in JavaScript 😎🔀

9
Comments
5 min read
Dominando la Sincronización en Java: Garantizando la Coherencia de Datos en Concurrencia

Dominando la Sincronización en Java: Garantizando la Coherencia de Datos en Concurrencia

Comments
4 min read
Perl script to search for large primes

Perl script to search for large primes

1
Comments
1 min read
What is routing and how to implement attribute routing in Asp.net MVC?

What is routing and how to implement attribute routing in Asp.net MVC?

3
Comments 1
4 min read
Introduction to JavaScript: The Fundamentals You Need to Know

Introduction to JavaScript: The Fundamentals You Need to Know

7
Comments
5 min read
Kotlin Code Smell 31 - Not Polymorphic

Kotlin Code Smell 31 - Not Polymorphic

Comments
1 min read
Python Deployment: WSGI

Python Deployment: WSGI

10
Comments 3
11 min read
Background Jobs

Background Jobs

15
Comments 1
8 min read
Demystifying Unit Tests in Laravel: Building Robust Applications with Confidence

Demystifying Unit Tests in Laravel: Building Robust Applications with Confidence

1
Comments
3 min read
Load Environment on Directory Change

Load Environment on Directory Change

1
Comments
3 min read
Top 5 JavaScript Courses on Udemy -  Is it worth it?

Top 5 JavaScript Courses on Udemy -  Is it worth it?

7
Comments
15 min read
JavaScript Testing and Debugging: A Comprehensive Guide

JavaScript Testing and Debugging: A Comprehensive Guide

1
Comments
2 min read
Discover Simplicity and Fun in Tech with Dev Hots on LinkedIn!

Discover Simplicity and Fun in Tech with Dev Hots on LinkedIn!

72
Comments 7
2 min read
Understanding Variables in JavaScript: The Var, Let, and Const Adventure!

Understanding Variables in JavaScript: The Var, Let, and Const Adventure!

6
Comments
5 min read
Creating custom directories and files for your Flutter project with Go

Creating custom directories and files for your Flutter project with Go

6
Comments 3
4 min read
🛡️ Policy Engines: Open Policy Agent vs AWS Cedar vs Google Zanzibar 𐃃🌲፨

🛡️ Policy Engines: Open Policy Agent vs AWS Cedar vs Google Zanzibar 𐃃🌲፨

1
Comments
6 min read
Using ChatGPT to Optimize Code in Xcode: A New Era of Development

Using ChatGPT to Optimize Code in Xcode: A New Era of Development

1
Comments
9 min read
React Custom Hook: useLongPress

React Custom Hook: useLongPress

8
Comments
2 min read
Design Patterns in Ruby | FLYWEIGHT 💿

Design Patterns in Ruby | FLYWEIGHT 💿

1
Comments
2 min read
Branchless programming in Dart?

Branchless programming in Dart?

12
Comments 3
2 min read
Python Challenge Recap

Python Challenge Recap

2
Comments
5 min read
Developer to Entrepreneur: The Uncharted Path

Developer to Entrepreneur: The Uncharted Path

22
Comments 4
5 min read
Modernizing Legacy Systems with Amplication's DB Schema Import

Modernizing Legacy Systems with Amplication's DB Schema Import

8
Comments
5 min read
Use of Golang

Use of Golang

11
Comments 6
2 min read
loading...