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 their solutions and I’ve picked up lots of tricks from looking at other people’s approaches. Day one should take up less than 10 minutes of your time if you just want to get a feel for it.
Electron 22.0 Released, Plus Other Electron News — The long standing cross platform desktop framework continues to evolve. v22 jumps up to Chromium 108 and Node 16.17.1. The UtilityProcess API is a new feature. There are also some other Electron related updates to be aware of:
Electron Forge 6 has been released. Forge is an official tool for packaging and distributing Electron apps. 6.0 is a total rewrite and now considered the official ‘batteries included build pipeline’ for Electron apps.
The Electron project is going quiet for December so the team can recharge their batteries for 2023 (or maybe to do Advent of Code? ;-))
OpenJS Foundation
IN BRIEF:
Congratulations to NearForm and Fastify’s Rafael Gonzaga who is the newest Node.js TSC member – may he commit much to the official Node repo 😁
This year’s State of JavaScript survey is open. You don’t need to sign up to take it this year and you might even learn about some new JavaScript features from it..
Deploying Node Apps to AWS: Building an Automated CI/CD Pipeline — You’d need to use all your fingers and toes to count the ways to deploy apps to AWS nowadays, but here’s one reasonably tidy way using CodeBuild and CodeDeploy and triggered by pushes to a git repo.
vm2: A Sandbox for Running Untrusted Node Code — A locked down, heavily restricted sandbox build around Node’s internal vm module that lets you add a timeout, limit access to built-in modules as you see fit, and more. Lots of code samples to check out here.
AWS Lambda Powertools for TypeScript — A suite of utilities for working with AWS Lambda. Includes tracing, structured logging, and custom metric creation.
Amazon Web Services – Labs
Restify 10.0
↳ Middleware-oriented REST API framework.
Find Tech Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
#550 — October 1, 2024 Read on the Web µExpress / Ultimate Express: Like Express, But Faster? — It’s not Express, but a reimplementation of Express’s functionality with API compatibility. Based on µWebSockets, and with Read more…
#549 — September 24, 2024 Read on the Web The Nine Node Pillars: Principles for Doing Node Right in the Enterprise — An interesting resource from a group of prolific and productive Node.js contributors. It’s Read more…
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers Read more…
0 Comments