erojas.devertek.io logo
Blog hero image

Content creators | innovators

Thoughts on code, design, and strategy — written for those building the next generation of digital experiences.

javascript

Basic Syntax and Variables JS

Basic Syntax and Variables blog introduces JavaScript concepts: syntax rules, variables (let, const, var), naming, data types, and assignment—foundations for JavaScript development and future topics.

Edgar Rojas

Edgar Rojas

Author

htmljavascriptcss

Setting up Development Environment

Creating an efficient JavaScript development environment is vital for coding success. Learn the essential steps and tools for productive web development and coding excellence in this comprehensive guide.

Edgar Rojas

Edgar Rojas

Author

javascript

Difference Between npm and npx

In this blog, we discover the distinct roles of npm and npx in Node.js: npm for managing/installing packages, and npx for executing packages without permanent installation, streamlining Node.js development.

Edgar Rojas

Edgar Rojas

Author