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.
The 10 Best Note Taking Apps for developers

The 10 Best Note Taking Apps for developers

144
Comments 30
7 min read
Preparing for my Microsoft Exam 70-480

Preparing for my Microsoft Exam 70-480

3
Comments 1
1 min read
The Swift Programming Language Companion: Collection Types

The Swift Programming Language Companion: Collection Types

2
Comments
2 min read
3 Core JavaScript concepts you should understand (functions)

3 Core JavaScript concepts you should understand (functions)

105
Comments 2
2 min read
6 tips on how you can practice Javascript

6 tips on how you can practice Javascript

218
Comments 1
4 min read
My Self-Directed Journey to Becoming a Software Engineer Begins! 🎉

My Self-Directed Journey to Becoming a Software Engineer Begins! 🎉

57
Comments 8
3 min read
JavaScript == vs ===, Which one you should use?

JavaScript == vs ===, Which one you should use?

39
Comments 4
2 min read
How To Learn Data Structures And Algorithms (An Ultimate Guide For Beginners)

How To Learn Data Structures And Algorithms (An Ultimate Guide For Beginners)

979
Comments 13
6 min read
Reading Snippets [32 => CSS]

Reading Snippets [32 => CSS]

6
Comments
1 min read
Morris Pre-order Tree Traversal

Morris Pre-order Tree Traversal

6
Comments
2 min read
How I Split Work: In the beginning

How I Split Work: In the beginning

8
Comments
2 min read
The 2020 Web Developer Roadmap

The 2020 Web Developer Roadmap

13
Comments
14 min read
I Built My Portfolio With Wordpress

I Built My Portfolio With Wordpress

47
Comments 5
3 min read
Learning to learn. Part 1 - three rules to follow as a beginner developer.

Learning to learn. Part 1 - three rules to follow as a beginner developer.

146
Comments 1
3 min read
Git: Delete merged branches

Git: Delete merged branches

46
Comments 5
1 min read
📅📅 How to compare Dates in JS (getting the difference in days)

📅📅 How to compare Dates in JS (getting the difference in days)

57
Comments
1 min read
🚄Node On Rails: Creating a Monorepo aka workspaces with yarn

🚄Node On Rails: Creating a Monorepo aka workspaces with yarn

84
Comments 7
4 min read
So you want to do a bootcamp...

So you want to do a bootcamp...

16
Comments 2
3 min read
7 JavaScript Hacks for 2020

7 JavaScript Hacks for 2020

156
Comments 10
6 min read
How to Code in Go (Tutorial Series)

How to Code in Go (Tutorial Series)

480
Comments 2
11 min read
Deploying Azure Functions With GitHub Actions

Deploying Azure Functions With GitHub Actions

51
Comments
3 min read
Learn JavaScript OOP: A primer for web development

Learn JavaScript OOP: A primer for web development

97
Comments 2
10 min read
Weird questions for a job interview as a developer

Weird questions for a job interview as a developer

7
Comments 7
1 min read
Improve documentation quality with Architectural decision records

Improve documentation quality with Architectural decision records

75
Comments 5
4 min read
Shutdown correctly Node.js app

Shutdown correctly Node.js app

63
Comments 3
4 min read
Setting up React Native with Expo and Android studio on Ubuntu 18.04

Setting up React Native with Expo and Android studio on Ubuntu 18.04

17
Comments
4 min read
Charming the Python: RegEx

Charming the Python: RegEx

10
Comments
3 min read
SELECT beginner FROM all;

SELECT beginner FROM all;

6
Comments
5 min read
Framework vs Library (What are they?)

Framework vs Library (What are they?)

6
Comments
2 min read
How to Increase traffic to your Personal Blog in 2020

How to Increase traffic to your Personal Blog in 2020

71
Comments 4
4 min read
Build your own Codelab with Google Codelab

Build your own Codelab with Google Codelab

53
Comments 1
3 min read
Once upon a time there was web development

Once upon a time there was web development

8
Comments
5 min read
JavaScript Data Structures: Recap: Lists, Stack, Queue

JavaScript Data Structures: Recap: Lists, Stack, Queue

55
Comments
3 min read
Coming back to Blogging

Coming back to Blogging

9
Comments 6
2 min read
Reading Snippets [31 => Git]

Reading Snippets [31 => Git]

6
Comments
1 min read
How I Set Up a New MacBook Pro Dev Environment

How I Set Up a New MacBook Pro Dev Environment

77
Comments 3
6 min read
Why Agile Methods are way to go (most of the time)

Why Agile Methods are way to go (most of the time)

9
Comments
1 min read
Handling Exceptions in JavaScript

Handling Exceptions in JavaScript

60
Comments
8 min read
ReadingSnippets [29=>Cloud ☁️ Computing]

ReadingSnippets [29=>Cloud ☁️ Computing]

2
Comments
1 min read
Simple Test Case template

Simple Test Case template

5
Comments 1
1 min read
How really works the CSS position property

How really works the CSS position property

11
Comments 8
2 min read
JavaScript References and Resource

JavaScript References and Resource

115
Comments 1
2 min read
How I Split Work: Endgame

How I Split Work: Endgame

6
Comments
5 min read
✨💻My Project for 2020: 🚄Node On Rails🚄

✨💻My Project for 2020: 🚄Node On Rails🚄

70
Comments 29
4 min read
Setting up a .NET Development Machine in 2020

Setting up a .NET Development Machine in 2020

164
Comments 18
4 min read
New Programmer Pitfalls

New Programmer Pitfalls

14
Comments 2
1 min read
Formatting XAML files on build with XAMLStyler

Formatting XAML files on build with XAMLStyler

18
Comments
8 min read
Tutorial: Basics of Kubernetes Job and CronJob

Tutorial: Basics of Kubernetes Job and CronJob

23
Comments 1
9 min read
Notes from 6 articles all young developers must read

Notes from 6 articles all young developers must read

141
Comments 3
4 min read
Analyze your React app’s bundle size and reduce it using code-splitting

Analyze your React app’s bundle size and reduce it using code-splitting

14
Comments
4 min read
I work as a developer, run a bar and an escape room — all at the same time

I work as a developer, run a bar and an escape room — all at the same time

14
Comments 4
7 min read
MySQL in PHP - how to deal with databases

MySQL in PHP - how to deal with databases

10
Comments 3
4 min read
Let's Create a Toy Markdown Editor with Python Tkinter!

Let's Create a Toy Markdown Editor with Python Tkinter!

17
Comments 2
11 min read
12 Days of Gitmas: .gitignore

12 Days of Gitmas: .gitignore

14
Comments 4
4 min read
Web Services & Architecture Styles

Web Services & Architecture Styles

57
Comments
5 min read
How to be a good JavaScript developer ?

How to be a good JavaScript developer ?

124
Comments 2
4 min read
New Year, New Skills - Get Azure Ready for 2020

New Year, New Skills - Get Azure Ready for 2020

49
Comments
3 min read
Getting Started with the Terminal

Getting Started with the Terminal

12
Comments
12 min read
What is Object Orientated Programming (Part Two - Inheritance)

What is Object Orientated Programming (Part Two - Inheritance)

6
Comments
1 min read
Debora Piu talks learning to code at Makers and getting hired as a dev

Debora Piu talks learning to code at Makers and getting hired as a dev

4
Comments
7 min read
loading...