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.
Golang Monitoring using OpenTelemetry

Golang Monitoring using OpenTelemetry

Comments 2
6 min read
Zero-downtime PostgreSQL migrations

Zero-downtime PostgreSQL migrations

Comments
4 min read
PostgreSQL Table Partitioning

PostgreSQL Table Partitioning

Comments 1
4 min read
Mastering the Split Function in React.js: A Comprehensive Guide

Mastering the Split Function in React.js: A Comprehensive Guide

7
Comments 20
5 min read
How to Automate Job Application with ChatGPT in 3 Steps

How to Automate Job Application with ChatGPT in 3 Steps

4
Comments 1
5 min read
How to create CD with GitHub Actions and Kubernetes

How to create CD with GitHub Actions and Kubernetes

2
Comments
5 min read
How to Install pnpm with npm on Windows 11

How to Install pnpm with npm on Windows 11

1
Comments 3
3 min read
Monitoring Spring Boot with OpenTelemetry

Monitoring Spring Boot with OpenTelemetry

Comments
4 min read
Crafting a memorable Developer portfolio: An in-depth guide to stand out in the digital crowd

Crafting a memorable Developer portfolio: An in-depth guide to stand out in the digital crowd

Comments
3 min read
pgBackRest: PostgreSQL S3 backups

pgBackRest: PostgreSQL S3 backups

1
Comments
3 min read
Cursor pagination for PostgreSQL/MySQL

Cursor pagination for PostgreSQL/MySQL

Comments 1
4 min read
Exploring the fundamental backbone of full stack applications: The power of CRUD

Exploring the fundamental backbone of full stack applications: The power of CRUD

Comments
3 min read
Monitoring Express.js with OpenTelemetry and Uptrace

Monitoring Express.js with OpenTelemetry and Uptrace

Comments 1
3 min read
Step-by-step guide: Creating an EC2 Instance to Host your website on AWS

Step-by-step guide: Creating an EC2 Instance to Host your website on AWS

1
Comments 2
3 min read
Text Case Conversion 101

Text Case Conversion 101

Comments 1
6 min read
What is the Nationwide Cyber Security Review (NCSR)?

What is the Nationwide Cyber Security Review (NCSR)?

5
Comments 12
2 min read
Solving the Knapsack Problem - A Guide to Dynamic Programming

Solving the Knapsack Problem - A Guide to Dynamic Programming

1
Comments 3
4 min read
Google is offering free online courses

Google is offering free online courses

9
Comments 3
2 min read
Understanding Linux Commands - A Comprehensive Guide

Understanding Linux Commands - A Comprehensive Guide

4
Comments 2
4 min read
Mastering the ssh Command - Tips and Tricks

Mastering the ssh Command - Tips and Tricks

Comments
3 min read
CSS Eggs are back.

CSS Eggs are back.

Comments 4
4 min read
Mastering the Powerful Linux Command - rsync

Mastering the Powerful Linux Command - rsync

1
Comments
3 min read
Efficiently Managing Processes with the ps Command in Linux

Efficiently Managing Processes with the ps Command in Linux

Comments
3 min read
Awesome Starting Points When Creating Your First Web Page

Awesome Starting Points When Creating Your First Web Page

3
Comments 2
3 min read
Everything You Need to Know About the cat Command and Tips to Use it Effectively

Everything You Need to Know About the cat Command and Tips to Use it Effectively

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