Home » javascript » Page 35
January 4, 2022
By
Mark Otto
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…
December 27, 2021
By
Mark Otto
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…
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 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 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 14, 2021
By
Mark Otto
Bootstrap or Material UI – the age-old question everyone has asked yourself at least once. Without a long introductory we want to present a short table with main conclusions on each criterion of the comparison. Those of you who want to know more may read…
December 14, 2021
By
Mark Otto
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.…