Home » programming » Page 5
February 23, 2023
By
Mark Otto
▶ The State of Node.js Core with Colin Ihrig — Colin sits on the Node.js Technical Steering Committee (TSC) and gives us a 30-minute presentation reviewing what’s going on and some potential upcoming features (including a permissions system, better TypeScript integration, proxy support for fetch and…
February 17, 2023
By
Mark Otto
Writing JavaScript Without a Build System — Using a variety of build tools for things like bundling and transpiling is reasonably standard in modern JavaScript development, but what if you want to keep things simple? For simple things, it’s not necessary, says Julia. This led…
February 15, 2023
By
Mark Otto
▶ React.js: The Documentary — With acclaim from the core team and starring folks like Sophie Alpert, Pete Hunt, and Dan Abramov, this is the origin story of React, right back to when it was a “fragile, strange, fascinating idea that almost didn’t happen.” You won’t…
February 10, 2023
By
Mark Otto
It looked quiet at first but wow, what an epic week this turned out to be. There’s a lot to chew on here, and we even have a variety of bonus items at the very end of the issue. Enjoy!__Your editor, Peter Cooper Monitoring Your NestJS…
February 9, 2023
By
Mark Otto
Ada 1.0: Node’s Forthcoming New URL Parser — Node.js is moving to a new, faster URL parser called Ada (ironically written in C++ and not Ada). It passes the full WHATWG and Node test suites, though we’d be surprised if there aren’t a few teething…
January 22, 2023
By
Mark Otto
AWS CodeBuild is a fully managed DevOps service for building and testing your applications. As a fully managed service, there is no infrastructure to manage and you pay only for the resources that you use when you are building your applications. CodeBuild provides a default…
December 20, 2022
By
Mark Otto
Earlier this year, security researchers at Nozomi Networks discovered a DNS vulnerability in two C standard libraries used widely in embedded systems. The bug leaves the libraries vulnerable to cache poisoning – a DNS flaw Dan Kaminsky discovered in 2008. Paul Vixie, a contributor to…
November 22, 2022
By
Mark Otto
Today we are happy to announce a new open source project, Finch. Finch is a new command line client for building, running, and publishing Linux containers. It provides for simple installation of a native macOS client, along with a curated set of de facto standard…
November 18, 2022
By
Mark Otto
AWS re:Invent is filled with fantastic opportunities, but I wanted to tell you about a space that lets you dive deep with some fantastic open source projects and contributors: the AWS Modern Applications and Open Source Zone! Located in the east alcove on the third…
May 14, 2021
By
Mark Otto
JQuery – Validation In this tutorial, I will demonstrate you how to use jquery validation plug-in to validate the form data before submitting to server. I will try to keep things simple so that you can implement some validation on your webpage forms easily. The…