DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
JavaScript: How conditionals influence your code?

JavaScript: How conditionals influence your code?

7
Comments 6
4 min read
Automate Your Git Workflow with this Simple Bash Script

Automate Your Git Workflow with this Simple Bash Script

102
Comments 13
2 min read
An Overview Of CSS Architecture

An Overview Of CSS Architecture

4
Comments
6 min read
🍃  What Happens When You Let Go in Programming (Surprising Results)

🍃  What Happens When You Let Go in Programming (Surprising Results)

10
Comments 4
6 min read
I Just Hit 10000+ Followers on Dev.To

I Just Hit 10000+ Followers on Dev.To

13
Comments 19
1 min read
Async Lazy In C# – With Great Power Comes Great Responsibility

Async Lazy In C# – With Great Power Comes Great Responsibility

4
Comments 4
4 min read
CAP Theorem : System Design

CAP Theorem : System Design

12
Comments 1
8 min read
Javscript Object Methods

Javscript Object Methods

1
Comments
2 min read
A Comprehensive Guide For Creating Silky Smooth Animations Using Flutter.

A Comprehensive Guide For Creating Silky Smooth Animations Using Flutter.

13
Comments
3 min read
Time Period Library for .NET

Time Period Library for .NET

4
Comments
27 min read
Javascript Array methods : slice ,splice , concat , push ,pop ,shift ,unshift

Javascript Array methods : slice ,splice , concat , push ,pop ,shift ,unshift

7
Comments 2
3 min read
toolkit-use npm changelog

toolkit-use npm changelog

6
Comments
1 min read
Twitter Cards for onchain SVG NFTs

Twitter Cards for onchain SVG NFTs

Comments
6 min read
Why Consistency Matters the Most in Programming

Why Consistency Matters the Most in Programming

6
Comments
3 min read
React Custom Hook: useFetch

React Custom Hook: useFetch

11
Comments
2 min read
How to update your .gitignore file

How to update your .gitignore file

10
Comments 2
1 min read
Debugging Rules: Understand the System

Debugging Rules: Understand the System

23
Comments 2
3 min read
Higher Order Functions

Higher Order Functions

5
Comments 1
4 min read
Tips to back to university for IT students

Tips to back to university for IT students

Comments 6
2 min read
JavaScript: How to make the most out of Strings ?

JavaScript: How to make the most out of Strings ?

1
Comments
8 min read
Inspect TLS encrypted traffic using mitmproxy and wireshark

Inspect TLS encrypted traffic using mitmproxy and wireshark

4
Comments
6 min read
Entendendo Membros Estáticos

Entendendo Membros Estáticos

5
Comments 1
3 min read
Make Expressions, not Statements

Make Expressions, not Statements

5
Comments 5
4 min read
Understanding the difference between Map and ForEach method.

Understanding the difference between Map and ForEach method.

7
Comments 2
2 min read
Make Jetbrains IDEs development faster🚀

Make Jetbrains IDEs development faster🚀

1
Comments
2 min read
Understanding JavaScript Objects: A Concise Guide

Understanding JavaScript Objects: A Concise Guide

2
Comments 4
5 min read
Fuzz testing: the best thing to happen to our application tests

Fuzz testing: the best thing to happen to our application tests

7
Comments
8 min read
🚀 'GET' API in API Maker

🚀 'GET' API in API Maker

11
Comments
9 min read
Classes (Part 2 of 2)

Classes (Part 2 of 2)

3
Comments
6 min read
Diagramming and Database Design📊🔍💡

Diagramming and Database Design📊🔍💡

39
Comments 6
12 min read
How to Write Python Code in a Pythonic Way

How to Write Python Code in a Pythonic Way

Comments
6 min read
Quick Design System Creation to Boost Up the Design-to-Code Process

Quick Design System Creation to Boost Up the Design-to-Code Process

7
Comments
5 min read
Beautify Your Git Log with a Single Command

Beautify Your Git Log with a Single Command

