JS12 articles

Explore a variety of JavaScript tips and tutorials to enhance your coding skills.

Articles

Why Are JavaScript Naming Conventions Important?

--- views

Master JavaScript naming conventions with this comprehensive guide. Learn best practices for naming variables, functions, classes, and more to write cleaner, more maintainable code.

Conventional Commits

--- views

Discover how Conventional Commits can enhance your work and project's readability.

How to decrease deployment time by 44% with pnpm

--- views

Learn how to efficiently migrate your project from npm to pnpm with this guide.

What is Astro Framework?

--- views

Astro is a new Javascript framework, so discover what makes it special and what are its core features.

Node Version Manager

--- views

NVM, or Node Version Manager. What is it and why we should use it?

Postgres connect to database with URL

--- views

How to connect postgres database with URL

JavaScript 101: Arrays

--- views

Guide to javascript array methods

Difference between absolute and relative URL in HTML

--- views

Everything you need to know about link addresses. Absolute link vs relative

Dispatch table in javascript

--- views

Polymorphism and Dispatch Tables in JS

for...in vs for...of Loops

--- views

What is the difference between "for...in" and "for...of"

Expressions vs Statements

--- views

Understand the important distinction expressions vs statements in JavaScript

How to fix "__dirname is not defined in ES module scope"

--- views

Here is how to fix the "__dirname is not defined in ES module scope" error