DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
C# loops

C# loops

10
Comments
2 min read
Functional Programming: Passing Arguments to Avoid External Dependence in a Function

Functional Programming: Passing Arguments to Avoid External Dependence in a Function

2
Comments
1 min read
Introducing Dogidex the gamified pet learning app for children

Introducing Dogidex the gamified pet learning app for children

6
Comments
5 min read
Why Should One learn Angular in 2021?

Why Should One learn Angular in 2021?

3
Comments 2
4 min read
06 Basic Commands Everyone should know

06 Basic Commands Everyone should know

5
Comments
2 min read
Enhancing Safety by embracing Types!

Enhancing Safety by embracing Types!

6
Comments
7 min read
Closures in Loops; Be Careful Enough [RE#2]

Closures in Loops; Be Careful Enough [RE#2]

4
Comments
2 min read
Introducing Code House - A whole new world of 300+ Developer Cheatsheets 👨‍💻

Introducing Code House - A whole new world of 300+ Developer Cheatsheets 👨‍💻

154
Comments 1
8 min read
Best IDE’s and Text Editors!

Best IDE’s and Text Editors!

112
Comments 85
6 min read
Split a String into an Array Using the split Method

Split a String into an Array Using the split Method

5
Comments 1
2 min read
Returning a Sorted Array Without Changing the Original Array

Returning a Sorted Array Without Changing the Original Array

8
Comments
1 min read
Combining an Array into a String Using the join Method

Combining an Array into a String Using the join Method

4
Comments
1 min read
Top 7 Resources to Learn SQL

Top 7 Resources to Learn SQL

188
Comments 3
2 min read
Lessons Learned from Programming at Google w/ Hyrum Wright & Titus Winters (Part 1)

Lessons Learned from Programming at Google w/ Hyrum Wright & Titus Winters (Part 1)

10
Comments 2
1 min read
10 Tips for Safe and Secure Remote Work for Developers

10 Tips for Safe and Secure Remote Work for Developers

8
Comments
8 min read
My reasons to never finish some projects

My reasons to never finish some projects

33
Comments 3
4 min read
The Universe Method

The Universe Method

5
Comments
1 min read
Redis Streams in Action - Part 4 (Serverless Go app to monitor tweets processor)

Redis Streams in Action - Part 4 (Serverless Go app to monitor tweets processor)

16
Comments
9 min read
How to add and remover items from a list

How to add and remover items from a list

2
Comments 1
1 min read
Depth First Traverse

Depth First Traverse

5
Comments
1 min read
AST Evaluator - Expression calculator

AST Evaluator - Expression calculator

6
Comments
3 min read
A cheat sheet for JavaScript's Axios

A cheat sheet for JavaScript's Axios

43
Comments
3 min read
GitHub has launched a new AI-based revolutionary tool on collaboration with OpenAI

GitHub has launched a new AI-based revolutionary tool on collaboration with OpenAI

2
Comments
1 min read
Rust - Control Flow (Iteration/Repetition & keywords)

Rust - Control Flow (Iteration/Repetition & keywords)

6
Comments
3 min read
God Tier HTML Programming

God Tier HTML Programming

5
Comments
2 min read
How to test your API with Hoppscotch

How to test your API with Hoppscotch

20
Comments 2
2 min read
Youtube Channel For Cracking Coding Interview

Youtube Channel For Cracking Coding Interview

18
Comments
2 min read
Understanding Imposter Syndrome

Understanding Imposter Syndrome

12
Comments 1
5 min read
this keyword in JavaScript

this keyword in JavaScript

48
Comments 11
9 min read
50+ Tech abbreviations I wish I knew earlier

50+ Tech abbreviations I wish I knew earlier

4
Comments
2 min read
#100DaysOfCodeChallenge - Crop Management Information System - Day 8

#100DaysOfCodeChallenge - Crop Management Information System - Day 8

4
Comments
1 min read
LinkedList Questions: [Single Pass] Delete nth node from end

LinkedList Questions: [Single Pass] Delete nth node from end

6
Comments
3 min read
Top 5 Git Tips & Tricks

Top 5 Git Tips & Tricks

286
Comments 10
4 min read
Using the reduce Method to Analyze Data

Using the reduce Method to Analyze Data

5
Comments
4 min read
Design: Ports and Adapters (Arquitetura Hexagonal)

Design: Ports and Adapters (Arquitetura Hexagonal)

23
Comments
6 min read
Blazor Desktop: Like Electron for Javascript but… for .NET?

Blazor Desktop: Like Electron for Javascript but… for .NET?

14
Comments
4 min read
Beauty of Poetry ✨

Beauty of Poetry ✨

6
Comments 3
7 min read
Git Simplified: Fundamental Concepts & Commands

Git Simplified: Fundamental Concepts & Commands

148
Comments 1
5 min read
10 No-Code Tools For Developers In 2024

10 No-Code Tools For Developers In 2024

105
Comments 9
6 min read
Big-O Cheatsheet to most common Data Structures and Sorting algorithms

Big-O Cheatsheet to most common Data Structures and Sorting algorithms

4
Comments
2 min read
Micro APIs for everyday use

Micro APIs for everyday use

9
Comments
3 min read
Let's talk about Curry.... no, not Steph or the food.

Let's talk about Curry.... no, not Steph or the food.

5
Comments
5 min read
Splitting a Timestamp with Postgres Generated Columns and GraphQL Query with Hasura

Splitting a Timestamp with Postgres Generated Columns and GraphQL Query with Hasura

4
Comments
2 min read
Testing input and output in Rust command line applications

Testing input and output in Rust command line applications

18
Comments
4 min read
Understanding Blocks & Procs in Ruby

Understanding Blocks & Procs in Ruby

7
Comments
3 min read
Demystifying the “Repository Pattern” in PHP

Demystifying the “Repository Pattern” in PHP

7
Comments
6 min read
20 Free EBooks to Learn JavaScript In-Depth

20 Free EBooks to Learn JavaScript In-Depth

139
Comments 1
5 min read
7 Twitter threads to help you master Web Development:

7 Twitter threads to help you master Web Development:

18
Comments
1 min read
Rebuilding FactoryBot in 150 lines of code

Rebuilding FactoryBot in 150 lines of code

48
Comments 1
16 min read
How Javascript Engine's Work?

How Javascript Engine's Work?

21
Comments
2 min read
Async - Await

Async - Await

5
Comments
7 min read
The easiest way to write Markdown in NextJS!!

The easiest way to write Markdown in NextJS!!

6
Comments
1 min read
Why Python?

Why Python?

17
Comments 1
6 min read
Why staying calm can help game dev's or prgrammers solve bugs more faster

Why staying calm can help game dev's or prgrammers solve bugs more faster

8
Comments 2
3 min read
#100DaysOfCodeChallenge - Crop Management Information System - Day 6

#100DaysOfCodeChallenge - Crop Management Information System - Day 6

5
Comments
4 min read
Quick Introduction to header files in C++

Quick Introduction to header files in C++

7
Comments 4
2 min read
Website lesson 8: imitating js communication

Website lesson 8: imitating js communication

4
Comments
3 min read
How To Make A Sub And Sub Sub Categories In Django [Most Important]

How To Make A Sub And Sub Sub Categories In Django [Most Important]

9
Comments 3
1 min read
Never ask for consent ever again

Never ask for consent ever again

5
Comments 1
2 min read
JavaScript Event Loop in Depth

JavaScript Event Loop in Depth

35
Comments
8 min read
loading...