everything you need to know about JavaScript. ❤️

_devJNS's tweet image. everything you need to know about JavaScript. ❤️

stated a new project btw another day to remind y'all to use typescript for your frontend and backend ❤️

_devJNS's tweet image. stated a new project btw
another day to remind y'all to use typescript for your frontend and backend ❤️

when switching to #esmmodule from #commonjs this is useful to know. saved my life 42 times already! #typescript #nodejs

woss_io's tweet image. when switching to #esmmodule from #commonjs this is useful to know. saved my life 42 times already! #typescript #nodejs

The average developer knows HTML, CSS, JavaScript, React and Node Js.

_devJNS's tweet image. The average developer knows 

HTML, CSS, JavaScript, React and Node Js.

JavaScript Core Concepts and Modern Features. ⬇️

e_opore's tweet image. JavaScript Core Concepts and Modern Features. ⬇️
e_opore's tweet image. JavaScript Core Concepts and Modern Features. ⬇️
e_opore's tweet image. JavaScript Core Concepts and Modern Features. ⬇️
e_opore's tweet image. JavaScript Core Concepts and Modern Features. ⬇️

this trio 🔥🔥 📄index.html 📄 style.css 📄 script.js we all started with this, right?


🟣 @commondotxyz isn’t just a platform, it’s a place where ideas find people, and people find purpose. Here, builders, dreamers, and thinkers come together to create something bigger than themselves. Every message, every collaboration, every connection adds another block to a…

elonunmk's tweet image. 🟣 @commondotxyz isn’t just a platform, it’s a place where ideas find people, and people find purpose.

Here, builders, dreamers, and thinkers come together to create something bigger than themselves.
Every message, every collaboration, every connection adds another block to a…

Average JavaScript libraries: is-even, is-odd, is-number. Average C++ libraries:

tsoding's tweet image. Average JavaScript libraries: is-even, is-odd, is-number.
Average C++ libraries:

TIL: abstracting #commonjs (I think that's what I do, correct me if I'm wrong) in modules and combining them with browserify. Looks like my code is much more manageable like this 🤙

CaseyRomkes's tweet image. TIL: abstracting #commonjs (I think that's what I do, correct me if I'm wrong) in modules and combining them with browserify. Looks like my code is much more manageable like this 🤙

common makes community coordination on base simple and interactive


Automatically include component CSS and JS in your compiled assets by adding these two lines to your app.js file.

zepfietje's tweet image. Automatically include component CSS and JS in your compiled assets by adding these two lines to your app.js file.

writing clean code - JavaScript style guide a style guide is a set of standards for writing and organizing JS code why we need it: when coding alone, any working code is fine. but in a team of 4+ developers on one codebase, without guidelines the code becomes messy and hard to…

mubaraqabba's tweet image. writing clean code - JavaScript style guide

a style guide is a set of standards for writing and organizing JS code

why we need it:
when coding alone, any working code is fine. but in a team of 4+ developers on one codebase, without guidelines the code becomes messy and hard to…

Commondotxyz is revolutionizing community coordination on base


Common is bridging on-chain tools with real-world coordination


Common is live on Base. @base isn't just infrastructure - it's where communities are launching, coordinating, and owning their stack. Here's what we're building together 👇

commondotxyz's tweet image. Common is live on Base.

@base isn't just infrastructure - it's where communities are launching, coordinating, and owning their stack.

Here's what we're building together 👇

Today, I listed out the key differences between the #ES6 & #CommonJS. Was fun playing around with both of them. Let me know if you got anymore of the major differences between both the module systems. #javascript #NodeJS #DSA

ATarjun007's tweet image. Today, I listed out the key differences between the #ES6 & #CommonJS. Was fun playing around with both of them. Let me know if you got anymore of the major differences between both the module systems. #javascript #NodeJS #DSA

Learnt the difference between exports and module.exports, and how CommonJS makes sharing code simple. You got to go old School before you pick up the new shiny stuff. #Nodejs #JavaScript #CommonJS #Programming #DevOps


