CodeNewbie Community 🌱

# javascript

This tag is for content related to programming in JavaScript. Client-side, server-side, it doesn't matter. This tag should be used for anything JavaScript focused. If the topic is about a JavaScript framework or library, just remember to include the framework's tag as well.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
💵Top 25 Tech Trends for 2025 $$$

💵Top 25 Tech Trends for 2025 $$$

6
Comments 12
8 min read
Essential Skills for Microsoft Azure Administrators to Succeed in 2025

Essential Skills for Microsoft Azure Administrators to Succeed in 2025

Comments 14
4 min read
Introduction to Next.js 15: What's New and the improvements!

Introduction to Next.js 15: What's New and the improvements!

6
Comments 6
3 min read
Building a Better Monorepo with TypeScript, Turborepo, or Nx

Building a Better Monorepo with TypeScript, Turborepo, or Nx

Comments 1
4 min read
How to invoke dialog modal from module instead of using directly showModal() method

How to invoke dialog modal from module instead of using directly showModal() method

Comments 25
1 min read
Deploying a React Watchlist Tracker App to Production Using DeployHQ

Deploying a React Watchlist Tracker App to Production Using DeployHQ

2
Comments 1
31 min read
How I Built a Futuristic Invoice Generator: Challenges and Solutions

How I Built a Futuristic Invoice Generator: Challenges and Solutions

Comments 3
5 min read
Lessons Learned from Building an E-commerce Site with Personalized Experiences

Lessons Learned from Building an E-commerce Site with Personalized Experiences

Comments 2
5 min read
10 game-changing tools that level up Svelte developers in 2025 💪

10 game-changing tools that level up Svelte developers in 2025 💪

5
Comments 12
4 min read
What’s New in JavaScript: ECMAScript 2024 (Edition 15)

What’s New in JavaScript: ECMAScript 2024 (Edition 15)

Comments 2
1 min read
Checkbox disappears after refreshing page using localStorage API

Checkbox disappears after refreshing page using localStorage API

Comments 3
2 min read
JavaScript String Manipulation: How to Use Split, Reverse, and Join

JavaScript String Manipulation: How to Use Split, Reverse, and Join

1
Comments 8
3 min read
Webpack can't recognize modules

Webpack can't recognize modules

1
Comments 2
1 min read
How to create a newsletter signup form in just 20 minutes with shadcn/UI and Manifest

How to create a newsletter signup form in just 20 minutes with shadcn/UI and Manifest

4
Comments 2
7 min read
How to create Factory Functions instead of using Classes

How to create Factory Functions instead of using Classes

Comments 4
1 min read
Google Maps In Jetpack Compose: All You Need To Know

Google Maps In Jetpack Compose: All You Need To Know

1
Comments 6
4 min read
PubNub vs Pusher creating a realtime messaging app in React

PubNub vs Pusher creating a realtime messaging app in React

Comments 2
17 min read
Building a Personal Finance App with Arcjet

Building a Personal Finance App with Arcjet

2
Comments 6
25 min read
Choosing Between C# and JavaScript for Web Scraping

Choosing Between C# and JavaScript for Web Scraping

Comments 1
4 min read
Avoiding Burnout While Learning to Code: Tips for New Developers

Avoiding Burnout While Learning to Code: Tips for New Developers

Comments 3
4 min read
Draw2d js detailed tutorials

Draw2d js detailed tutorials

Comments 5
1 min read
Advanced (Sub)Types in TypeScript You Need to Know

Advanced (Sub)Types in TypeScript You Need to Know

1
Comments 4
4 min read
Managing Dependencies and Security in JavaScript with NPM

Managing Dependencies and Security in JavaScript with NPM

6
Comments 2
6 min read
RxJS: Master Complex Data Flows

RxJS: Master Complex Data Flows

Comments 1
1 min read
Lazy Loading and Sorting in PrimeNG Tables

Lazy Loading and Sorting in PrimeNG Tables

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