DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Web Dev Day 4: CSS3 Guide Part 2

Web Dev Day 4: CSS3 Guide Part 2

Comments
9 min read
a web perfomance introduction and why you should care;

a web perfomance introduction and why you should care;

1
Comments
1 min read
Measured now supports your favorite Kotlin platform

Measured now supports your favorite Kotlin platform

3
Comments
1 min read
Styling Elements with HTML Span

Styling Elements with HTML Span

2
Comments
3 min read
Learning to Code: My CS50 Story

Learning to Code: My CS50 Story

3
Comments
2 min read
Using Tc-Bpf Program To Redirect Dns Traffic In Docker Containers

Using Tc-Bpf Program To Redirect Dns Traffic In Docker Containers

2
Comments
11 min read
Developer Updates - May 2024

Developer Updates - May 2024

46
Comments
4 min read
Automating the Boring Stuff

Automating the Boring Stuff

Comments
3 min read
How to create an Instagram API client in python: a step-by-step tutorial

How to create an Instagram API client in python: a step-by-step tutorial

3
Comments
3 min read
Your Path to Success: How to Become a Self-Taught Frontend Developer in 2024

Your Path to Success: How to Become a Self-Taught Frontend Developer in 2024

4
Comments
3 min read
I _____ hate arrays in C++!

I _____ hate arrays in C++!

4
Comments
14 min read
Opinionated Architecture: Simple Guide for Beginners

Opinionated Architecture: Simple Guide for Beginners

Comments
2 min read
1482. Minimum Number of Days to Make m Bouquets

1482. Minimum Number of Days to Make m Bouquets

1
Comments
2 min read
Embarking on My Tech Learning Journey

Embarking on My Tech Learning Journey

1
Comments
3 min read
FastAPI Beyond CRUD Part 11 - JWT Authentication (Renew User Access Using Refresh Token Token)

FastAPI Beyond CRUD Part 11 - JWT Authentication (Renew User Access Using Refresh Token Token)

Comments
1 min read
Sticky Sessions: Benefits and Drawbacks

Sticky Sessions: Benefits and Drawbacks

2
Comments
3 min read
How AI Coding Tools Might Set You Up for Failure

How AI Coding Tools Might Set You Up for Failure

2
Comments
1 min read
A Comprehensive Guide to Big O Notation and Efficient Coding Practices with Examples

A Comprehensive Guide to Big O Notation and Efficient Coding Practices with Examples

5
Comments
5 min read
How We Went from 46 to 99 Performance Score to Improve Our Website Speed

How We Went from 46 to 99 Performance Score to Improve Our Website Speed

6
Comments
15 min read
Processing Foundation 2024 Software Development Grant (pr05): 'New Beginnings' Open Call

Processing Foundation 2024 Software Development Grant (pr05): 'New Beginnings' Open Call

Comments
2 min read
Hadoop Date Mastery for Astronomers

Hadoop Date Mastery for Astronomers

Comments
5 min read
Understanding the Singleton Pattern in TypeScript

Understanding the Singleton Pattern in TypeScript

13
Comments 2
3 min read
Editing and Updating Notes using PATCH Request Method

Editing and Updating Notes using PATCH Request Method

1
Comments 1
4 min read
Leveraging APIs to Enhance Your Software Functionality

Leveraging APIs to Enhance Your Software Functionality

2
Comments
3 min read
🛠️ How to Review Code Effectively: A Simple Guide for Developers

🛠️ How to Review Code Effectively: A Simple Guide for Developers

1
Comments
2 min read
Printing in C#: How To Do It Correctly đź”®

Printing in C#: How To Do It Correctly đź”®

29
Comments
6 min read
✨ Do this first if you are using an Auth Provider 🧙‍♂️ 🫵

✨ Do this first if you are using an Auth Provider 🧙‍♂️ 🫵

102
Comments 11
7 min read
Hooks in React

Hooks in React

Comments
2 min read
Mase JS is a new way to write HTML entirely in your JavaScript.

Mase JS is a new way to write HTML entirely in your JavaScript.

