DEV Community

Programming

The magic behind computers. đŸ’» đŸȘ„

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Knot Hash

Knot Hash

1
Comments
6 min read
The most important code smells every developer has to know

The most important code smells every developer has to know

9
Comments 4
1 min read
Pattern matching 💖 decision tables

Pattern matching 💖 decision tables

10
Comments
3 min read
Simple auth system using JWT

Simple auth system using JWT

44
Comments
2 min read
Receiving input from user in Ruby

Receiving input from user in Ruby

Comments
1 min read
New Things Added - Laravel 9.22 Released

New Things Added - Laravel 9.22 Released

3
Comments
1 min read
7 tips for beginners to secure website or web applications

7 tips for beginners to secure website or web applications

13
Comments
2 min read
Rust & Cross-compiling from Linux to Mac on GitHub Actions

Rust & Cross-compiling from Linux to Mac on GitHub Actions

12
Comments
2 min read
Using Advanced LIKE Expressions in Spring boot

Using Advanced LIKE Expressions in Spring boot

5
Comments
1 min read
7 javascript/typescript playground

7 javascript/typescript playground

11
Comments
1 min read
Discover the New ASP.NET Core Features in .NET 7!

Discover the New ASP.NET Core Features in .NET 7!

46
Comments 2
7 min read
Slow software development

Slow software development

22
Comments 3
3 min read
Real JavaScript Interview questions

Real JavaScript Interview questions

7
Comments
4 min read
Spring Rest Repositories para acelerar MVP e PoC

Spring Rest Repositories para acelerar MVP e PoC

4
Comments
5 min read
Building REST Endpoints with Knex and PostgreSQL

Building REST Endpoints with Knex and PostgreSQL

5
Comments
10 min read
How to Learn Programming in 10 Steps

How to Learn Programming in 10 Steps

11
Comments
5 min read
6 VSCode Extensions Necessary for Vue3 DevelopmentđŸ”„

6 VSCode Extensions Necessary for Vue3 DevelopmentđŸ”„

26
Comments 1
4 min read
How the hell are you supposed to make forms?

How the hell are you supposed to make forms?

17
Comments 2
3 min read
Customize Medusa and Gatsby to Implement Wishlist Functionality

Customize Medusa and Gatsby to Implement Wishlist Functionality

24
Comments
17 min read
It All Comes Back Around to the for Loop

It All Comes Back Around to the for Loop

4
Comments
4 min read
[pt-BR] SerĂĄ que isso Ă© o bĂĄsico? [parte I]

[pt-BR] SerĂĄ que isso Ă© o bĂĄsico? [parte I]

7
Comments
4 min read
My setup as a Web Dev in 2022

My setup as a Web Dev in 2022

39
Comments 8
4 min read
SQL DB Backup with PowerShell GUI - Tutorial

SQL DB Backup with PowerShell GUI - Tutorial

5
Comments
9 min read
1 year of learning full-stack development đŸ’»

1 year of learning full-stack development đŸ’»

11
Comments 4
2 min read
Pattern Program In Python

Pattern Program In Python

8
Comments
3 min read
The fastest way to develop your projects

The fastest way to develop your projects

8
Comments 1
2 min read
Incident management & the wet floor sign

Incident management & the wet floor sign

7
Comments
6 min read
Commiting Like a Pro in NodeJs: The Message

Commiting Like a Pro in NodeJs: The Message

4
Comments
4 min read
Scraping LinkedIn Data With Proxycurl Jobs API

Scraping LinkedIn Data With Proxycurl Jobs API

26
Comments
6 min read
Kotlin in Action Summary - Part 1

Kotlin in Action Summary - Part 1

4
Comments
10 min read
Diagrams are the ultimate engineering tool

Diagrams are the ultimate engineering tool

220
Comments 22
2 min read
I Built a Tinder for Restaurants App — Here Are Some Web Development Techniques I Learned

I Built a Tinder for Restaurants App — Here Are Some Web Development Techniques I Learned

28
Comments 1
6 min read
Back on the grind - New Years Resolution - Dev Log 35

Back on the grind - New Years Resolution - Dev Log 35

5
Comments
2 min read
Raft (not)almighty: how to make it more robust

Raft (not)almighty: how to make it more robust

28
Comments
15 min read
Axios & Error handling like a boss 😎

Axios & Error handling like a boss 😎

61
Comments 3
13 min read
How I Developed a Smile Filter for My App

How I Developed a Smile Filter for My App

5
Comments
5 min read
Git Useful commands

Git Useful commands

12
Comments 1
2 min read
Tools & tweaks to Improve your coding productivity.

Tools & tweaks to Improve your coding productivity.

12
Comments
3 min read
Angular Pipe Character Counter

Angular Pipe Character Counter

10
Comments
1 min read
How I Plan to use coding as a tool to save my future

How I Plan to use coding as a tool to save my future

39
Comments 6
2 min read
GSoC 2022 CircuitVerse | Week 4 Report

GSoC 2022 CircuitVerse | Week 4 Report

4
Comments
2 min read
Twilio Conversations client resilient setup

Twilio Conversations client resilient setup

4
Comments
2 min read
Building Redis Server in Rust: Part 1

Building Redis Server in Rust: Part 1

28
Comments 2
15 min read
How I Landed A Job In Cyber Security With No Professional Experience, Certifications, Nor A Degree

How I Landed A Job In Cyber Security With No Professional Experience, Certifications, Nor A Degree

6
Comments
14 min read
How to get a job w/o experience: 8 sec tips ✹

How to get a job w/o experience: 8 sec tips ✹

5
Comments 2
1 min read
Debugging with VS Code

Debugging with VS Code

13
Comments 1
3 min read
Deploy a React App to AWS S3 with GitHub Actions: A Step-By-Step Guide

Deploy a React App to AWS S3 with GitHub Actions: A Step-By-Step Guide

5
Comments
5 min read
Introduction to Data Analysis with Python Part 2: Mathematical Operations Using Pandas and NumPy

Introduction to Data Analysis with Python Part 2: Mathematical Operations Using Pandas and NumPy

5
Comments
14 min read
Scrape Google Shopping Tab with Python

Scrape Google Shopping Tab with Python

5
Comments
12 min read
You will not do it later (most likely) - I'm a procrastinator, I know

You will not do it later (most likely) - I'm a procrastinator, I know

63
Comments 18
4 min read
Let's build a Youtube clone with Nextjs and Tailwindcss 🎉(Part 3)

Let's build a Youtube clone with Nextjs and Tailwindcss 🎉(Part 3)

13
Comments
3 min read
Intro to Regular Expressions

Intro to Regular Expressions

4
Comments 2
4 min read
Commiting Like a Pro in NodeJs: The hooks

Commiting Like a Pro in NodeJs: The hooks

4
Comments
2 min read
What Makes Python Best Programming Language For Microservices?

What Makes Python Best Programming Language For Microservices?

6
Comments 1
6 min read
How Factorial Works In Code & Real Life Example

How Factorial Works In Code & Real Life Example

3
Comments
1 min read
Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

3
Comments
1 min read
Typescript When You Should Mix Type Alias And Interface

Typescript When You Should Mix Type Alias And Interface

3
Comments
2 min read
Java Efetivo Essencial - Injeção de DependĂȘncia

Java Efetivo Essencial - Injeção de DependĂȘncia

14
Comments 2
2 min read
Introduction to XML

Introduction to XML

7
Comments 2
3 min read
Using WordPress As A GraphQL Backend

Using WordPress As A GraphQL Backend

3
Comments
6 min read
loading...