Hot take: Apple v US gov't, the US gov't is rightThe lawsuit is more valid than one would think, both legally and logicallyApr 5, 2024·2 min read·329
bundlejs: An online esbuild based bundler & npm bundle size checkerThe manual for bundlejs, with tips & tricks for using it, and an explanation of how it works (esbuild-wasm, gzip/brotli compression, npm bundle size)May 18, 2022·26 min read·9.6K
Major updates for bundlejs.com v0.0.3https://twitter.com/okikio_dev/status/1439825148769619972?s=20 I released major updates for https://bundlejs.com, they include add copy, wrap, format & reset btns add PWA screenshots & sharing to PWA detect offline/online mode faster preloading & p...Sep 20, 2021·1 min read·97
Github Codespaces vs. Gitpod: Choosing the Best Online Code EditorGitpod and Github Codespaces are both Visual Studio Code based online code editors, with attached Linux dev environment servers, for running terminal tasks; in simple terms, both are cloud-based code editors, and are free* to use. Note: Github Codes...Sep 2, 2021·21 min read·7.1K
GZIP on the BrowserOut of curiosity I created a small demo detailing how you can implement GZIP in the browser, I used fflate for the GZIP compression, and pretty-bytes to convert bytes into human readable format, the demo is really small but as an example it should be...Jul 27, 2021·1 min read·1.1K
PSA: Add dark mode to your sites, or at least let the browsers do it for youDark mode...Dark mode for everyone, start using the `color-scheme` property today.Jun 22, 2021·5 min read·5.7K