Micro Frontends
Micro Frontends Are you looking for ways to improve the frontend of your web-based app? If so, then micro frontends might be the answer. Micro frontends is an architectural approach …
Web Development
Micro Frontends Are you looking for ways to improve the frontend of your web-based app? If so, then micro frontends might be the answer. Micro frontends is an architectural approach …
What is styled components When it comes to styling React components, there are a few different approaches that you can take. One popular approach is using styled-components, a CSS-in-JS library …
Have you noticed how Google Maps predicts the estimated time of your arrival more and more precisely? How has Siri become better and better at understanding your requests? Have you …
If you’re like most developers, you probably have a development process that looks something like this: You make a change to your local branch and push it to a central …
New operator ... was introduced in ES6 . Depending on the context it is called the Spread or the Rest operator. This operator provides a cleaner syntax when you are dealing with …
The sixth edition of ECMAScript (also known as ECMAScript 2015 or simply ES6) was officially published in June 2015. It is the most significant update of the language for …
If you are working with JavaScript you probably use Arrays a lot. In this post I compiled a list of the most useful array methods, that can save you time and …
It is such an exciting time for web developers: new languages, technologies, tools and frameworks appear every day and it’s so easy to get lost in the noise! Based …