DEV Community

Beginners

"A journey of a thousand miles begins with a single step." -Chinese Proverb

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What is Django, and why you should use it 🐍

What is Django, and why you should use it 🐍

10
Comments 5
3 min read
JavaScript Got You Down? Go Learn ReactJS!

JavaScript Got You Down? Go Learn ReactJS!

16
Comments 9
1 min read
Re-writing then/catch to async/await

Re-writing then/catch to async/await

12
Comments 3
1 min read
JavaScript Interview Question #28: Resolve and reject at the same time

JavaScript Interview Question #28: Resolve and reject at the same time

25
Comments 2
1 min read
what programming language should you learn?

what programming language should you learn?

3
Comments 3
5 min read
JavaScript Interview Question #27: Handling errors in JavaScript Promise chains

JavaScript Interview Question #27: Handling errors in JavaScript Promise chains

30
Comments 4
1 min read
(Javascript) My learning journey: Object Oriented Programming (OOP)

(Javascript) My learning journey: Object Oriented Programming (OOP)

16
Comments 1
3 min read
Primeiros passos com Git e Github

Primeiros passos com Git e Github

7
Comments
5 min read
Python3 Programming - Exercise 19 - Files

Python3 Programming - Exercise 19 - Files

4
Comments
4 min read
What is semantic HTML?

What is semantic HTML?

2
Comments
2 min read
TOP 5 Alien Articles of the Week Worth Reading 👽📖

TOP 5 Alien Articles of the Week Worth Reading 👽📖

92
Comments 6
3 min read
Getting Started with Deno

Getting Started with Deno

10
Comments
5 min read
var, let & const in JavaScript

var, let & const in JavaScript

50
Comments 12
3 min read
Develop intuitive apps with Microsoft 365 data

Develop intuitive apps with Microsoft 365 data

3
Comments
1 min read
HTML Transparent Form

HTML Transparent Form

12
Comments
2 min read
Introduction to C# constants

Introduction to C# constants

8
Comments
4 min read
5 Reasons To Learn C# in 2021

5 Reasons To Learn C# in 2021

6
Comments 2
2 min read
Windows or Mac (or Linux😁) for devs?

Windows or Mac (or Linux😁) for devs?

55
Comments 80
2 min read
Write better code with SonarQube

Write better code with SonarQube

9
Comments
7 min read
Day 62 Of 100DaysOfCode: Add a Subquery To The SELECT Clause

Day 62 Of 100DaysOfCode: Add a Subquery To The SELECT Clause

7
Comments
2 min read
Quick tips on writing better React code

Quick tips on writing better React code

6
Comments
2 min read
If it works, don't change it - Open Closed Principle

If it works, don't change it - Open Closed Principle

12
Comments
4 min read
Tips for Getting a Software Developer Internship

Tips for Getting a Software Developer Internship

45
Comments 4
6 min read
Simple Twitter Bot Tutorial with Node.js

Simple Twitter Bot Tutorial with Node.js

24
Comments
6 min read
Tackling Object Oriented Programming

Tackling Object Oriented Programming

10
Comments
4 min read
Creating a has_many/belongs_to relationship in Rails

Creating a has_many/belongs_to relationship in Rails

8
Comments
4 min read
Understanding Kubernetes in a visual way (in 🎥 video): part 4 – Namespaces

Understanding Kubernetes in a visual way (in 🎥 video): part 4 – Namespaces

24
Comments
2 min read
JavaScript Interview Question #25: Immediate Promise.resolve

JavaScript Interview Question #25: Immediate Promise.resolve

31
Comments
1 min read
Laragon for Laravel development on windows

Laragon for Laravel development on windows

10
Comments
1 min read
Javascript: DOM Manipulation 101

Javascript: DOM Manipulation 101

56
Comments 1
4 min read
Git a Grip: Part 3 - Ah, push it 🔊

Git a Grip: Part 3 - Ah, push it 🔊

5
Comments
4 min read
Its not a Swiss Army Knife - Single Responsibility Principle

Its not a Swiss Army Knife - Single Responsibility Principle

19
Comments
4 min read
Python Zero to Hero - Ep.36 - The most useless library ever 58:41

Python Zero to Hero - Ep.36 - The most useless library ever

10
Comments
1 min read
The 5 best open-source form builders to add to your tech stack in 2021

The 5 best open-source form builders to add to your tech stack in 2021

100
Comments 6
8 min read
JavaScript Interview Question #26: Are these dates equal?

JavaScript Interview Question #26: Are these dates equal?

20
Comments
1 min read
Beautiful Patterns You Can Try Making With Code

Beautiful Patterns You Can Try Making With Code

8
Comments
6 min read
Why is C so fast

Why is C so fast

4
Comments
1 min read
5 APIs to use in your next project

5 APIs to use in your next project

62
Comments 1
3 min read
Interfaces explained

Interfaces explained

2
Comments 2
3 min read
The Difference Between i++ and ++i (Postfix vs. Prefix)

The Difference Between i++ and ++i (Postfix vs. Prefix)

39
Comments 2
2 min read
(Javascript) My learning journey: String and more

(Javascript) My learning journey: String and more

8
Comments
2 min read
Day 61 Of 100DaysOfCode : COUNT And CASE WHEN With Multiple Conditions

Day 61 Of 100DaysOfCode : COUNT And CASE WHEN With Multiple Conditions

6
Comments
2 min read
Examples for reversing a string in JavaScript, Python and Dart

Examples for reversing a string in JavaScript, Python and Dart

25
Comments 4
2 min read
(Javascript) My learning journey: Spread Operator and REST Pattern

(Javascript) My learning journey: Spread Operator and REST Pattern

21
Comments
2 min read
Haskell Tutorial: Get started with functional programming

Haskell Tutorial: Get started with functional programming

26
Comments
12 min read
Open Source : Docker Hub CLI Tool

Open Source : Docker Hub CLI Tool

6
Comments
1 min read
❤️ Top 21+ Good Websites for Practicing Automation Testing

❤️ Top 21+ Good Websites for Practicing Automation Testing

9
Comments
1 min read
Even Senior Developers Have Imposter Syndrome

Even Senior Developers Have Imposter Syndrome

297
Comments 45
7 min read
7 JavaScript ES2020 Features You Should Try

7 JavaScript ES2020 Features You Should Try

175
Comments 10
9 min read
Create Your Own Hugo Theme From Scratch—With Snails

Create Your Own Hugo Theme From Scratch—With Snails

11
Comments 2
4 min read
Ruby — Part 0

Ruby — Part 0

6
Comments
2 min read
Becoming A Data Analyst

Becoming A Data Analyst

1
Comments
1 min read
JavaScript Variable Scope Simplified.

JavaScript Variable Scope Simplified.

9
Comments
4 min read
Essentials you can learn from Functional Programming

Essentials you can learn from Functional Programming

5
Comments
17 min read
How to Build an Alarm Clock Using Python

How to Build an Alarm Clock Using Python

24
Comments
4 min read
Managing Python dependencies using Virtual Environments

Managing Python dependencies using Virtual Environments

4
Comments
4 min read
JavaScript Interview Question #24: Adding new properties to JS strings

JavaScript Interview Question #24: Adding new properties to JS strings

14
Comments 2
1 min read
Configurando ambiente de desenvolvimento no Windows

Configurando ambiente de desenvolvimento no Windows

4
Comments
3 min read
Getting started with golang - a beginners introduction to programming in go

Getting started with golang - a beginners introduction to programming in go

8
Comments
7 min read
Upgrade Husky to Latest Version

Upgrade Husky to Latest Version

17
Comments
2 min read
loading...