Category: javascript

The rising stars of JS in 2021

January 7, 2022 By Mark Otto Off

2021’s JavaScript Rising Stars — Back for the 6th year running is this popular look at JavaScript projects that have continued to be popular on GitHub. Stars aren’t the only way to determine what projects are good, but it’s one way, and we tend to…

Top 8 React Bootstrap Templates for Enthusiasts and Pros

January 4, 2022 By Mark Otto Off

Introduction Beauty is the purgation of superfluities. This statement by Michelangelo isn’t only about aesthetics. Masters of various professions have made similar statements. And the ones who didn’t often showed a similar attitude to their craft and life. Empty spaces in a painting give weight…

Top 10 Material Design Templates for Your Next Project

December 27, 2021 By Mark Otto Off

Introduction Today, we’re taking a deeper look at Material UI templates, and explaining what makes the best ones stand out. We have said it once, and we are going to say it many-many more times – design is crucial in today’s market. We will not…

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…

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…

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…