Home » javascript » Page 9
January 5, 2023
By
Mark Otto
Gluon: Framework for Creating Desktop Apps from Sites — A new approach for building desktop apps from Web sites using Node and already installed browsers. Notably, Gluon supports both Chromium and Firefox. Deno can also be used in place of Node. Windows and Linux are…
December 16, 2022
By
Mark Otto
🎄 This is the final issue of the year – we’ll be back on January 6, 2023. We hope you have a fantastic holiday season, whether or not you are celebrating, and we’ll see you for a look back at 2022 in the first week…
December 15, 2022
By
Mark Otto
The Best of Node Weekly in 2022 This is the final issue of the year (we’re back on January 5, 2023) so today we’re revisiting the most popular links (and releases) of 2022. There’ll be a few useful resources that escaped your attention or that you’ve…
December 9, 2022
By
Mark Otto
Vite 4.0 Released — From the same creator as Vue.js, Vite is an exciting piece of frontend tooling offering lots of goodies out of the box: fast hot module replacement, instant server starts, optimized builds with Rollup, TypeScript and JSX support (more on why to…
December 8, 2022
By
Mark Otto
💡 I think the code explorer will be pretty handy, if only to take a quick look inside weirdly named junk packages to see what’s going on! 😆 Is Prisma Better Than Your ‘Traditional’ ORM? — Prisma has become a very popular Node project in…
December 2, 2022
By
Mark Otto
Speeding Up the JS Ecosystem, One Library at a Time — JavaScript projects are often so reliant upon dependencies that there are many opportunities to speed up swathes of the ecosystem by fixing small performance issues. Here, one of Preact’s developers shares how he’s been…
December 1, 2022
By
Mark Otto
The Advent of Code 2022: 25 Days of Code Challenges — If you have a little time each day to do some programming puzzles, the Advent of Code is always fantastic and now in its eighth year. There’s a sub-Reddit where people share and discuss…
November 25, 2022
By
Mark Otto
The State of JavaScript 2022 Survey is Open — JavaScript’s most popular annual survey is open once again. The results (2021’s, for example) are always fascinating to see, so go share your knowledge so we can see where JavaScript is headed. There’s a ‘guest’ mode…
November 24, 2022
By
Mark Otto
💡 While we like to support new, promising projects, it’s not as if it hasn’t been done before though. AdonisJS and Sails are good options in this space. Node.js Architecture Pitfalls to Avoid — Beware: opinions ahead. It’s a little scattershot but the author, who…
November 18, 2022
By
Mark Otto
What’s So Great About Functional Programming? — If anyone has excitedly insisted you check out Elm, PureScript, Haskell or F#, they may have caught Functionitis™ and want you to catch it too. James, author of the forthcoming Skeptic’s Guide to Functional Programming with JavaScript, sells…