herbie.hashnode.devtRPC: The best way to build APIs in 2022?[originally published here] We all know the hassle of building APIs. You install Express, or Nest if you’re developing for a big project, maybe GraphQL, and then you have to make everything yourself. From relational mapping to TypeScript support acro...Aug 26, 2022·4 min read
herbie.hashnode.devBenchmarking Bun & Next against Deno and FreshOriginally posted here. Yes, you heard that right, we’re going to be comparing the most popular react framework Next to a fresh new framework called Fresh (pun intended). Next will be running with a new runtime called Bun (you can checkout more about...Aug 19, 2022·3 min read
herbie.hashnode.devPushing the limits of TypeScriptI often get stuck with TypeScript, and when I do, I want to throw my Mac out of the window. So I’ve created this article, to help you and I write better code. I’ll be updating this post when I stumbled upon new and useful TypeScript hacks. In the mea...Aug 12, 2022·3 min read
herbie.hashnode.devWhat’s the deal with Bun?If you stumbled upon this article, you’re probably wondering what Bun is. You’re in luck, as I’m about to tell you everything there is to know about Bun. So what is Bun? Essentially, it’s a new JS runtime, similar to Node. Unlike Node, however, Bun ...Aug 5, 2022·3 min read
herbie.hashnode.devReact Native custom theme selectorTheming a mobile app can be a tricky thing to do, and quite daunting if you're new to the react native and javascript ecosystem. But I've tried to make this post clear and straightforward, so you shouldn't have any issues (and if you do, leave them i...Nov 1, 2021·4 min read