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.
Over 5 years as a Software Engineer. These are the most important things that I've learned.

Over 5 years as a Software Engineer. These are the most important things that I've learned.

60
Comments 8
5 min read
Your first NodeJS Executable

Your first NodeJS Executable

7
Comments
2 min read
[PT-BR] Criando sua biblioteca com Angular 9+

[PT-BR] Criando sua biblioteca com Angular 9+

10
Comments 3
4 min read
Serverless Course - Lesson 1: How to get started tutorial for beginners

Serverless Course - Lesson 1: How to get started tutorial for beginners

47
Comments
5 min read
My advice to someone who wants to begin a career as a web developer

My advice to someone who wants to begin a career as a web developer

19
Comments
4 min read
Clean Code – Part 2

Clean Code – Part 2

17
Comments 2
4 min read
Using Gatsby like Single Page Application

Using Gatsby like Single Page Application

14
Comments
4 min read
Console is much more than .log()

Console is much more than .log()

92
Comments
3 min read
Learning Path For Artists and Designers Learning to Code

Learning Path For Artists and Designers Learning to Code

2
Comments
13 min read
CSS Selectors (part-1)

CSS Selectors (part-1)

69
Comments 2
3 min read
Understanding the useReducer hook in React

Understanding the useReducer hook in React

17
Comments
6 min read
Part 1 - Graph Databases: The Most Versatile Databases for Web Apps - Introduction

Part 1 - Graph Databases: The Most Versatile Databases for Web Apps - Introduction

3
Comments
7 min read
How to deploy your website to Github pages

How to deploy your website to Github pages

22
Comments
2 min read
10 tips to start building your own projects and break out of "Tutorial Hell"

10 tips to start building your own projects and break out of "Tutorial Hell"

173
Comments 4
3 min read
How to write a good commit message

How to write a good commit message

741
Comments 74
2 min read
Understanding Places and POI APIs 📍

Understanding Places and POI APIs 📍

6
Comments
7 min read
Practical Azure SQL Database for Modern Developers

Practical Azure SQL Database for Modern Developers

14
Comments
4 min read
🤸‍♂️ JavaScript Array Methods Simplified.

🤸‍♂️ JavaScript Array Methods Simplified.

99
Comments
2 min read
Return Boolean or Element in .filter()?

Return Boolean or Element in .filter()?

7
Comments
2 min read
From Day to Night - Creating Interactive Color Palettes with JavaScript

From Day to Night - Creating Interactive Color Palettes with JavaScript

74
Comments 2
8 min read
Developer Dictionary: DOM

Developer Dictionary: DOM

5
Comments
3 min read
Debugging Node Applications

Debugging Node Applications

8
Comments
5 min read
Bootcamp in the time of Covid

Bootcamp in the time of Covid

2
Comments
2 min read
Getting started with deploying grafana and cloudwatch metric dashboards

Getting started with deploying grafana and cloudwatch metric dashboards

11
Comments
6 min read
Vertical vs Horizontal Scaling - System Design Basics

Vertical vs Horizontal Scaling - System Design Basics

38
Comments 4
1 min read
React Router

React Router

54
Comments 6
7 min read
GraphQL the Simple Way, or: Don't Use Apollo

GraphQL the Simple Way, or: Don't Use Apollo

8
Comments
9 min read
AzureFunBytes New Episode Reminder - 9/3/2020 2 PM EDT - DevOps on @Azure w/ @DonovanBrown

AzureFunBytes New Episode Reminder - 9/3/2020 2 PM EDT - DevOps on @Azure w/ @DonovanBrown

6
Comments
1 min read
5 Exciting Python Project for Beginners

5 Exciting Python Project for Beginners

10
Comments
3 min read
#8 Testing Strategies - Tips from The Clean Coder

#8 Testing Strategies - Tips from The Clean Coder

28
Comments
4 min read
Achieving asynchronous behavior using asyncio in Python

Achieving asynchronous behavior using asyncio in Python

29
Comments 8
6 min read
Blogging Your Learn to Code Journey

Blogging Your Learn to Code Journey

101
Comments 3
9 min read
🦄🚀 Make Your First Github Contribution.

🦄🚀 Make Your First Github Contribution.

33
Comments 1
2 min read
Functional programming in JS using(map, filter and reduce)

Functional programming in JS using(map, filter and reduce)

19
Comments
9 min read
React TS - Webpack - Starter kit

React TS - Webpack - Starter kit

13
Comments
1 min read
Say Good Bye To Lazy Mondays!

Say Good Bye To Lazy Mondays!

72
Comments 20
5 min read
Developer Dictionary: Object Oriented Programming

Developer Dictionary: Object Oriented Programming

8
Comments
4 min read
I tried Github CLIs...and I never open browser again!

I tried Github CLIs...and I never open browser again!

76
Comments 18
3 min read
Why I Chose SapperJS For My Website, And What I've Learned About The Framework So Far

Why I Chose SapperJS For My Website, And What I've Learned About The Framework So Far

32
Comments 3
6 min read
How to test React.js application with Jest and Enzyme - testing tutorial for beginners

How to test React.js application with Jest and Enzyme - testing tutorial for beginners

79
Comments
9 min read
Finding the duplicate number - Leetcode #287 - Python

Finding the duplicate number - Leetcode #287 - Python

7
Comments
5 min read
Let's Talk About Perfectionism

Let's Talk About Perfectionism

13
Comments 3
2 min read
Understand how RxJS Observables and Subjects work and what's the difference between them

Understand how RxJS Observables and Subjects work and what's the difference between them

36
Comments 1
8 min read
interactively build a docker image

interactively build a docker image

6
Comments
2 min read
useState() vs setState() - Strings, Objects, and Arrays

useState() vs setState() - Strings, Objects, and Arrays

42
Comments 2
5 min read
How to Deal With Imposter Syndrome

How to Deal With Imposter Syndrome

28
Comments
4 min read
Format Date and Time with Vanilla JavaScript

Format Date and Time with Vanilla JavaScript

22
Comments 7
2 min read
How Do We Get a Balanced Binary Tree?

How Do We Get a Balanced Binary Tree?

34
Comments 1
5 min read
What Are Service Workers and How to Use Them?

What Are Service Workers and How to Use Them?

89
Comments 2
6 min read
The World famous javascript interview question

The World famous javascript interview question

6
Comments 3
1 min read
What is it like being a Support Engineer?

What is it like being a Support Engineer?

8
Comments
6 min read
A Year of Studying Computer Science 🏫

A Year of Studying Computer Science 🏫

26
Comments
5 min read
Event Loops: an Introduction

Event Loops: an Introduction

54
Comments
3 min read
3 Common Mistakes With React Keys

3 Common Mistakes With React Keys

50
Comments 3
4 min read
Exporting Data To Excel and CSV in Angular

Exporting Data To Excel and CSV in Angular

32
Comments 13
7 min read
How to Install Java JDK and Maven on Mac OS

How to Install Java JDK and Maven on Mac OS

6
Comments 1
2 min read
TIL - React Forms - controlled & uncontrolled components

TIL - React Forms - controlled & uncontrolled components

10
Comments
2 min read
Function Currying in JavaScript

Function Currying in JavaScript

99
Comments 8
3 min read
The First 90 Days

The First 90 Days

3
Comments
4 min read
How I Got Started As A Software Developer

How I Got Started As A Software Developer

5
Comments 1
7 min read
loading...