142
Comments 10
1 min read
🎯 300+ LeetCode Problems are solved: What I Discovered! 💡

🎯 300+ LeetCode Problems are solved: What I Discovered! 💡

14
Comments
4 min read
Docker: Lesser known but Important facts you need to know

Docker: Lesser known but Important facts you need to know

1
Comments
1 min read
Typescript - Function Overloads

Typescript - Function Overloads

1
Comments
2 min read
A step by step guide to Converting a Column to Date Data Type in a Dataset using R

A step by step guide to Converting a Column to Date Data Type in a Dataset using R

Comments
4 min read
Reimagining DORA Metrics & Leveraging Feature Flags with Split

Reimagining DORA Metrics & Leveraging Feature Flags with Split

10
Comments
2 min read
Recursion Recursion Recursion

Recursion Recursion Recursion

1
Comments 2
3 min read
🚀 List Of 10 Flutter Libraries and Frameworks to Speed Up Your Development:

🚀 List Of 10 Flutter Libraries and Frameworks to Speed Up Your Development:

11
Comments
3 min read
5 Best Full Stack Communities to Join in 2023

5 Best Full Stack Communities to Join in 2023

7
Comments 3
4 min read
Building Resilient Web Applications: Strategies for Sustainable Development

Building Resilient Web Applications: Strategies for Sustainable Development

1
Comments
2 min read
Refactoring Monoliths to Microservices with the BFF and Strangler Patterns

Refactoring Monoliths to Microservices with the BFF and Strangler Patterns

1
Comments
13 min read
一个 NPM 包,帮助数十万程序员提高数十倍效率,难道不开源出来?

一个 NPM 包,帮助数十万程序员提高数十倍效率,难道不开源出来?

5
Comments 1
2 min read
Guia para Iniciantes: Como Começar a Fazer Freelance Desenvolvendo Sites para Empresas Locais

Guia para Iniciantes: Como Começar a Fazer Freelance Desenvolvendo Sites para Empresas Locais

4
Comments 2
2 min read
Specify Node Version in package.json

Specify Node Version in package.json

7
Comments
1 min read
SQL Data Types: A Comprehensive Overview

SQL Data Types: A Comprehensive Overview

19
Comments 4
2 min read
Why Java is not pure OOPS?

Why Java is not pure OOPS?

2
Comments 2
1 min read
Python Application Deployment: Protocols

Python Application Deployment: Protocols

4
Comments 1
16 min read
How To Press Enter Without WebElement In Selenium Python

How To Press Enter Without WebElement In Selenium Python

Comments
26 min read
Useful tools that might come in handy :

Useful tools that might come in handy :

7
Comments
1 min read
MLH Fellowship - My Experience

MLH Fellowship - My Experience

11
Comments 1
6 min read
PostgreSQL - History and Common Use cases

PostgreSQL - History and Common Use cases

1
Comments
2 min read
5 Reasons Why C is Still Worth Learning

5 Reasons Why C is Still Worth Learning

1
Comments
2 min read
Efficient Deep Cloning of Objects in JavaScript: A Comprehensive Guide

Efficient Deep Cloning of Objects in JavaScript: A Comprehensive Guide

7
Comments 1
2 min read
Peeling Back the Layers: Unraveling the Impact of If-Else Statements on Code Execution

Peeling Back the Layers: Unraveling the Impact of If-Else Statements on Code Execution

Comments
3 min read
Embarking on a Journey of Code: Mastering Control Flow and Loops in Dart for Flutter Wizards

Embarking on a Journey of Code: Mastering Control Flow and Loops in Dart for Flutter Wizards

7
Comments
3 min read
Arquitectura Hexagonal: El camino hacia un Software Robusto, Flexible y Fácil de Mantener

Arquitectura Hexagonal: El camino hacia un Software Robusto, Flexible y Fácil de Mantener

2
Comments
9 min read
Duck typing in Python

Duck typing in Python

11
Comments
2 min read
React Custom Hook: useEventListener

React Custom Hook: useEventListener

9
Comments
2 min read
loading...