DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
JavaScript Classes 101: A Beginner's Guide to Object-Oriented Programming

JavaScript Classes 101: A Beginner's Guide to Object-Oriented Programming

10
Comments 3
4 min read
Unit Testing Backward Compatibility of Message Format

Unit Testing Backward Compatibility of Message Format

8
Comments
12 min read
How To Use TypeScript Interfaces For Better Code Organization And Readability

How To Use TypeScript Interfaces For Better Code Organization And Readability

2
Comments
6 min read
Data structure everywhere

Data structure everywhere

3
Comments
3 min read
How to Build a YouTube Video Search Voice Assistant

How to Build a YouTube Video Search Voice Assistant

2
Comments
7 min read
E quando o hello world já começa dando errado: a cultura de escrever artigos com tutoriais que só dão certo.

E quando o hello world já começa dando errado: a cultura de escrever artigos com tutoriais que só dão certo.

24
Comments 4
4 min read
Formatter for Jupyter notebooks

Formatter for Jupyter notebooks

3
Comments 2
1 min read
Crafting the Perfect Programmer Resume : Tips and Tricks to Stand Out from the Crowd!

Crafting the Perfect Programmer Resume : Tips and Tricks to Stand Out from the Crowd!

3
Comments
12 min read
Continuous Delivery: HTML to Kubernetes - the why

Continuous Delivery: HTML to Kubernetes - the why

8
Comments
4 min read
Simplifying Code with the Single Responsibility Principle

Simplifying Code with the Single Responsibility Principle

2
Comments
2 min read
Dependency Injection in Scala - cake pattern

Dependency Injection in Scala - cake pattern

3
Comments
8 min read
Empower your CSS skills by using these 3 selectors

Empower your CSS skills by using these 3 selectors

13
Comments 5
3 min read
The Journey to Code Mastery w/ Marqeta's CTO, Randy Kern

The Journey to Code Mastery w/ Marqeta's CTO, Randy Kern

6
Comments
2 min read
c ++

c ++

5
Comments
2 min read
Python 101: Introduction to Python for Data Science

Python 101: Introduction to Python for Data Science

2
Comments
4 min read
How to Setup SSH on GitHub

How to Setup SSH on GitHub

1
Comments
2 min read
Improving security in HTTPS communication

Improving security in HTTPS communication

4
Comments
7 min read
What is Hoisting in JavaScript?

What is Hoisting in JavaScript?

12
Comments
5 min read
Explain in 5 Levels of Difficulty: GIT

Explain in 5 Levels of Difficulty: GIT

7
Comments 1
4 min read
How to Capitalize the First Letter in JavaScript

How to Capitalize the First Letter in JavaScript

2
Comments
2 min read
Create MERN stack blog website guidelines!

Create MERN stack blog website guidelines!

3
Comments 1
1 min read
How to Create Jenkins Pipeline Project for Selenium Java Maven project(Beginners)

How to Create Jenkins Pipeline Project for Selenium Java Maven project(Beginners)

2
Comments
1 min read
Top 10 Resources for Learning Solidity

Top 10 Resources for Learning Solidity

11
Comments
6 min read
A bit about code versioning

A bit about code versioning

4
Comments 2
5 min read
Python Version History: How Python has changed over the years

Python Version History: How Python has changed over the years

5
Comments
10 min read
Best practices for code quality: How to write clean, maintainable, and efficient code

Best practices for code quality: How to write clean, maintainable, and efficient code

3
Comments
2 min read
Semiology in Ruby (What are Ruby Symbols) ?

Semiology in Ruby (What are Ruby Symbols) ?

3
Comments
2 min read
Importance of Filelock and how to use that in Python

Importance of Filelock and how to use that in Python

11
Comments
2 min read
🔐 How to Unlock Your Full Potential as a Developer

🔐 How to Unlock Your Full Potential as a Developer

38
Comments 2
5 min read
Python For Data Science

Python For Data Science

7
Comments 4
11 min read
Estrutura de Dados parte 2: Algoritmos de busca.

Estrutura de Dados parte 2: Algoritmos de busca.

3
Comments
2 min read
Android — Drag and Drop

Android — Drag and Drop

3
Comments
4 min read
Using Mongoose's Populate in Next.Js

Using Mongoose's Populate in Next.Js

6
Comments 2
3 min read
Serverless Patterns

Serverless Patterns

4
Comments
4 min read
Day 8: Python Modules and Packages

Day 8: Python Modules and Packages

Comments
3 min read
#refineweek: Adding Realtime Collaboration

#refineweek: Adding Realtime Collaboration

10
Comments
8 min read
Multithreading | Handling Race Conditions and Deadlocks in C++

Multithreading | Handling Race Conditions and Deadlocks in C++

7
Comments
9 min read
Documenting a Go API with OpenAPI 3 Standard: A Practical Guide

Documenting a Go API with OpenAPI 3 Standard: A Practical Guide

31
Comments 2
10 min read
JavaScript Closures and Custom Iterators: A Comprehensive Guide.

JavaScript Closures and Custom Iterators: A Comprehensive Guide.

1
Comments
5 min read
How do I start learning Java from scratch?

How do I start learning Java from scratch?

1
Comments
1 min read
Best Tools For Building Your First MERN Application

Best Tools For Building Your First MERN Application

2
Comments
2 min read
gRPC Demystified - Protobuf Encoding

gRPC Demystified - Protobuf Encoding

Comments
11 min read
An Intro to Data Compression

An Intro to Data Compression

1
Comments
4 min read
A Beginner's Guide to ELK Stack

A Beginner's Guide to ELK Stack

8
Comments
5 min read
Introduction to Blocks, Procs & Lambdas in Ruby

Introduction to Blocks, Procs & Lambdas in Ruby

2
Comments
3 min read
🤯 The New Programmer's Survival Guide

🤯 The New Programmer's Survival Guide

1
Comments
5 min read
Resolvendo problemas no HackerRank: Puxando o menor valor de um array

Resolvendo problemas no HackerRank: Puxando o menor valor de um array

1
Comments
2 min read
Implementing the right Email Verification flow

Implementing the right Email Verification flow

23
Comments 1
6 min read
What’s the Return Value of a Bool Expression in Python?

What’s the Return Value of a Bool Expression in Python?

2
Comments
3 min read
JavaScript: Porque usar Promise.all?

JavaScript: Porque usar Promise.all?

5
Comments
2 min read
Hexagonal Architecture: What Is It and Why Do You Need It?

Hexagonal Architecture: What Is It and Why Do You Need It?

3
Comments
5 min read
Beginner’s Guide to Shell Commands

Beginner’s Guide to Shell Commands

1
Comments
4 min read
Sorting Algorithms with Ruby

Sorting Algorithms with Ruby

21
Comments
9 min read
Laravel Security

Laravel Security

Comments
3 min read
How to Code Efficiently

How to Code Efficiently

2
Comments 2
1 min read
What is the GitFlow code branching strategy?

What is the GitFlow code branching strategy?

4
Comments
3 min read
Building an Application That Interacts with the Google Maps API

Building an Application That Interacts with the Google Maps API

1
Comments
8 min read
Introduction of OOP

Introduction of OOP

3
Comments
3 min read
Getting Started with Tkinter: A Beginner's Guide to Building GUI Applications with Python

Getting Started with Tkinter: A Beginner's Guide to Building GUI Applications with Python

1
Comments
2 min read
Object-Oriented Programming in Python: A Comprehensive Guide

Object-Oriented Programming in Python: A Comprehensive Guide

Comments
2 min read
loading...