Published onFebruary 19, 2022Explaining the Next Image Layout Options#nextjsThe layout modes of Next Image tag scale images with little effort. The magic hides the simple CSS tricks from view. A better understanding will help you choose the best mode.
Published onFebruary 10, 2022Oh Apple, why can't we use the brilliant WebP Image format?#front-end-development#caniuseWebP offers benefits over other formats in compression, animation, transparency. However it lacks in one crucial area.
Published onFebruary 7, 2022How TailwindCSS makes you better at CSS#css#tailwind#front-end-designHow smart defaults in TailwindCSS nudges you towards better CSS with fewer bugs.
Published onJanuary 31, 2022Gittin' Started with Git#git#cheatsheetThe 6 most common git commands I use for daily work.
Published onJanuary 24, 2022Big O Notation: Describing the Cost of Compute#Computer-Science#FundamentalsUsing Big O Notation to describe finding items in a tiny warehouse.