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.
8 GitHub resources for becoming a developer in 2022

8 GitHub resources for becoming a developer in 2022

32
Comments 1
2 min read
First crucial step

First crucial step

4
Comments 2
1 min read
How I setup my Development Environment on macOS 2022 Edition

How I setup my Development Environment on macOS 2022 Edition

13
Comments 3
8 min read
A never ending coding journey

A never ending coding journey

8
Comments
2 min read
50 Cool Web And Mobile Project Ideas for 2022

50 Cool Web And Mobile Project Ideas for 2022

7
Comments 10
20 min read
The Most Popular React Tech Stack in 2022 (Based on Data)

The Most Popular React Tech Stack in 2022 (Based on Data)

6
Comments 2
18 min read
Moving from JavaScript to TypeScript

Moving from JavaScript to TypeScript

4
Comments 1
7 min read
My Beginning with TypeScript (TS season one episode one)

My Beginning with TypeScript (TS season one episode one)

6
Comments 2
5 min read
CSS: The Flavor of Front-end Web Development

CSS: The Flavor of Front-end Web Development

6
Comments
2 min read
How I decided which language I should learn

How I decided which language I should learn

8
Comments 15
4 min read
How to build powerful tables in React using the React Table package

How to build powerful tables in React using the React Table package

5
Comments 2
5 min read
I share my Notion template with over 440 pages of web development content

I share my Notion template with over 440 pages of web development content

5
Comments 2
2 min read
Integrate PayPal API

Integrate PayPal API

7
Comments 1
2 min read
How to get better and easier state management with Redux Toolkit

How to get better and easier state management with Redux Toolkit

4
Comments 1
17 min read
5 tips for beginners to web development

5 tips for beginners to web development

6
Comments 4
6 min read
How I ended up making a JAMstack app on Rails & Vue

How I ended up making a JAMstack app on Rails & Vue

6
Comments 1
3 min read
How to make a calculator (working and animated)

How to make a calculator (working and animated)

5
Comments 23
6 min read
My first jam on the JAMstack

My first jam on the JAMstack

9
Comments
2 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
How I created and deployed my first full stack web application in just 4 days

How I created and deployed my first full stack web application in just 4 days

6
Comments 1
3 min read
What is an API?

What is an API?

12
Comments
9 min read
Hi, we’re Strapi and we’re excited to be at CodeLand!

Hi, we’re Strapi and we’re excited to be at CodeLand!

25
Comments 107
2 min read
Coding a random CSS gradient generator!

Coding a random CSS gradient generator!

9
Comments 2
2 min read
Intro to Gridsome's Folder Structure

Intro to Gridsome's Folder Structure

7
Comments 3
3 min read
[On-Demand Talk] It's the Markup That Matters

[On-Demand Talk] It's the Markup That Matters

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