CodeNewbie Community 🌱

CodeNewbie Tutorials

The tutorial tag is very general-purpose. Whether your tutorial is code related or not, tutorials are useful for analyzing your own knowlege of a subject while teaching others!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Mastering the sed Command: Tips, Tricks, and Examples for Text Transformation in Linux

Mastering the sed Command: Tips, Tricks, and Examples for Text Transformation in Linux

Comments 1
2 min read
Applying the useState Hook to an old React project

Applying the useState Hook to an old React project

5
Comments 7
5 min read
How to setup HarperDB on Ubuntu

How to setup HarperDB on Ubuntu

1
Comments
6 min read
Old Photo Effect with CSS

Old Photo Effect with CSS

3
Comments 4
8 min read
Choose the best programming language to learn first: beginner’s guide + free eBook

Choose the best programming language to learn first: beginner’s guide + free eBook

3
Comments
5 min read
DOM Manipulation: part II

DOM Manipulation: part II

5
Comments
2 min read
Planning And Tracking Projects With GitHub's Projects Tool

Planning And Tracking Projects With GitHub's Projects Tool

9
Comments
7 min read
The Easiest Way To Add A Pivot Grid To Your JavaScript Project

The Easiest Way To Add A Pivot Grid To Your JavaScript Project

9
Comments 2
3 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
🕵️‍♂️ Learn git alias and boost your productivity

🕵️‍♂️ Learn git alias and boost your productivity

5
Comments
2 min read
DOM Manipulation: part I

DOM Manipulation: part I

14
Comments
3 min read
Creating a Splash Effect with HTML and CSS (with Video)

Creating a Splash Effect with HTML and CSS (with Video)

6
Comments 4
3 min read
Let's create game of life in Python !

Let's create game of life in Python !

1
Comments 4
5 min read
How to get ready for Hacktoberfest 2022

How to get ready for Hacktoberfest 2022

10
Comments 3
5 min read
What Are Datacenter Proxies?

What Are Datacenter Proxies?

5
Comments 1
2 min read
Getting in love with the unfamiliar codebase

Getting in love with the unfamiliar codebase

4
Comments
3 min read
The README file: How to Help Others Understand Your Project

The README file: How to Help Others Understand Your Project

5
Comments
3 min read
Networking Terminologies

Networking Terminologies

9
Comments 7
5 min read
Mini Portfolio: Bring Your GitHub Profile To The Next Level

Mini Portfolio: Bring Your GitHub Profile To The Next Level

17
Comments 2
8 min read
Google search featured snippets basic types

Google search featured snippets basic types

6
Comments 7
3 min read
Netflix Clone

Netflix Clone

10
Comments 22
1 min read
How to host your first site for free on GitHub Pages

How to host your first site for free on GitHub Pages

17
Comments 1
3 min read
Create a No-Touch QR Code Menu with GitHub Pages

Create a No-Touch QR Code Menu with GitHub Pages

8
Comments 8
9 min read
The One and Only Software Design Principle

The One and Only Software Design Principle

11
Comments
5 min read
What is Increment ++ and Decrement -- Operator? -_-

What is Increment ++ and Decrement -- Operator? -_-

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