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.
Ruby Basics: Blocks, Procs, and Lambdas

Ruby Basics: Blocks, Procs, and Lambdas

14
Comments
3 min read
Learn React by building a simple weather app

Learn React by building a simple weather app

58
Comments 2
5 min read
Starting with Flutter: Working with SharedPreferences & UserDefaults

Starting with Flutter: Working with SharedPreferences & UserDefaults

9
Comments
3 min read
Test for visual regression with Jest-image-snapshot

Test for visual regression with Jest-image-snapshot

9
Comments
2 min read
Parsing and Validating Data in Python using Pydantic

Parsing and Validating Data in Python using Pydantic

5
Comments
5 min read
Find the largest & smallest number

Find the largest & smallest number

5
Comments
1 min read
Day 85 Of 100DaysOfCode: Supervised Learning with scikit-learn

Day 85 Of 100DaysOfCode: Supervised Learning with scikit-learn

3
Comments 2
1 min read
Add Sitemap to Your Django Site

Add Sitemap to Your Django Site

4
Comments
2 min read
Nudge your reader's curiosity by writing a better lead for your next article

Nudge your reader's curiosity by writing a better lead for your next article

7
Comments 1
4 min read
Build A Password Generator with React JS - react-toastify - Beginners Tutorial

Build A Password Generator with React JS - react-toastify - Beginners Tutorial

51
Comments 4
1 min read
My Best Advice for New Hires

My Best Advice for New Hires

3
Comments
3 min read
Django Playbook

Django Playbook

6
Comments
2 min read
Tips For Beginner Maintainers of Open Source Projects

Tips For Beginner Maintainers of Open Source Projects

7
Comments
5 min read
Manually add an appimage software shortcut to application menu in linux

Manually add an appimage software shortcut to application menu in linux

21
Comments 4
2 min read
5 mistakes to avoid, to become a better developer

5 mistakes to avoid, to become a better developer

2
Comments
4 min read
JavaScript Environment: PT1

JavaScript Environment: PT1

8
Comments
5 min read
JavaScript - Better way to check for "Nullish" Value Only!

JavaScript - Better way to check for "Nullish" Value Only!

41
Comments 2
3 min read
Using the optional chaining operator in JavaScript

Using the optional chaining operator in JavaScript

54
Comments 8
3 min read
How to add Dropdown in Markdown ??

How to add Dropdown in Markdown ??

43
Comments 3
3 min read
Quick walk through of creating an API with Spring Boot.

Quick walk through of creating an API with Spring Boot.

10
Comments
3 min read
How to Freeze an Object in JavaScript: Object.freeze(), Object.seal() & More

How to Freeze an Object in JavaScript: Object.freeze(), Object.seal() & More

74
Comments 2
8 min read
How to Build a Calendly Clone in 30 Minutes

How to Build a Calendly Clone in 30 Minutes

9
Comments 3
7 min read
Tailwind CSS for Dummies (part 1)

Tailwind CSS for Dummies (part 1)

16
Comments 1
2 min read
YouTube to MP3 Downloader | Rookie Week of Python Day 04

YouTube to MP3 Downloader | Rookie Week of Python Day 04

7
Comments 3
2 min read
Build a YouTube Clone with just HTML & CSS + Responsive - For Beginners

Build a YouTube Clone with just HTML & CSS + Responsive - For Beginners

71
Comments 14
1 min read
What Even Is Synthetic Data?

What Even Is Synthetic Data?

6
Comments 1
5 min read
7 Software Engineering Roles Explained (For Beginners)

7 Software Engineering Roles Explained (For Beginners)

3
Comments
1 min read
Why Start a Technical Blog

Why Start a Technical Blog

2
Comments 1
7 min read
How to implement pageview in Flutter.

How to implement pageview in Flutter.

12
Comments
3 min read
Reimagining the SQL Curriculum: Change How SQL is Taught

Reimagining the SQL Curriculum: Change How SQL is Taught

