Home » Archives for Mark Otto » Page 79
August 11, 2022
By
Mark Otto
☀️ We’re taking a week off for a brief summer vacation and will be back on August 25, so when you don’t get an issue of Node Weekly next week, it’s our fault, not yours 😉__Peter Cooper, your editor. How To Use Multithreading in Node.js…
August 10, 2022
By
Mark Otto
☀️ Next week you won’t receive React Status – we’re taking a week off for summer vacation 🙂 We’ll be back, complete with sun tan wind burn, on August 24.__Peter Cooper and Terence C. Gannon, your editors. CSS Animations and Transitions — Join David Khourshid…
August 9, 2022
By
Mark Otto
As a software developer, you’re always learning how to perfect your skills. With technology growing stronger and stronger every day, your job is to improve it through amazing software, apps, and so on. In this profession, you have to do the following (and then some):…
August 5, 2022
By
Mark Otto
JS1024 2022 Competition Winners — JS1024 is a ‘code golfing’ contest where you get 15 days to create a JavaScript or GLSL program within 1024 bytes. This results in lots of creative ideas, complete with fantastic (non-minified) source to check out. The winning JS entry…
August 4, 2022
By
Mark Otto
Introducing the New npm Dependency Selector Syntax — Another week, another new npm command! npm query is a new top-level command (as of npm v8.16.0) that lets you query and filter the dependencies of your project with a CSS-like dependency selector format so you can…
August 3, 2022
By
Mark Otto
Docusaurus 2.0 Released — If you’ve not used Docusaurus yourself, you’ve almost certainly read sites built with it – it’s everywhere! After four years of effort, version 2.0 of the popular React-powered documentation-focused static site generator (but you could use it for other things) has…
August 2, 2022
By
Mark Otto
The Multipart Form Data encoding type can be used to include files in the form data before transferring it to the server for it to be processed. There are other types of encoding as follows- application/ x-www-form-urlencoded: The data is encoded like a string of…
July 29, 2022
By
Mark Otto
Roll Your Own JavaScript Runtime — Bun, Rhino, Deno, Node, and now Blueboat.. is creating your own JavaScript runtime environment the new “hello world”? 😆 Not quite, but this is a fun walk through the bare basics of the process, and you’ll have a Rust,…
July 28, 2022
By
Mark Otto
Introducing Even More Security Enhancements to npm — GitHub continues to up npm’s security game with enhancements that affect most of us in some way or another. There’s a streamlined login and publishing experience with the npm CLI, you can connect your GitHub and Twitter…
July 27, 2022
By
Mark Otto
Bootstrap is a free high-performance frontend framework that provides out-of-the-box HTML, CSS, and JS components for building mobile responsive websites of any size and complexity. Using Bootstrap, you have ready-made responsive templates and themes available for your web project. With Bootstrap you will have HTML…