16
Comments 13
2 min read
Day 15: Promise

Day 15: Promise

Comments
2 min read
TIL: Max/MSP/Jitter

TIL: Max/MSP/Jitter

Comments
2 min read
Parsing and Validating Data in Elixir

Parsing and Validating Data in Elixir

19
Comments
3 min read
7 Captivating C++ Programming Challenges from LabEx 🧠

7 Captivating C++ Programming Challenges from LabEx 🧠

3
Comments
2 min read
TIL: Today I Learned Sinatra

TIL: Today I Learned Sinatra

Comments
1 min read
Unlock your career in data analytics 2024

Unlock your career in data analytics 2024

Comments 1
1 min read
My online HTML editor in action 00:09

My online HTML editor in action

3
Comments 1
1 min read
Combining Node.js with Async Rust for remarkable performance

Combining Node.js with Async Rust for remarkable performance

21
Comments 1
6 min read
Idempotency in Computing: A Comprehensive Guide

Idempotency in Computing: A Comprehensive Guide

1
Comments
4 min read
Tailwind is the best CSS framework!?

Tailwind is the best CSS framework!?

Comments
1 min read
SemVer - Versionamento de Código: Princípios e Práticas

SemVer - Versionamento de Código: Princípios e Práticas

8
Comments
3 min read
Design Patterns In Software

Design Patterns In Software

Comments
6 min read
Fundamentos de JavaScript: Un Viaje desde Cero hasta el Dominio

Fundamentos de JavaScript: Un Viaje desde Cero hasta el Dominio

Comments
4 min read
Beginner here

Beginner here

Comments
1 min read
Mastering Custom Hooks in React: A Comprehensive Guide

Mastering Custom Hooks in React: A Comprehensive Guide

83
Comments 4
3 min read
?? (Nullish coalescing) vs || (Logical OR) in Javascript

?? (Nullish coalescing) vs || (Logical OR) in Javascript

27
Comments 6
1 min read
Find all palindromes in a string in Go

Find all palindromes in a string in Go

Comments
2 min read
🎉 Celebrating 90 Hours of Coding! 🚀

🎉 Celebrating 90 Hours of Coding! 🚀

2
Comments
1 min read
Build a Portable AI Companion with Discord’s User-Installable Apps (GPT 4o)

Build a Portable AI Companion with Discord’s User-Installable Apps (GPT 4o)

8
Comments
5 min read
Angular Authentication: Upgrade to Angular 18 🚀

Angular Authentication: Upgrade to Angular 18 🚀

64
Comments 2
4 min read
HTML - 5 API's

HTML - 5 API's

13
Comments 1
2 min read
I'm building a collection of Awesome Frontend Resources, and need contributors.

I'm building a collection of Awesome Frontend Resources, and need contributors.

19
Comments 7
6 min read
Day 14: Callback

Day 14: Callback

Comments
2 min read
Understanding Concurrency and Parallelism: What's the Difference?

Understanding Concurrency and Parallelism: What's the Difference?

3
Comments
2 min read
FastAPI Beyond CRUD Part 10 - JWT Authentication (Project Endpoints with HTTP Bearer Auth)

FastAPI Beyond CRUD Part 10 - JWT Authentication (Project Endpoints with HTTP Bearer Auth)

1
Comments
1 min read
Box<T> Type in Rust Allows for Heap Allocation

Box<T> Type in Rust Allows for Heap Allocation

5
Comments
5 min read
Mastering Environment Variables in Node.js: A Step-by-Step Guide Using DotEnv

Mastering Environment Variables in Node.js: A Step-by-Step Guide Using DotEnv

7
Comments
2 min read
826. Most Profit Assigning Work

826. Most Profit Assigning Work

Comments
3 min read
Palindrome check a string in Go

Palindrome check a string in Go

Comments
1 min read
JavaScript Main Concepts < In Depth > Part 1

JavaScript Main Concepts < In Depth > Part 1

3
Comments
11 min read
How to Interface TTP223B Touch Sensor with Arduino

How to Interface TTP223B Touch Sensor with Arduino

Comments
4 min read
loading...