Thinking about making #HydePHP v2 use native #ESM ("type": "module") for better support with @vite_js and modern tools. Would switching from #CommonJS to #ESM be a problem for you? Need help from the #JavaScript folks!


(1/2) Spent tonight learning #11ty and working on jameskerrane.com - Updated to @eleven_ty v3.0.0! 🥳 - Refactored project files to switch from #CommonJS syntax to the newly supported and standardized #ESM modules - Streamlined how the site handles images

JamesKerrane's tweet image. (1/2)
Spent tonight learning #11ty and working on jameskerrane.com

- Updated to @eleven_ty v3.0.0! 🥳 
- Refactored project files to switch from #CommonJS syntax to the newly supported and standardized #ESM modules
- Streamlined how the site handles images

Code Refactor: commonJS(require) to ES6(import) using advanced try/catch techniques🪝syntax, cleaner-code, #es6 #commonjs #try&catch #js #2024 1 of 7 stay tuned

UtzmanKazeem's tweet image. Code Refactor: commonJS(require) to ES6(import) using advanced try/catch techniques🪝syntax, cleaner-code, #es6 #commonjs #try&catch #js #2024 1 of 7 stay tuned

💡 Today, I dove deep into the world of #CommonJS vs #ES6Modules while integrating `tsconfig` in my project! 🚀 I initially set the module to `commonjs` but wanted to explore the differences. It turns out that both have their strengths based on project needs! #WebDevelopment


🔍 Dive into the world of JavaScript modules with Shunsaku Sugita's insights on ESModule vs. CommonJS. Understand the syntax differences, performance considerations, and ecosystem impact for your projects. #JavaScript #ESModule #CommonJS ift.tt/rb9fG7o

dev.to

Understanding the Differences Between ESModule and CommonJS

1. Introduction to Modules in JavaScript CommonJS: Introduced with Node.js in 2009,...


Great article by @dfabu explaining CommonJS and ES Modules. It goes deep into why a .mjs (ESM) file can do a default import from a .cjs file, but why a .cjs file can't import from ESM. redfin.engineering/node-modules-a… #ESModules #CommonJS #JavaScript #NodeJS #WebDevelopment


Existem várias outras pequenas mudanças, mas eu acho que a principal delas é que agora a gente pode dizer direto para o #node que vamos usar #esm ao invés de #commonjs com a flag --experimental-default-type

_StaticVoid's tweet image. Existem várias outras pequenas mudanças, mas eu acho que a principal delas é que agora a gente pode dizer direto para o #node que vamos usar #esm ao invés de #commonjs com a flag --experimental-default-type

Node.jsに実装された`--experimental-require-module`で、CommonJSからESMを`require`できる仕組みについて。 Top-Level awaitの非同期をスコープ外にすることで実装が進んだ "require(esm) in Node.js | Joyee Cheung's Blog" joyeecheung.github.io/blog/2024/03/1… #nodejs #CommonJS #ECMAScript #module


Stumbled on choosing between the #CommonJS and #ESModules? Get insights into these two #JavaScript module systems and choose the one that best fits your needs! syncfusion.com/blogs/post/js-…


❓If you're running Node (JS/TS) projects, what module type do you use? #nodejs #commonjs #esm #typescript


The CommonJS module system is a widely used module format in JavaScript. It allows developers to organize and share code across different files, making code maintenance and reusability a breeze. #CommonJS #JavaScript #ModuleSystem #CapecomSolutionsinUK

capecom_uk's tweet image. The CommonJS module system is a widely used module format in JavaScript. It allows developers to organize and share code across different files, making code maintenance and reusability a breeze. 
#CommonJS #JavaScript #ModuleSystem #CapecomSolutionsinUK

Today, I listed out the key differences between the #ES6 & #CommonJS. Was fun playing around with both of them. Let me know if you got anymore of the major differences between both the module systems. #javascript #NodeJS #DSA

