CodeNewbie Community 🌱

# programming

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Complete Guide To Make You a Regex Guru

Complete Guide To Make You a Regex Guru

5
Comments 2
20 min read
6 Use Cases for Regex in Your Daily Work

6 Use Cases for Regex in Your Daily Work

4
Comments
8 min read
One Year Club dev.to badge

One Year Club dev.to badge

3
Comments
1 min read
HACKTOBERFEST 2021 dev.to badge

HACKTOBERFEST 2021 dev.to badge

1
Comments 2
1 min read
HACKTOBERFEST 2022

HACKTOBERFEST 2022

1
Comments
1 min read
I made a Virtual Mouse!!

I made a Virtual Mouse!!

3
Comments
1 min read
Python 3.11.0 is here to replace 3.10.x

Python 3.11.0 is here to replace 3.10.x

3
Comments
2 min read
I Created a Programming Puzzle Game

I Created a Programming Puzzle Game

7
Comments 23
2 min read
Learning Coding Is Tough, How to Make It Simple?

Learning Coding Is Tough, How to Make It Simple?

11
Comments 4
5 min read
Talmudic Gems For Rails Developers

Talmudic Gems For Rails Developers

3
Comments
1 min read
Getting Oriented with Objects in Ruby

Getting Oriented with Objects in Ruby

10
Comments
8 min read
Introducing Rediscovering Ruby

Introducing Rediscovering Ruby

14
Comments
5 min read
How I Review Pull Requests

How I Review Pull Requests

9
Comments 1
3 min read
How to have fun (and win) in a hackathon

How to have fun (and win) in a hackathon

13
Comments 1
12 min read
6 Julia Frameworks to Create Desktop GUI’s and Web Apps

6 Julia Frameworks to Create Desktop GUI’s and Web Apps

6
Comments
1 min read
Java 8 for beginners - Part 1

Java 8 for beginners - Part 1

5
Comments 1
2 min read
How to setup Chocolatey test environment on Ubuntu 21.10 ?

How to setup Chocolatey test environment on Ubuntu 21.10 ?

2
Comments 3
13 min read
Chill & Learn: How To Begin Thinking Like A Programmer

Chill & Learn: How To Begin Thinking Like A Programmer

25
Comments
5 min read
GitHub Copilot blew my mind on a code-along exercise

GitHub Copilot blew my mind on a code-along exercise

5
Comments 1
3 min read
Let's build a simple REST API with Node.js and Express

Let's build a simple REST API with Node.js and Express

9
Comments
3 min read
Cascading Style Sheets (CSS) for Dummies

Cascading Style Sheets (CSS) for Dummies

6
Comments 1
5 min read
5 Essential Terms for a Code Newbie

5 Essential Terms for a Code Newbie

7
Comments 2
3 min read
An Introduction to Objects & Functions

An Introduction to Objects & Functions

10
Comments 7
15 min read
How to Master Python Fast and Easy: A Complete Simple tutorial Based on the Official Documentation of Python

How to Master Python Fast and Easy: A Complete Simple tutorial Based on the Official Documentation of Python

13
Comments 2
2 min read
JavaScript: Understand 'this' keyword

JavaScript: Understand 'this' keyword

24
Comments 4
4 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);