Home » javascript » Page 38
January 11, 2022
By
Mark Otto
Overview Rev up your mood with a list of the best nerd memes for developers! Programming jokes are all over the internet and we are super delighted to show you a portion of our favourite ones. Previously we’ve published a list of popular javascript memes,…
January 7, 2022
By
Mark Otto
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…
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…