I Built a Simple Serverless Storage Solution
May 24, 2020I needed a quick storage solution for a simple project so I ended up creating a generic one.
I needed a quick storage solution for a simple project so I ended up creating a generic one.
Sharing my thoughts on userscripts, a phenomenon the swept the internet back in the 00s.
A tiny library I made that makes animating between routes much easier.
A simple snippet I made that helps testing PrismJS themes without leaving your app's page.
While it is still in development you can finally try React Fast Refresh in your Create React App project, without even ejecting.
Setting min-width to 0px can help with a couple of things. I will go over them in this post.
Going through some commenting systems you can easily embed in your blog.
Some pretty useful, pretty generic, typed hooks I made for a recent project.
I18n can be a pain. This quick tutorial should give you enough to alleviate some of it.
Sharing my experience working both with SCSS and Styled Components.
I'll walk through some of build time optimization techniques we used for our products here at the company I work at.
A quick reference guide for Optional Chaining.
Making a simple tool that creates declaration files for your Firebase Functions taught me a few things. Here they are.
A short and simple overview of Array.findIndex.
Running .ts files straight from the command line using ts-node.
Listing some extensions I found useful and some of my keyboard shortcuts.
Going through some interesting concepts I first encountered when building a CLI tool that “counts your imports” and gives you a rough estimation of how dependent you are of your dependencies.