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.
JavaScript Data Structures: Hash Table: Get values

JavaScript Data Structures: Hash Table: Get values

25
Comments
3 min read
Build a Snake Game in functional JavaScript - Part 1

Build a Snake Game in functional JavaScript - Part 1

11
Comments
7 min read
API COVID-19 Data Visualization with React JS (Spanish)

API COVID-19 Data Visualization with React JS (Spanish)

7
Comments
3 min read
Wanna learn a new language? Why not C++?

Wanna learn a new language? Why not C++?

50
Comments 14
3 min read
Python Project Challenge

Python Project Challenge

5
Comments
2 min read
LeetCode Challenge: Best Time to Buy and Sell Stock II

LeetCode Challenge: Best Time to Buy and Sell Stock II

3
Comments
3 min read
Introduction to Machine Learning

Introduction to Machine Learning

56
Comments
5 min read
Inheritance in Dart: Part 4

Inheritance in Dart: Part 4

8
Comments
1 min read
Tutorial: Web Scraping with Python on the Cloud

Tutorial: Web Scraping with Python on the Cloud

14
Comments
1 min read
Throttling and Debouncing. Avoiding unnecessary API calls.

Throttling and Debouncing. Avoiding unnecessary API calls.

166
Comments 20
4 min read
DevOps & Chill n.3: Creating a LEMP Playbook with Ansible

DevOps & Chill n.3: Creating a LEMP Playbook with Ansible

12
Comments
2 min read
Conditional rendering in React - the "if/ else" method

Conditional rendering in React - the "if/ else" method

8
Comments
2 min read
I built an Overly Complex Random Number Generator with Docker Compose!

I built an Overly Complex Random Number Generator with Docker Compose!

11
Comments 2
2 min read
🔍 Regex Cheat-Sheet [PDF + Infographic]

🔍 Regex Cheat-Sheet [PDF + Infographic]

46
Comments
1 min read
Intro to A11y: What, Who, and Why

Intro to A11y: What, Who, and Why

6
Comments
4 min read
Top 10 Extensions For Web Developers

Top 10 Extensions For Web Developers

53
Comments 1
3 min read
How SAP evolved and changed ERP?

How SAP evolved and changed ERP?

10
Comments 1
6 min read
Writing a Bash function to automate Exercism.io exercise setup

Writing a Bash function to automate Exercism.io exercise setup

17
Comments 1
3 min read
Create a markdown blog with Laravel 7

Create a markdown blog with Laravel 7

10
Comments
9 min read
Free Computer Science Courses and Certifications in time of COVID-19

Free Computer Science Courses and Certifications in time of COVID-19

25
Comments 3
1 min read
Empting Arrays: .splice() & array.lenght = 0

Empting Arrays: .splice() & array.lenght = 0

4
Comments 2
1 min read
Don't useEffect as callback!

Don't useEffect as callback!

46
Comments
4 min read
Dependency Injection : The what and whys

Dependency Injection : The what and whys

70
Comments 6
5 min read
How do you make learning new stuff fun, and stay motivated? 💪🥳

How do you make learning new stuff fun, and stay motivated? 💪🥳

32
Comments 1
3 min read
Big O Notation: O(N!)

Big O Notation: O(N!)

10
Comments 2
4 min read
Kotlin - Smart Solutions #0

Kotlin - Smart Solutions #0

5
Comments 6
2 min read
Jest and the `--changedSince` flag in GitHub Actions CI

Jest and the `--changedSince` flag in GitHub Actions CI

35
Comments 6
4 min read
CSS: Cascade and Specificity

CSS: Cascade and Specificity

6
Comments
3 min read
Pub/sub with PyZMQ: Part 2

Pub/sub with PyZMQ: Part 2

15
Comments 3
5 min read
Learning Redux

Learning Redux

5
Comments
7 min read
What self-taught developers can learn from peacocks

What self-taught developers can learn from peacocks

