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.
2+ Years in Professional Development

2+ Years in Professional Development

49
Comments
8 min read
Learn How to Make a Website: Set up Your Coding Environment

Learn How to Make a Website: Set up Your Coding Environment

43
Comments 1
3 min read
Where do you save your go to Documentation.

Where do you save your go to Documentation.

9
Comments 4
1 min read
Recursion and the Call Stack Explained By Reading A Book

Recursion and the Call Stack Explained By Reading A Book

55
Comments
5 min read
The UI Development Mentoring Program

The UI Development Mentoring Program

40
Comments
5 min read
💡 How to dynamically create and access properties on JavaScript objects

💡 How to dynamically create and access properties on JavaScript objects

16
Comments 1
1 min read
Rust: structs, methods, and traits

Rust: structs, methods, and traits

32
Comments
5 min read
CSS gotcha: How to fill page with a div?

CSS gotcha: How to fill page with a div?

282
Comments 16
5 min read
Svelte Tutorials Learning Notes: Transitions

Svelte Tutorials Learning Notes: Transitions

50
Comments 1
19 min read
6 new habits I’m building to level up as a junior developer

6 new habits I’m building to level up as a junior developer

243
Comments 26
4 min read
How To Modernize Your Functional Testing

How To Modernize Your Functional Testing

13
Comments
10 min read
Difference between EmptyDir and HostPath volume types in Kubernetes

Difference between EmptyDir and HostPath volume types in Kubernetes

16
Comments
3 min read
Introducing Netdata’s step-by-step tutorial

Introducing Netdata’s step-by-step tutorial

6
Comments 1
2 min read
A Quick Introduction to CSS Grid

A Quick Introduction to CSS Grid

88
Comments 6
4 min read
JavaScript Comparisons – JavaScript Series – Part 5

JavaScript Comparisons – JavaScript Series – Part 5

12
Comments
1 min read
What is Phishing?

What is Phishing?

7
Comments
3 min read
Code Monkey

Code Monkey

4
Comments
1 min read
Best practices querying APIs via cloud functions

Best practices querying APIs via cloud functions

7
Comments 2
1 min read
Pickling and Unpickling in python Explained

Pickling and Unpickling in python Explained

46
Comments
3 min read
Blazor Introduction – What is Blazor?

Blazor Introduction – What is Blazor?

54
Comments 3
7 min read
Kubernetes simply explained for beginners

Kubernetes simply explained for beginners

219
Comments 2
1 min read
Learn automated testing

Learn automated testing

3
Comments
2 min read
Let's Embark! Setting up Ingress (Part 2)

Let's Embark! Setting up Ingress (Part 2)

8
Comments
3 min read
Intro to CSS Flexbox layouts

Intro to CSS Flexbox layouts

10
Comments 12
4 min read
🐨🎤[GIF] Cheatsheet for Javascript Nullish Coalescing operator

🐨🎤[GIF] Cheatsheet for Javascript Nullish Coalescing operator

71
Comments 8
2 min read
Understanding Git Branches (Illustrated)

Understanding Git Branches (Illustrated)

161
Comments 11
2 min read
box-decoration-break property

box-decoration-break property

6
Comments
3 min read
🚀 [GIF] Cheatsheet for Javascript Promise API methods - Promise.all, Promise.allSettled, Promise.race, Promise.any

🚀 [GIF] Cheatsheet for Javascript Promise API methods - Promise.all, Promise.allSettled, Promise.race, Promise.any

331
Comments 12
4 min read
Reading Snippets [38 => CSS]

Reading Snippets [38 => CSS]

8
Comments
1 min read
Simple Xamarin.Forms - Button Samples

Simple Xamarin.Forms - Button Samples

5
Comments
1 min read
Reading Snippets [39 => Arrow Functions]

Reading Snippets [39 => Arrow Functions]

5
Comments
1 min read
Be a Rock Star at Pull Requests

Be a Rock Star at Pull Requests

56
Comments
3 min read
Disabling Prod Mode in already Built Angular App in Chrome

Disabling Prod Mode in already Built Angular App in Chrome

7
Comments
1 min read
💡 IIFE - Immediately Invoked Function Expressions in JavaScript

💡 IIFE - Immediately Invoked Function Expressions in JavaScript

14
Comments
1 min read
Turn Any Webpage into your Personal API with Puppeteer

Turn Any Webpage into your Personal API with Puppeteer

125
Comments 2
6 min read
How to start a Flutter project (even with your low end computer) - A self tale

How to start a Flutter project (even with your low end computer) - A self tale

28
Comments
4 min read
Building a site from scratch. Part 1 - Description and first design

Building a site from scratch. Part 1 - Description and first design

6
Comments 1
2 min read
A linguagem de programação Egua

A linguagem de programação Egua

12
Comments
2 min read
Your Code Doesn't Have to Be Perfect

Your Code Doesn't Have to Be Perfect

75
Comments 5
5 min read
A Web Security Checklist For Creating Secure Websites

A Web Security Checklist For Creating Secure Websites

10
Comments 1
3 min read
What is Flutter?

What is Flutter?

6
Comments 5
2 min read
Git board - A dashboard build using React in two days from scratch.

Git board - A dashboard build using React in two days from scratch.

32
Comments 6
2 min read
Why document a REST API as code?

Why document a REST API as code?

91
Comments 6
9 min read
Tips for becoming a better developer

Tips for becoming a better developer

6
Comments
3 min read
Missing Pieces in My Learning for 2020

Missing Pieces in My Learning for 2020

10
Comments 3
2 min read
JavaScript Find Function Explained

JavaScript Find Function Explained

6
Comments
3 min read
GitHub Tips for Bootcamp Grads

GitHub Tips for Bootcamp Grads

33
Comments 2
6 min read
How to navigate learning to code online

How to navigate learning to code online

35
Comments 2
8 min read
Complete API in 5 minutes with Spring Data REST - AQAP Series

Complete API in 5 minutes with Spring Data REST - AQAP Series

16
Comments 4
6 min read
Day 6 of 100 Days of SwiftUI

Day 6 of 100 Days of SwiftUI

8
Comments
2 min read
Create a cool typing animation for your portfolio

Create a cool typing animation for your portfolio

116
Comments 3
2 min read
Python Basics, for Javascript Developes: Part 2

Python Basics, for Javascript Developes: Part 2

64
Comments
3 min read
How to deploy a static website for free in only 3 minutes with Google Drive

How to deploy a static website for free in only 3 minutes with Google Drive

215
Comments 25
6 min read
LeafletJS Capture GeoJSON & WKT (SQL Spatial Format)

LeafletJS Capture GeoJSON & WKT (SQL Spatial Format)

6
Comments 3
3 min read
5 Git Tips and Tricks

5 Git Tips and Tricks

54
Comments 4
3 min read
You Got This 2020

You Got This 2020

34
Comments 2
7 min read
Create Your First HTML File

Create Your First HTML File

20
Comments 3
3 min read
Basics of State and Props in React (2020 edition)

Basics of State and Props in React (2020 edition)

20
Comments
6 min read
Recursion for Algorithms in Ruby

Recursion for Algorithms in Ruby

17
Comments
4 min read
Let's Embark! Setting up Kubernetes (Part 1)

Let's Embark! Setting up Kubernetes (Part 1)

7
Comments
3 min read
loading...