DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Refactoring. From 6 to 180 lines.

Refactoring. From 6 to 180 lines.

4
Comments 3
4 min read
The outbox pattern in Python

The outbox pattern in Python

6
Comments
6 min read
Reading binary files with go. A pratical example using wave files

Reading binary files with go. A pratical example using wave files

4
Comments
9 min read
Mastering Action and Func Delegates in C#: A Comprehensive Guide

Mastering Action and Func Delegates in C#: A Comprehensive Guide

8
Comments
9 min read
INTRODUCTION TO HTML FRAMES

INTRODUCTION TO HTML FRAMES

7
Comments
5 min read
How to count the lines of code you wrote in VS Code?

How to count the lines of code you wrote in VS Code?

6
Comments
1 min read
Simple XSS Prevention Method in Javascript

Simple XSS Prevention Method in Javascript

4
Comments
3 min read
Diário de bordo #2

Diário de bordo #2

2
Comments
2 min read
Blog API using Express, JWT and MongoDB

Blog API using Express, JWT and MongoDB

1
Comments
10 min read
All you (probably) need to know about caching on the web 🗃

All you (probably) need to know about caching on the web 🗃

29
Comments 3
12 min read
AWS Amplify - your first app

AWS Amplify - your first app

1
Comments
6 min read
Real-world Chrome extensions for web developers

Real-world Chrome extensions for web developers

4
Comments
2 min read
Advent of Code 2022 - Day 17

Advent of Code 2022 - Day 17

2
Comments
9 min read
Python - Numpy

Python - Numpy

3
Comments
1 min read
How I would learn to code (if I could start over)

How I would learn to code (if I could start over)

9
Comments 3
4 min read
Top 50 Python Project Ideas for 2023

Top 50 Python Project Ideas for 2023

13
Comments 2
4 min read
More explicit interface implementation in Go using simple function signature | 3 ed.

More explicit interface implementation in Go using simple function signature | 3 ed.

1
Comments
1 min read
20 Git Commands you (probably) didn't know about 🧙‍♂️

20 Git Commands you (probably) didn't know about 🧙‍♂️

290
Comments 17
14 min read
How to Make an Android Camera App with Photo Filters? Full Code and Step by Step Guide

How to Make an Android Camera App with Photo Filters? Full Code and Step by Step Guide

17
Comments 2
6 min read
Ch. 4 Functions

Ch. 4 Functions

2
Comments
6 min read
Explain like I'm 5

Explain like I'm 5

3
Comments
1 min read
Most sophisticated embedding pattern in Go: embedded interface within a struct

Most sophisticated embedding pattern in Go: embedded interface within a struct

2
Comments
2 min read
Top 22 Spring Security Interview Questions for Java Programmers

Top 22 Spring Security Interview Questions for Java Programmers

4
Comments
9 min read
Use pre-commit checks to format your files and commit messages

Use pre-commit checks to format your files and commit messages

5
Comments
3 min read
Leetcode 1833 : Maximum Ice Cream Bars

Leetcode 1833 : Maximum Ice Cream Bars

3
Comments
2 min read
The importance of having a side gig as a Software Engineer.

The importance of having a side gig as a Software Engineer.

2
Comments
3 min read
What language or framework are you planning to learn in 2023?

What language or framework are you planning to learn in 2023?

6
Comments
1 min read
How to Get Started in Software Development in 2023

How to Get Started in Software Development in 2023

3
Comments
2 min read
MongoDB $weeklyUpdate #99 (January 6, 2023): Movie Score Predictions and Fun with Kubernetes!

MongoDB $weeklyUpdate #99 (January 6, 2023): Movie Score Predictions and Fun with Kubernetes!

1
Comments
3 min read
How to master HTTP requests with Axios

How to master HTTP requests with Axios

2
Comments
11 min read
11. Container With Most Water

11. Container With Most Water

Comments
2 min read
Best Practices for PHP Developers: A Collection of Tips and Techniques

Best Practices for PHP Developers: A Collection of Tips and Techniques

3
Comments
1 min read
Laravel - Maintenance Mode (artisan)

Laravel - Maintenance Mode (artisan)

1
Comments
1 min read
2022 - A Review on Burnout

2022 - A Review on Burnout

2
Comments
4 min read
Master Async/Await in JavaScript: A Practical Guide for Asynchronous Programming

Master Async/Await in JavaScript: A Practical Guide for Asynchronous Programming

24
Comments 1
5 min read
Como funciona o JavaScript: um guia visual🔥 🤖

Como funciona o JavaScript: um guia visual🔥 🤖

1
Comments
6 min read
Python

Python

3
Comments
2 min read
ChatGPT contributing to open-source project in action

ChatGPT contributing to open-source project in action

8
Comments
1 min read
Progress

Progress

3
Comments
3 min read
Create a Youtube to MP3 Downloader with Python

Create a Youtube to MP3 Downloader with Python

12
Comments 5
2 min read
I create my daily meal using chat GPT

I create my daily meal using chat GPT

6
Comments
2 min read
Elevando o nível do terminal: customizando suas funcionalidades

Elevando o nível do terminal: customizando suas funcionalidades

12
Comments
14 min read
Taking the terminal to the next level: customizing features

Taking the terminal to the next level: customizing features

16
Comments
13 min read
How to Detect and Rectify Documents in Angular Web Applications

How to Detect and Rectify Documents in Angular Web Applications

1
Comments
7 min read
Welcome to the Weekly Code Maven

Welcome to the Weekly Code Maven

2
Comments
4 min read
Building a CRUD App with Next.js, React Query, React Hook Form, and Yup

Building a CRUD App with Next.js, React Query, React Hook Form, and Yup

29
Comments 4
5 min read
4 Steps to Prepare for System Design Interview in 2024?[with Resources]

4 Steps to Prepare for System Design Interview in 2024?[with Resources]

95
Comments 2
11 min read
What is Asynchronous JavaScript?

What is Asynchronous JavaScript?

36
Comments 3
4 min read
React Developer Interviews: Be Prepared to Ace Your Next Job Interview

React Developer Interviews: Be Prepared to Ace Your Next Job Interview

1
Comments
2 min read
Go: Arrays and Slices, a deep dive.

Go: Arrays and Slices, a deep dive.

65
Comments 13
16 min read
How to Build Your ERP System in Minutes

How to Build Your ERP System in Minutes

7
Comments 2
11 min read
Python — Command line

Python — Command line

4
Comments
1 min read
CSS Grid Layout and Responsive Design

CSS Grid Layout and Responsive Design

16
Comments
3 min read
Partial Success Graphql in Batch Operations

Partial Success Graphql in Batch Operations

3
Comments
2 min read
How Google Cloud is Educating the Next Generation of Cloud Engineers

How Google Cloud is Educating the Next Generation of Cloud Engineers

6
Comments
2 min read
How to create a simple context menu action on Macbooks

How to create a simple context menu action on Macbooks

5
Comments
6 min read
To-Do List Application with Tailwind CSS, and JavaScript

To-Do List Application with Tailwind CSS, and JavaScript

24
Comments 2
5 min read
Uncovering and conquering async bugs: A trick to testing undesired effects

Uncovering and conquering async bugs: A trick to testing undesired effects

2
Comments
2 min read
What is Poetry? And why you should use it?

What is Poetry? And why you should use it?

3
Comments
2 min read
Angular Internals: How Reactivity Works with Zone.js

Angular Internals: How Reactivity Works with Zone.js

56
Comments 8
18 min read
loading...