Standard Search
About 209 results
Showing the first 200 results.
https://ayc0.github.io/posts/light-dark-mode-react-implementation · 24 Jun 2021
After building a few different ways of creating light/dark modes for your websites, either in plain CSS, or with a bit of vanilla CSS, we need to tackle the topic of React websites. While most of the core will be the same as previously seen, React requires...
https://hipstersmoothie.com/blog/posts/javascript-monorepo-tooling · 7 Jun 2021
A survey of JavaScript monorepo tools (lerna, yarn, pnpm, rush, nx, turborepo, changesets, auto) organized by installer, task-runner, and publisher.
https://ayc0.github.io/posts/light-dark-mode-avoid-flickering-on-reload · 1 Jun 2021
When manually handling the theming of your website, you may run into a flicker at the page load from white to black. This is because your JavaScript takes some time to boot and to apply the dark mode. Let’s see how we can fix that
https://ayc0.github.io/posts/light-dark-mode-system-mode-user-preferences · 31 May 2021
In all my past articles, I showed either how to create a light/dark mode following your users system without JavaScript, or how to create a light/dark swatch for your website using JavaScript but without system mode. It is time to see how to reconcile thos...
https://ayc0.github.io/posts/light-dark-mode-user-input · 30 May 2021
In this article, we’ll see how we can implement the logic to switch back & forth between light/dark mode
https://hacdias.com/2021/02/15/magic-fractal-snowflakes/ · 15 Feb 2021 · 🦋 Bluesky
The winter ❄️ has finally come. I have been wishing for snow for a long time. Coming from a warm country such as Portugal, snow is not the most common thing to see. In fact, I only saw snow in Portugal once when I was a kid when I went to Serra da Estr...
https://marko.tech/journal/remove-all-your-facebook-likes · 4 Dec 2020
Wipe your like history clean.
https://jakelazaroff.com/words/no-one-ever-got-fired-for-choosing-react/ · 4 Dec 2020
If you spend a lot of time on Hacker News, it’s easy to get taken by the allure of building a project without a framework.
https://jakelazaroff.com/words/tools-and-services-i-use-to-run-my-sass/ · 16 Nov 2020
A stack teardown of SongRender.
https://marko.tech/journal/useful-javascript-nippets-functions-megalist · 6 Nov 2020
A long, curated list of useful javascript functions and snippets I've collected throughout the years.