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…

Create React App v5.0

December 15, 2021 By Mark Otto 0

🎄 This is the last normal issue of the year but we’re back next week with a “best of 2021” edition to cap off the year. Season’s greetings to you all!__Peter Cooper and Terence Gannon — editors Open-Source Session Replay for Developers — We let…

Top JavaScript Datepicker Plugins and Libraries

December 14, 2021 By Mark Otto Off

Select menus are a common choice for datepickers since they’re easy to set up. But after decades of using MM/DD/YY menus, I think our users deserve better. Datepickers are essential for many businesses. They can also be used to track time for any specified purpose.…

Top Angular Open Source Projects

December 13, 2021 By Mark Otto Off

Angular is a very robust, popular web framework primarily used to build single-page applications (SPAs). At Flatlogic, we also often use Angular in developing admin dashboards. You can check out free angular templates. In this article, we will speak about open-source Angular 2.x projects. Many…