A place to reflect
This is where I talk about stuff. Maybe it’s about me, maybe its a curated list of something, sometimes about tech

How to prepare the ground for your web development portfolio!

#AWS #Deploy #Static Apps
Posted 01 May, 2020 - 13 min read
In this tutorial, I will try to share the steps used to build this website! This is manily focused on static apps, manually written HTML, SPA or a SSG (such as this blog!) Basically we will buy a domain, hack our way to have an email associated with this domain so we can confirm our HTTPS certificates, configure a S3 bucket to hold our static files, and configure Cloudfront to serve everything!

How to use webpack DLL plugin

#Webpack #DLL Plugin
Posted 10 April, 2020 - 5 min read
This was written a long long time ago, when webpack was probably in v3.x. This post is a braindump of everything related to my quest, when I was trying to improve our frontend build! The idea was to only compile necessary files, instead of the whole bunch everytime. Nowadays, webpack is so optimized that all theses workaround is not worth the trouble!

Bye fear, hello blog

#Me
Posted 19 January, 2020 - 1 min read