Python Jumps to #1 on GitHub Over JavaScript, But… β GitHub Universe took place this week, flooding us with data about how folks are using the platform. Of interest to those on social media was that Python has taken JavaScript’s #1 language crown, though many argued that TypeScript (now #3) made an impact here. In positive news, JS still ranks first for code pushes alone and there’s been a 15% jump in npm package consumption in the past year. GitHub |
π In other GitHub news, their Copilot AI coding tool can now use alternative LLMs like Gemini and Claude, and GitHub Spark is a new AI-powered tool for rapidly creating and deploying small apps. |
Implementing Clean Architecture in Next.js β Learn how to make projects testable and debuggable, independent of UI, framework, database, and external dependencies with the concept of Clean Architecture. Join us live on November 4th. Sentry |
π€ You could argue TypeScript is already that second language..? |
π Articles & Tutorials |
How We Shrunk Our JavaScript Monorepo Git Size by 94% β And by βweβ, the author means Microsoft, which had an extremely large 178 gigabyte JavaScript monorepo on its hands β big enough that many employees had problems cloning it at all. Jonathan tells the full story here. Jonathan Creamer |
HTML Form Validation is Heavily Underused β An exploration of the βpowerful validation mechanismsβ of HTML forms, opining that theyβre underused, and proposing why that lack of utilization may be. everdimension |
π Node.js, Pipes, and Disappearing Bytes β If piping a Node appβs output to another command, mysterious problems can arise.. Sam Lijin π Introducing the New Svelte CLI Tool: |
π Code & Tools |
Fraction.js: Library for Working with Rational Numbers β The imprecise representation of floating point numbers can lead to all sorts of problems, so if youβre working with fractions at all, you might want a little more precision, which Fraction.js offers. Robert Eisele |
π WebAssembly Audio Decoders β Targeting both browser and Node.js use cases, this is a collection of WASM-powered audio decoding libraries for formats like MPEG I/II/III, FLAC, Ogg Opus, Ogg FLAC, Opus, and Ogg Vorbis. Ethan Halsall |
|