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.
Why Python Generators?

Why Python Generators?

24
Comments
2 min read
Golang Learning Resources

Golang Learning Resources

33
Comments 5
1 min read
Conditionally rendering in React with ternary operator

Conditionally rendering in React with ternary operator

5
Comments 2
1 min read
Maximum Bipartite Graph

Maximum Bipartite Graph

4
Comments
2 min read
Web Dev Freelance Gig Red Flags 🚩

Web Dev Freelance Gig Red Flags 🚩

9
Comments 1
1 min read
Don't Get Stuck in Tutorial Hell

Don't Get Stuck in Tutorial Hell

81
Comments 6
4 min read
take a break!

take a break!

3
Comments
2 min read
CORS in short

CORS in short

8
Comments
1 min read
Automating my workflow with Python #1: File Organizer

Automating my workflow with Python #1: File Organizer

70
Comments 16
9 min read
Intro to creating CSS Art

Intro to creating CSS Art

112
Comments 2
6 min read
JavaScript Katas: Letterbox Paint Squad

JavaScript Katas: Letterbox Paint Squad

6
Comments 3
4 min read
I hope you fail.🙏🏽❤️

I hope you fail.🙏🏽❤️

183
Comments 15
3 min read
Pure CSS lamp: step-by-step

Pure CSS lamp: step-by-step

91
Comments 9
3 min read
Making server requests using PowerShell

Making server requests using PowerShell

6
Comments
6 min read
Key Topics from my Computer Science & Maths Degree - Transcript Review

Key Topics from my Computer Science & Maths Degree - Transcript Review

6
Comments
16 min read
Most Useful Features of Chrome Developer Tools That You Must Know

Most Useful Features of Chrome Developer Tools That You Must Know

161
Comments 12
7 min read
3 Tricks every Python programmer needs to know

3 Tricks every Python programmer needs to know

25
Comments 2
3 min read
Hello world!

Hello world!

3
Comments
4 min read
How texting works (Basics for NewBies)

How texting works (Basics for NewBies)

5
Comments
2 min read
jQuery Migrate brakes WordPress version 5.5

jQuery Migrate brakes WordPress version 5.5

6
Comments 7
2 min read
VS Code shortcuts and tricks that I wish I knew sooner

VS Code shortcuts and tricks that I wish I knew sooner

467
Comments 33
6 min read
How to select the right tech stack for your next web application?

How to select the right tech stack for your next web application?

60
Comments 10
10 min read
Most Useful VS Code Extensions To Improve Your Productivity

Most Useful VS Code Extensions To Improve Your Productivity

231
Comments 17
4 min read
7 useful websites every front-end developer should know about

7 useful websites every front-end developer should know about

563
Comments 13
3 min read
Structure in C - Storage, Pointers, Functions and Self-Referential Structure

Structure in C - Storage, Pointers, Functions and Self-Referential Structure

8
Comments 1
12 min read
Fearless Code Review Checklist

Fearless Code Review Checklist

17
Comments
7 min read
Don't Learn JavaScript and React at the Same Time

Don't Learn JavaScript and React at the Same Time

84
Comments 19
3 min read
Developer Dictionary - Boolean Operators & Logic Gates

Developer Dictionary - Boolean Operators & Logic Gates

5
Comments
2 min read
Mastering Hard Parts of JavaScript: Prototype & Class V

Mastering Hard Parts of JavaScript: Prototype & Class V

16
Comments 1
2 min read
When's the Last Time You Finished a Coding Side Project?

When's the Last Time You Finished a Coding Side Project?

8
Comments 5
2 min read
As a programmer, which one book will you like to recommended to new Programmers.

As a programmer, which one book will you like to recommended to new Programmers.

5
Comments 2
1 min read
How to Create a Fully Customizable Content Loader in React

How to Create a Fully Customizable Content Loader in React

58
Comments
3 min read
Let's Get Started with Understanding the Machine

Let's Get Started with Understanding the Machine

9
Comments 2
3 min read
The Avengers and the Knapsack Problem

The Avengers and the Knapsack Problem

4
Comments
10 min read
JavaScript Katas: Draw Chessboard

JavaScript Katas: Draw Chessboard

13
Comments 6
3 min read
Data Types and Operators in JavaScript: Everything You Need To Know

Data Types and Operators in JavaScript: Everything You Need To Know

52
Comments 7
10 min read
Arrays in Java.

Arrays in Java.

8
Comments
3 min read
How full-stack are you? Here's how to chart it out

How full-stack are you? Here's how to chart it out

28
Comments 1
5 min read
Ikechukwu Unegbu: My Journey into Web and Software Development

Ikechukwu Unegbu: My Journey into Web and Software Development

14
Comments 4
5 min read
Understanding Task Lister Lite

Understanding Task Lister Lite

8
Comments
4 min read
How to generate mock data within seconds using Node.js to use in any application

How to generate mock data within seconds using Node.js to use in any application

140
Comments 6
7 min read
Mastering Hard Parts of JavaScript: Prototype & Class IV

Mastering Hard Parts of JavaScript: Prototype & Class IV

14
Comments 1
1 min read
The Game Plan into Developer Land

The Game Plan into Developer Land

5
Comments 1
4 min read
7 Best Places to Learn and Practice CSS Grid Layout

7 Best Places to Learn and Practice CSS Grid Layout

23
Comments
3 min read
🥳 Animated Happy Birthday Card 👉 jQuery CodePen Demo

🥳 Animated Happy Birthday Card 👉 jQuery CodePen Demo

5
Comments
1 min read
✍ Demo 👉 Pure CSS Toggle Button 🔛 Switch 🙅‍♂️ No JS

✍ Demo 👉 Pure CSS Toggle Button 🔛 Switch 🙅‍♂️ No JS

3
Comments
1 min read
A beginner's way to show some 💚 👉 "love" in every language on Google Translate.

A beginner's way to show some 💚 👉 "love" in every language on Google Translate.

2
Comments
1 min read
Developer Dictionary - Recursion

Developer Dictionary - Recursion

7
Comments
4 min read
How to learn to code in the modern world

How to learn to code in the modern world

12
Comments 1
5 min read
Exploring Github: Developer RoadMaps, Octocats, and more!

Exploring Github: Developer RoadMaps, Octocats, and more!

9
Comments 2
3 min read
My Recipe For Learning

My Recipe For Learning

4
Comments
1 min read
Thinking in React Reference

Thinking in React Reference

53
Comments 4
4 min read
Command Line Tools for Developers

Command Line Tools for Developers

8
Comments
14 min read
Started learning web development from scratch

Started learning web development from scratch

2
Comments
1 min read
How does the Internet work?

How does the Internet work?

6
Comments
2 min read
5-Step Strategy You Can Use for Your Next Coding Interview

5-Step Strategy You Can Use for Your Next Coding Interview

60
Comments 2
3 min read
Truncate string with ellipsis

Truncate string with ellipsis

29
Comments 4
2 min read
Managing Fetch API requests in React.js | useConfetch

Managing Fetch API requests in React.js | useConfetch

6
Comments 2
3 min read
Is "fundamentals first" the best approach to learning web development?

Is "fundamentals first" the best approach to learning web development?

60
Comments 23
3 min read
HTML Web Workers in Depth

HTML Web Workers in Depth

31
Comments
9 min read
loading...