ATarjun007's tweet image. Today, I listed out the key differences between the #ES6 & #CommonJS. Was fun playing around with both of them. Let me know if you got anymore of the major differences between both the module systems. #javascript #NodeJS #DSA

C’est parti pour le BBL #DecathlonTech sur les Modules dans l’écosystème @nodejs #commonjs #esm #asm #umd

lauthieb's tweet image. C’est parti pour le BBL #DecathlonTech sur les Modules dans l’écosystème @nodejs 
#commonjs #esm #asm #umd
lauthieb's tweet image. C’est parti pour le BBL #DecathlonTech sur les Modules dans l’écosystème @nodejs 
#commonjs #esm #asm #umd

when switching to #esmmodule from #commonjs this is useful to know. saved my life 42 times already! #typescript #nodejs

woss_io's tweet image. when switching to #esmmodule from #commonjs this is useful to know. saved my life 42 times already! #typescript #nodejs

TIL: abstracting #commonjs (I think that's what I do, correct me if I'm wrong) in modules and combining them with browserify. Looks like my code is much more manageable like this 🤙

CaseyRomkes's tweet image. TIL: abstracting #commonjs (I think that's what I do, correct me if I'm wrong) in modules and combining them with browserify. Looks like my code is much more manageable like this 🤙

Javascript: Difference between "module.exports" and "exports" in the CommonJs Module System - #javascript - #node.js - #commonjs - Answer link : codehunter.cc/a/javascript/d…

korohub's tweet image. Javascript: Difference between "module.exports" and "exports" in the CommonJs Module System - #javascript - #node.js - #commonjs  - Answer link : codehunter.cc/a/javascript/d…

Javascript: How to check whether a script is running under Node.js? - #javascript - #node.js - #commonjs - Answer link : codehunter.cc/a/javascript/h…

korohub's tweet image. Javascript: How to check whether a script is running under Node.js? - #javascript - #node.js - #commonjs  - Answer link : codehunter.cc/a/javascript/h…

Reactjs: Webpack: export to existing module in window - #javascript - #reactjs - #commonjs - #webpack - Answer link : codehunter.cc/a/reactjs/webp…

korohub's tweet image. Reactjs: Webpack: export to existing module in window - #javascript - #reactjs - #commonjs - #webpack  - Answer link : codehunter.cc/a/reactjs/webp…

Existem várias outras pequenas mudanças, mas eu acho que a principal delas é que agora a gente pode dizer direto para o #node que vamos usar #esm ao invés de #commonjs com a flag --experimental-default-type

_StaticVoid's tweet image. Existem várias outras pequenas mudanças, mas eu acho que a principal delas é que agora a gente pode dizer direto para o #node que vamos usar #esm ao invés de #commonjs com a flag --experimental-default-type

and that was a great #jsday closing talk @NicoloRibaudo ! thanks for sharing with us all the difficulties and complexities of maintaining and evolving #Babel , migrating from #CommonJS to #ESM

scakko's tweet image. and that was a great #jsday closing talk @NicoloRibaudo ! thanks for sharing with us all the difficulties and complexities of maintaining and evolving #Babel , migrating from #CommonJS to #ESM

Javascript: module.exports vs exports in Node.js - #javascript - #node.js - #commonjs - Answer link : codehunter.cc/a/javascript/m…

korohub's tweet image. Javascript: module.exports vs exports in Node.js - #javascript - #node.js - #commonjs  - Answer link : codehunter.cc/a/javascript/m…

Sindre Tears Off the #CommonJS Bandaid, Moves Exclusively to ES Modules bit.ly/3BS3Q4e #NodeJS

macronimous's tweet image. Sindre Tears Off the #CommonJS Bandaid, Moves Exclusively to ES Modules bit.ly/3BS3Q4e #NodeJS

Loading...

Something went wrong.


Something went wrong.


United States Trends