Home » Archives for Mark Otto » Page 88
December 24, 2021
By
Mark Otto
The Best of JavaScript Weekly in 2021 This is the last issue of the year (we’re back on January 7, 2022) so we’re taking a look back at some of the most popular items of 2021, starting with top links overall before moving on to top…
December 23, 2021
By
Mark Otto
In this collection, we will provide you with an overview of IDEs that are good for working with Javascript. Some developers use simple solutions, while at Flatlogic we prefer to use full-fledged IDEs for complex tools when developing complex tools. *** If you want to…
December 23, 2021
By
Mark Otto
The Best of Node Weekly in 2021 This is the last issue of the year (we’re back on January 13 as we’re taking a two week break) so we’re taking a look back at some of the most popular links that we’ve shared throughout 2021. There’s…
December 22, 2021
By
Mark Otto
🎄 Hi folks. It’s the end of the year (for us, anyway) so we’re looking back at 2021 with a roundup of the most popular items of the year, whether overall, or in terms of libraries and videos. You should find something useful here that…
December 21, 2021
By
Mark Otto
Introduction Good day to all of our dear friends and accidental bypassers. The theme of our today’s article is how to create an app with Angular. And, first off, let’s emphasize that Angular is one beast of a TypeScript-based open-source web application framework and it…
December 20, 2021
By
Mark Otto
Headless CMSs allow developers and designers to deliver content without a publishing interface, allowing for the creation of responsive and adaptive websites. They often focus on specific business needs and can provide content management for a wide variety of websites. Different CMSs have different strengths,…
December 17, 2021
By
Mark Otto
Introduction Angular is a worldwide known framework for creating web applications. It goes in two different versions – Angular or AngularJS. And, each of them has its peculiarities. AngularJS was built in 2009 and using it will show you, how data changes in JavaScript can…
December 17, 2021
By
Mark Otto
Deep-Copying in JavaScript Using structuredClone — Ever had to resort to workarounds and libraries to create a deep copy of a value? structuredClone() to the rescue as a built-in function for deep-copying. Surma shows it off in this post, but note that support is currently…
December 16, 2021
By
Mark Otto
Quick Intro Recently we have published an article on this very topic, called 6 React Project Ideas to Help You Learn by Doing. And out with the new, in with the old. The best way to learn React is certainly through direct practice. If someone…
December 16, 2021
By
Mark Otto
How To Write Shell Scripts in Node with Google’s zx — zx is a utility that makes it easier to write command line scripts based around Node. This tutorial covers the basics before going on to build a command-line tool that helps bootstrap configuration for…