4
Comments
9 min read
Are you ready for ES Modules?

Are you ready for ES Modules?

30
Comments 1
3 min read
Regex: From beginner to BEST on your team in one blog 👑

Regex: From beginner to BEST on your team in one blog 👑

78
Comments 3
12 min read
How to Make a Div Cover the Whole Page with CSS

How to Make a Div Cover the Whole Page with CSS

9
Comments
2 min read
The easiest way to download SVGs from a website

The easiest way to download SVGs from a website

17
Comments
2 min read
Comma operator in JS

Comma operator in JS

5
Comments
1 min read
Take Enough Time For yourself

Take Enough Time For yourself

8
Comments
1 min read
How Much HTML Do I Need To Be Job-Ready?

How Much HTML Do I Need To Be Job-Ready?

12
Comments
4 min read
Collection of Beautiful, Responsive Tailwind Component Libraries

Collection of Beautiful, Responsive Tailwind Component Libraries

384
Comments 17
2 min read
Reflections on Week 2 of CodeCollab

Reflections on Week 2 of CodeCollab

4
Comments
2 min read
15+ Structured learning alternatives better than a bootcamp

15+ Structured learning alternatives better than a bootcamp

459
Comments 13
8 min read
Let's Learn .NET - Microservices - Free Live Stream Event

Let's Learn .NET - Microservices - Free Live Stream Event

23
Comments
2 min read
Let's explore async, await and promise in JavaScript

Let's explore async, await and promise in JavaScript

32
Comments
7 min read
Prevent visual regression bugs with BackstopJS

Prevent visual regression bugs with BackstopJS

7
Comments
3 min read
JavaScript .reduce() Array Method for Beginners

JavaScript .reduce() Array Method for Beginners

10
Comments 1
3 min read
MySQL tutorial - 8 Sub query

MySQL tutorial - 8 Sub query

6
Comments
3 min read
Laravel Best Practice [Coding Standards Part 01 ] 🧑‍🦰👩‍🦰

Laravel Best Practice [Coding Standards Part 01 ] 🧑‍🦰👩‍🦰

29
Comments 3
3 min read
CSS 101 - Flexbox

CSS 101 - Flexbox

40
Comments
2 min read
Beginner’s Guide into the field of DevOps

Beginner’s Guide into the field of DevOps

182
Comments
8 min read
CSS frameworks evaluation on 2021: How to pick the right framework?

CSS frameworks evaluation on 2021: How to pick the right framework?

3
Comments
7 min read
If You're a Junior, Apply Jobs

If You're a Junior, Apply Jobs

5
Comments 1
2 min read
Some small Css tips #011

Some small Css tips #011

23
Comments 2
1 min read
The 5 Things That Helped Me Escape Tutorial hell.

The 5 Things That Helped Me Escape Tutorial hell.

31
Comments 6
5 min read
Learning Go from JavaScript

Learning Go from JavaScript

12
Comments 1
3 min read
Mad Libs Generator | Rookie Week of Python Day 03

Mad Libs Generator | Rookie Week of Python Day 03

8
Comments
2 min read
My experience with imposter syndrome as a beginner / junior developer.

My experience with imposter syndrome as a beginner / junior developer.

51
Comments 10
3 min read
Build a basic Todo app with Nodejs+Mongodb

Build a basic Todo app with Nodejs+Mongodb

25
Comments 5
5 min read
Day 83 Of 100DaysOfCode: Introduction to Data Science In Python

Day 83 Of 100DaysOfCode: Introduction to Data Science In Python

2
Comments 1
1 min read
Way To Quick React Summary

Way To Quick React Summary

2
Comments
4 min read
Método forEach - JavaScript

Método forEach - JavaScript

6
Comments
1 min read
Demystifying Object-Oriented Programming(OOP) in PHP

Demystifying Object-Oriented Programming(OOP) in PHP

35
Comments 4
5 min read
loading...