Author: Mark Otto

The JavaScript 2021 megamix

December 24, 2021 By Mark Otto Off

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…

Best IDE for Javascript

December 23, 2021 By Mark Otto Off

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…

Looking back at Node.js in 2021

December 23, 2021 By Mark Otto 0

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…

The top React links of 2021

December 22, 2021 By Mark Otto 0

🎄 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…

How to Create Angular Apps Step by Step

December 21, 2021 By Mark Otto Off

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…

Headless CMS vs Traditional CMS

December 20, 2021 By Mark Otto 0

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,…

Top 10 Angular Material Admin Dashboard Templates

December 17, 2021 By Mark Otto Off

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…

Array.prototype.groupBy

December 17, 2021 By Mark Otto Off

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…

Top 15 React App Ideas for Web Developer in 2022

December 16, 2021 By Mark Otto Off

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…

Shell scripting in Node with zx

December 16, 2021 By Mark Otto 0

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…