Articles by Tag #modules

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Node Express

      One of Node.js's most popular and well-known frameworks is Node Express. Node Express, is used...

Learn More 33 4Dec 1 '24

JavaScript Modules: An Introduction

A post about creating a series on DEV.

Learn More 3 0Mar 19

Terraform Modules and Workspaces: How MyCoCo Scaled from Copy-Paste to DRY Infrastructure

How a growing SaaS company leveraged Terraform workspaces and modules to eliminate 1,500+ lines of duplicate code while maintaining environment isolation.

Learn More 2 6Sep 19

Organizing Code in Python – Modules and Packages

As Python projects grow, organizing code efficiently becomes essential. Instead of keeping everything...

Learn More 2 0Feb 19

Python Day - 8 Modules-Meaning and Types,Tasks

Modules: Every python file is a module.Files which we save with the extension(.py) all are...

Learn More 1 0Nov 22 '24

Python Day-9 Predefined modules,While loop,Task

Predefined modules sys module:(sys.argv) In this module sys.argv is used to show output as...

Learn More 1 0Nov 24 '24

Java Modules in Modern Microservices: A Winning Combination

In the world of modern software development, microservices architecture has become a popular choice...

Learn More 0 1Jun 14

Understanding Module Specifier

A post about creating a series on DEV.

Learn More 0 0Mar 19

Módulos y Gestión de Dependencias en Node.js (2/n)

Esta guía completa cubre todos los aspectos esenciales del sistema de módulos y gestión de dependencias en Node.js, desde conceptos básicos hasta técnicas avanzadas y mejores prácticas profesionales.

Learn More 0 0Oct 3

20 Years of JavaScript Modules: Chaos, Fragmentation, and a Path Forward

1. Introduction: Have We Really Solved "Modularity"? You might think JavaScript's module...

Learn More 0 0Jul 7

Day 8 - Modules

Modules: In Python, a module is a file containing Python definitions and statements. Modules allow...

Learn More 0 0Nov 21 '24

CommonJS vs ESM: The Great JavaScript Module Battle!

JavaScript has had an interesting journey when it comes to module systems. CommonJS (CJS) has been...

Learn More 0 0Feb 18

Using ES2020 Modules to Organize Your Code

Organize your modern JS/TS code with ES2020 module syntax.

Learn More 0 0Jun 9

Understanding JavaScript Modules: Exporting and Importing Code Made Easy

JavaScript Modules JavaScript Modules allow developers to break code into reusable and...

Learn More 0 0Dec 17 '24

Modules in Node.js: The Building Blocks of Your App 🚀

Hey awesome devs! 👋 Today, we’re diving into one of the most important features of Node.js—Modules!...

Learn More 0 0Feb 28

Modules, and Java, and Windows, Oh My!

I get that desktop applications are out of style these days. But they are still a good way to...

Learn More 0 0Oct 22