On this blog, I publish articles about front end development. Either HTML, CSS, JS, frameworks or a combination thereof. I try to document stuff I'm learning and stuff that I think is useful. If you got any questions about any of the blogs or got ideas for a blog, just hit me up on Twitter (@marcoslooten) or send me a mail at marco [at] slooten.dev.
Using git with the command line isn't as hard as you might think. Personally, with this 10 commands I can do all daily git related tasks.
Prevent these mistakes and improve your Angular code
Learn how to write a web component that can be used everywhere
Learn how to understand recursion in JavaScript and create your own recursive functions.
You can create a cool stacked bar chart with just HTML and CSS, using CSS Grid to size the segments.
My ongoing fight against spam subscribers to my newsletter
I'd heard about state machines, but it didn't really click for me. Until I made a mistake I could've prevented with it. Here's my perspective on state machines now.
Using the modulus to create dynamic colored avatars
Learn the destructuring syntax in modern JS
Learn the power and flexibility of array destructuring