DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Programming a NodeJS App

Programming a NodeJS App

Comments
14 min read
Making Off de mi juego 1

Making Off de mi juego 1

3
Comments 1
4 min read
How my obsession drove me to re-engineer a different type of FlatList, I called it "NestedLists".

How my obsession drove me to re-engineer a different type of FlatList, I called it "NestedLists".

14
Comments 4
6 min read
In One Minute : Apache Tomcat

In One Minute : Apache Tomcat

3
Comments
1 min read
Mutable and Immutable in Python

Mutable and Immutable in Python

1
Comments
1 min read
Building my first mobile app

Building my first mobile app

4
Comments
4 min read
Initial Setup 🛠

Initial Setup 🛠

21
Comments
2 min read
__filename, __dirname, and others are not really globals.

__filename, __dirname, and others are not really globals.

2
Comments
3 min read
Hosting a static website for free in 15 minutes with Cloudflare Workers Sites

Hosting a static website for free in 15 minutes with Cloudflare Workers Sites

1
Comments
3 min read
Signs that your PHP code needs refactoring

Signs that your PHP code needs refactoring

34
Comments 8
4 min read
(Array Methods Part 1) What are Mutator Methods?

(Array Methods Part 1) What are Mutator Methods?

4
Comments
1 min read
How does PyTorch's requires_grad works ?

How does PyTorch's requires_grad works ?

Comments
1 min read
Learn Solidity with me

Learn Solidity with me

Comments
2 min read
Rust based alternatives for Unix & GNU Terminal Tools (Quick Table)

Rust based alternatives for Unix & GNU Terminal Tools (Quick Table)

6
Comments
2 min read
Application development with 100% customization. Customization Driven Development (CDD)

Application development with 100% customization. Customization Driven Development (CDD)

Comments
3 min read
Triangle with loop

Triangle with loop

4
Comments
1 min read
In One Minute : Amazon DynamoDB

In One Minute : Amazon DynamoDB

4
Comments
1 min read
How to Validate an Email Address in C#

How to Validate an Email Address in C#

2
Comments
11 min read
The modern age terminal

The modern age terminal

4
Comments
2 min read
Abstracciones detalles e interfaces.

Abstracciones detalles e interfaces.

6
Comments
5 min read
4 Strategies To Boost Reputation On Stack Overflow

4 Strategies To Boost Reputation On Stack Overflow

Comments
3 min read
Static Code Analysis using Semgrep App

Static Code Analysis using Semgrep App

4
Comments
3 min read
Using Redis for Caching (2023)

Using Redis for Caching (2023)

3
Comments
17 min read
Why use Go for Hacking

Why use Go for Hacking

5
Comments
2 min read
Add 1 to a number represented as linked list.

Add 1 to a number represented as linked list.

3
Comments
1 min read
How to convert decimal number to bin, octal and hex format using python ?

How to convert decimal number to bin, octal and hex format using python ?

4
Comments
1 min read
How Engineering managers can improve onboarding for new developers

How Engineering managers can improve onboarding for new developers

13
Comments 3
3 min read
Why couldn't you get a job as a freelancer?

Why couldn't you get a job as a freelancer?

9
Comments 4
8 min read
The testing pyramid is outdated! E2E tests are now easy to write

The testing pyramid is outdated! E2E tests are now easy to write

5
Comments 3
2 min read
I ported a large C++ library to the browser!

I ported a large C++ library to the browser!

5
Comments
1 min read
Concurrencia en Golang I

Concurrencia en Golang I

18
Comments
4 min read
Learn Automation in Python with 7 Projects

Learn Automation in Python with 7 Projects

12
Comments
1 min read
Managing Your Distributed Node.js Application Environment and Configuration

Managing Your Distributed Node.js Application Environment and Configuration

8
Comments
4 min read
7 top in-demand programming languages to learn in 2022

7 top in-demand programming languages to learn in 2022

10
Comments 1
7 min read
How to Use Maven Profiles to Selectively Activate Plugins and Other Configuration from the Command Line

How to Use Maven Profiles to Selectively Activate Plugins and Other Configuration from the Command Line

11
Comments
6 min read
Headfirst Guide to Learning Elixir Part 1: Maths, Strings

Headfirst Guide to Learning Elixir Part 1: Maths, Strings

5
Comments
4 min read
In One Minute : PostgreSQL

In One Minute : PostgreSQL

6
Comments
1 min read
Creating a whole directory tree at once in Linux/Unix

Creating a whole directory tree at once in Linux/Unix

3
Comments
1 min read
Git 2.38 has changed!

Git 2.38 has changed!

4
Comments 1
2 min read
How do JavaScript closures work?

How do JavaScript closures work?

4
Comments
2 min read
React Optimizing Compiler (without memo)

React Optimizing Compiler (without memo)

5
Comments
1 min read
Web Scraping Yellow Pages using Python for Business Data, Email, Phone Number & Address

Web Scraping Yellow Pages using Python for Business Data, Email, Phone Number & Address

5
Comments 1
5 min read
Building CLI time tracker with Python

Building CLI time tracker with Python

2
Comments
9 min read
How to Create Gradient Chat Bubbles in Flutter?

How to Create Gradient Chat Bubbles in Flutter?

4
Comments
5 min read
Difference between find() and filter() methods in Javascript ?

Difference between find() and filter() methods in Javascript ?

4
Comments 2
1 min read
5 devtools tips you may want to know 🚀

5 devtools tips you may want to know 🚀

54
Comments 4
2 min read
Question n Answer Website in Django

Question n Answer Website in Django

7
Comments
8 min read
We are doing a Code Coverage Webinar: what would you like to know?

We are doing a Code Coverage Webinar: what would you like to know?

Comments
1 min read
Internal Security

Internal Security

12
Comments 3
7 min read
Alternative ways to freeze a string in Ruby

Alternative ways to freeze a string in Ruby

7
Comments
4 min read
Element Vs Component in React js

Element Vs Component in React js

7
Comments 1
2 min read
Do you know these Software Engineering Terms?

Do you know these Software Engineering Terms?

74
Comments 7
12 min read
Understanding Composer

Understanding Composer

3
Comments 2
3 min read
Preliminary Go Language for Beginners

Preliminary Go Language for Beginners

Comments
2 min read
Why do entry level web developer jobs require experience?

Why do entry level web developer jobs require experience?

5
Comments 1
6 min read
Live Reloading in Rust with Cargo Watch and Docker

Live Reloading in Rust with Cargo Watch and Docker

13
Comments 1
2 min read
How to Improve Python Barcode QR Code Scanning Performance on Raspberry Pi

How to Improve Python Barcode QR Code Scanning Performance on Raspberry Pi

5
Comments 1
8 min read
Code Smell 170 - Refactor with Functional Changes

Code Smell 170 - Refactor with Functional Changes

6
Comments
2 min read
Is vscode dying?

Is vscode dying?

2
Comments 5
3 min read
Building THE MOST practical Todolist with React and Websockets 🪄✨

Building THE MOST practical Todolist with React and Websockets 🪄✨

420
Comments 10
16 min read
loading...