DEV Community

CodeNewbie

The most supportive community of programmers and people learning to code.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Lessons for beginners and junior developers after 11 years of coding

Lessons for beginners and junior developers after 11 years of coding

156
Comments 10
7 min read
JavaScript Challenge 3: Remove Zeroes

JavaScript Challenge 3: Remove Zeroes

19
Comments 10
4 min read
6 Tips to improve your search engine results

6 Tips to improve your search engine results

59
Comments 4
2 min read
SCSS Introduction 🎨

SCSS Introduction 🎨

11
Comments
4 min read
Array.reduce() for newbies

Array.reduce() for newbies

22
Comments 6
4 min read
Writing a chess game in python [Day 3]

Writing a chess game in python [Day 3]

8
Comments
6 min read
Setup Adminer with docker for Database Management

Setup Adminer with docker for Database Management

27
Comments 3
2 min read
Flash Code#1 Drag&Drop Component Using Vue.js

Flash Code#1 Drag&Drop Component Using Vue.js

5
Comments
2 min read
How to use Functions in JavaScript?

How to use Functions in JavaScript?

7
Comments
3 min read
5 Websites To Practice Data Structures and Algorithms Programming Problems

5 Websites To Practice Data Structures and Algorithms Programming Problems

45
Comments 2
5 min read
My Review of Kent C. Dodds's EpicReact.Dev: Introduction

My Review of Kent C. Dodds's EpicReact.Dev: Introduction

21
Comments 1
5 min read
Functional Programming in JS, part II - Immutability (Vanilla JS, Immutable.js and Immer)

Functional Programming in JS, part II - Immutability (Vanilla JS, Immutable.js and Immer)

20
Comments 2
11 min read
Grasshopper - Summation Ruby Version

Grasshopper - Summation Ruby Version

2
Comments
1 min read
Starting with SASS

Starting with SASS

11
Comments 2
5 min read
How to update your forked repository on GitHub?

How to update your forked repository on GitHub?

12
Comments 2
2 min read
5 useful tips about the JavaScript array sort method

5 useful tips about the JavaScript array sort method

17
Comments 2
6 min read
my portfolio i need some feedback on it

my portfolio i need some feedback on it

2
Comments 3
1 min read
Why do developers have a love hate relationship with WordPress?

Why do developers have a love hate relationship with WordPress?

3
Comments 6
1 min read
Introducing... DigitalOcean App Platform!

Introducing... DigitalOcean App Platform!

8
Comments
1 min read
Javascript and Rails Single Page Application ("SPA")

Javascript and Rails Single Page Application ("SPA")

10
Comments
4 min read
Freelance vs Personal Projects

Freelance vs Personal Projects

11
Comments 2
1 min read
Hard-Won Lessons Building Maintainable Web Applications

Hard-Won Lessons Building Maintainable Web Applications

3
Comments
4 min read
How Much State is Too Much State in React?

How Much State is Too Much State in React?

3
Comments 1
2 min read
Writing a chess game in python [Day 1]

Writing a chess game in python [Day 1]

12
Comments
4 min read
JavaScript - debounce vs throttle ⏱

JavaScript - debounce vs throttle ⏱

155
Comments 7
3 min read
Find the smallest integer in the array with Python

Find the smallest integer in the array with Python

2
Comments
1 min read
Algorithms in Python: Binary Search for Code Newbies

Algorithms in Python: Binary Search for Code Newbies

5
Comments 1
10 min read
meh.com scrapper in 3 lines ;)

meh.com scrapper in 3 lines ;)

6
Comments
1 min read
Pt: 2 Needles to Nuxt: Building a Website for a Tooth and Nail Tattoos

Pt: 2 Needles to Nuxt: Building a Website for a Tooth and Nail Tattoos

5
Comments 1
2 min read
How to use debouncing to Improve the performance of the search functionality

How to use debouncing to Improve the performance of the search functionality

79
Comments 4
7 min read
Feeling like VAR in a LET (it go) kinda world.

Feeling like VAR in a LET (it go) kinda world.

3
Comments 3
2 min read
Which coding language should the upcoming generation kids learn to become a programmer in future ?

Which coding language should the upcoming generation kids learn to become a programmer in future ?

3
Comments
1 min read
Check how you can build website or e-commerce without coding in minutes

Check how you can build website or e-commerce without coding in minutes

12
Comments
6 min read
What **is** Docker? 🤷🏼‍♀️

What **is** Docker? 🤷🏼‍♀️

530
Comments 36
6 min read
Day 28 of 100DaysOfCode

Day 28 of 100DaysOfCode

6
Comments
1 min read
Time complexity made simple,learn within O(1)

Time complexity made simple,learn within O(1)

23
Comments
6 min read
Automate Chrome extension publish using an automated script

Automate Chrome extension publish using an automated script

6
Comments
7 min read
It's ok if you forget to use the sudo command

It's ok if you forget to use the sudo command

39
Comments 8
1 min read
JavaScript Challenge 2: Word Scrambles

JavaScript Challenge 2: Word Scrambles

12
Comments 4
4 min read
How Blockchain Could Help Instagram

How Blockchain Could Help Instagram

5
Comments
2 min read
Head start with Testing in Angular with Jasmine

Head start with Testing in Angular with Jasmine

27
Comments 5
4 min read
School of Code 4.0 Bootcamp

School of Code 4.0 Bootcamp

2
Comments 1
5 min read
How Imposter Syndrome Limits Your Potential

How Imposter Syndrome Limits Your Potential

44
Comments 7
3 min read
What is Cyber Security

What is Cyber Security

7
Comments
2 min read
How I prepared for interviews

How I prepared for interviews

141
Comments 4
9 min read
Better Productivity with Pair Programming

Better Productivity with Pair Programming

6
Comments
3 min read
JavaScript Challenge 1: Simple Pig Latin

JavaScript Challenge 1: Simple Pig Latin

81
Comments 14
3 min read
How and Where to Start Your Developer Journey

How and Where to Start Your Developer Journey

7
Comments
3 min read
Differentiating Authorization from Authentication

Differentiating Authorization from Authentication

11
Comments
2 min read
Top 5 tools on how to pass the WGU Network and Security – Foundations [the second time, oops]

Top 5 tools on how to pass the WGU Network and Security – Foundations [the second time, oops]

2
Comments
5 min read
Learn var, const, and let [JavaScript] in 6 minutes

Learn var, const, and let [JavaScript] in 6 minutes

6
Comments
4 min read
Day 36 of 100DaysOfCode

Day 36 of 100DaysOfCode

5
Comments
1 min read
Currying

Currying

10
Comments
1 min read
Why I choose C++

Why I choose C++

37
Comments 27
2 min read
Nullish coalescing operator

Nullish coalescing operator

6
Comments
1 min read
How to make cli chat application in Python

How to make cli chat application in Python

12
Comments 2
5 min read
How to learn coding in an efficient way

How to learn coding in an efficient way

36
Comments
6 min read
Media Queries Code Snippet

Media Queries Code Snippet

8
Comments 1
1 min read
How Java program actually runs? What is Just in time compiler?

How Java program actually runs? What is Just in time compiler?

8
Comments
1 min read
Day 11 of 100DaysOfCode

Day 11 of 100DaysOfCode

6
Comments
2 min read
loading...