7
Comments
3 min read
if __name__ == __main__:

if __name__ == __main__:

7
Comments 1
2 min read
Learning Data Structures: Trees

Learning Data Structures: Trees

44
Comments
5 min read
✒️ Markdown Cheat-Sheet [PDF + Infographic]

✒️ Markdown Cheat-Sheet [PDF + Infographic]

59
Comments 1
1 min read
#100DaysOfVanillaJS: All About Strings, String Methods, & Template Literals

#100DaysOfVanillaJS: All About Strings, String Methods, & Template Literals

92
Comments 2
4 min read
What are your tips and tricks for beginners writing tests?

What are your tips and tricks for beginners writing tests?

59
Comments 6
1 min read
Sorting in Python

Sorting in Python

7
Comments
2 min read
Watch me deconstruct "The EventBridge ETL" Serverless Architecture Pattern

Watch me deconstruct "The EventBridge ETL" Serverless Architecture Pattern

11
Comments
3 min read
JavaScript Data Structures: Hash Table: Get keys

JavaScript Data Structures: Hash Table: Get keys

24
Comments
3 min read
CSS: Automatically number subheadings in nested lists

CSS: Automatically number subheadings in nested lists

41
Comments 1
2 min read
How to send SMS in 5 seconds right from your Terminal?

How to send SMS in 5 seconds right from your Terminal?

18
Comments 1
1 min read
Getting familiar with Objects.

Getting familiar with Objects.

47
Comments
2 min read
4 Simple CSS Transform Properties

4 Simple CSS Transform Properties

49
Comments
2 min read
When's the Best Time to Post on Dev.to?

When's the Best Time to Post on Dev.to?

149
Comments 18
8 min read
🐋 Docker Cheat Sheet [PDF + Infographic]

🐋 Docker Cheat Sheet [PDF + Infographic]

90
Comments 10
1 min read
Back-to-Basics: CSS Grid Definitions: grid-template-areas

Back-to-Basics: CSS Grid Definitions: grid-template-areas

18
Comments
3 min read
ActiveRecord Queries

ActiveRecord Queries

8
Comments
2 min read
Blogging Quick Tip - Choosing a Topic: Reflection

Blogging Quick Tip - Choosing a Topic: Reflection

20
Comments
3 min read
Remote Work Tips for Developers

Remote Work Tips for Developers

29
Comments 2
2 min read
The Introduction. A Fool's Guide To Writing Functional JS (Part 1)

The Introduction. A Fool's Guide To Writing Functional JS (Part 1)

45
Comments 2
5 min read
How I use git and gitHub to store folders in the cloud

How I use git and gitHub to store folders in the cloud

3
Comments 2
7 min read
How To Become A Programmer. Advises From A Dev Among Others 👶😉

How To Become A Programmer. Advises From A Dev Among Others 👶😉

19
Comments 1
4 min read
Creating a reusable Component Library with React, Storybook, and Webpack

Creating a reusable Component Library with React, Storybook, and Webpack

11
Comments
5 min read
Install MySQL With PhpMyAdmin Using Docker

Install MySQL With PhpMyAdmin Using Docker

7
Comments
7 min read
LeetCode Challenge: Move Zeroes

LeetCode Challenge: Move Zeroes

7
Comments
2 min read
Understanding and Using Prototypal Inheritance in JavaScript

Understanding and Using Prototypal Inheritance in JavaScript

87
Comments
8 min read
Rails Backend: Custom Validations

Rails Backend: Custom Validations

23
Comments 2
4 min read
Getting the most out of programming tutorials

Getting the most out of programming tutorials

7
Comments
4 min read
8 Most used functions of strings package in Go

8 Most used functions of strings package in Go

23
Comments 2
4 min read
A Short Tutorial on How to Develop a Switch button in Flutter.

A Short Tutorial on How to Develop a Switch button in Flutter.

8
Comments
1 min read
loading...