Imposter syndrome: how to display: front-end;
The odds were stacked against me. First off, I was born female (albeit a situation I am pleased with, it’s not the wisest career choice in the grand scheme of things). Secondly, I chose the ‘wrong’…
Frontend Development Overview
The odds were stacked against me. First off, I was born female (albeit a situation I am pleased with, it’s not the wisest career choice in the grand scheme of things). Secondly, I chose the ‘wrong’…
Moving from Node Sass and main.css to Dart Sass and scoped CSS components 15 minute read TL;DR: Thinking about proper CSS architecture was already quite the science, but how do you approach this…
Redux - created by Dan Abramov is by far the most popular state manager among React developers. Since managing state is an issue many of us will run into sooner or later, chances are that you came…
Ever since the release of ECMAScript 6 in 2015 the language has been constantly evolving and maturing. New features are being proposed and developed regularly. Proposed features go through 4 stages:…
React Hooks has been introduced with the release of React 16.8. This addition made it possible to use state and lifecycle methods in functional components. This blogpost is a 5 minute read and covers…
For those new to Freemarker, it is a Java-based template engine. You can use it for servlet based programs and also stand alone. The templates are text files that contain placeholders like ${name}.…