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.
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
0 Comments