Digging into explicit resource management

November 16, 2023 By Mark Otto Off

Prettier 3.1 Released — The popular opinionated code formatter has a new release including support for the new control flow syntax in Angular 17 plus a new, experimental formatting option for ternary expressions (as in x ? y : z) explained in more depth in…

Why one team moved back to React from Preact

November 15, 2023 By Mark Otto 0

Datasheet Grid: An Airtable-like Grid Component — If you’ve got an array of objects and you want a way for users to manipulate them, this is for you. It’s not going to replace a spreadsheet or an extensive data grid framework, but it’s a good,…

Milo: A new HTTP parser for Node?

November 14, 2023 By Mark Otto 0

👍 Note: There’s a ‘last update’ badge saying 2021, but it’s incorrect – there was a big update this month 😄 ▶  Talks from the Node.js Collab Summit 2023 — If you want to stay up to date with the latest discussions within the Node project, here are the…

How to Build Your ERP System – Comprehensive Guideline

November 10, 2023 By Mark Otto Off

Craving an ERP System as unique as your organization? If you’re seeking answers to questions like, ‘How can I design an ERP system that streamlines operations?’ or ‘What modules should I include to enhance productivity?’ then you’ve come to the right place.  As renowned business…

AWS CodeBuild adds support for AWS Lambda compute mode

November 9, 2023 By Mark Otto Off

AWS CodeBuild recently announced that it supports running projects on AWS Lambda. AWS CodeBuild is a fully managed continuous integration (CI) service that allows you to build and test your code without having to manage build servers. This new compute mode enables you to execute…

Angular is back

November 9, 2023 By Mark Otto Off

Reintroducing Angular with Angular v17 — Angular first appeared in the shape of AngularJS in 2010 and helped launch a wave of large-scale JavaScript frameworks. Angular remains popular in many use cases but is often overlooked in favor of newer options. v17 takes a leap…