PinnedBoroinWebtipsZustand — A simple, fast, and convenient state-management solution using Hooks API.Zustand is a pretty neat state-management tool. When I say state-management, you might as well want it to be compared with Redux or…Mar 2, 2021Mar 2, 2021
PinnedBoroinThe StartupNext.js (useStaticProps, useStaticPaths) + Static JSON DataI have been trying to learn Next.js for a few weeks now. I have read a few blogs and have found Next.js very intriguing in terms of its…Jan 5, 20213Jan 5, 20213
PinnedBoroinThe StartupWrite a Custom Reusable Hook (useFetch).Today we are going to write a reusable custom hook, and build a simple application that will make use of the hook. If you don’t already…Feb 2, 2021Feb 2, 2021
PinnedBoroinThe StartupData Fetching (useStaticProps) in Next.js Using Headless CMS Strapi.A headless content management system (CMS) like Strapi is very handy in terms of managing digital content. You have a GUI exposed to…Jan 14, 2021Jan 14, 2021
PinnedBoroinThe StartupRedux/Context API for State Management in React.During the process of developing React applications, I’ve had times when I had to decide if I should use Redux or the fairly new hook…Jan 9, 20211Jan 9, 20211
BoroinGeek CultureAWS image recognition pipeline using S3, SQS, and Rekognition.An image recognition pipeline in AWS, using two parallel EC2 instances, S3 for cloud storage, SQS to communicate between VMs, and…Jan 8, 2023Jan 8, 2023
BoroinGeek CultureI built a Pokedex to demonstrate Next.js’ data fetching techniques.OverviewSep 28, 2021Sep 28, 2021
BoroinGeek CultureUpload image to AWS S3 (Localstack) using Nest + Typescript.At some point in time as a developer, you would very well come across using AWS S3 bucket as storage for uploading files. And that’s what…Jul 26, 20213Jul 26, 20213
BoroinGeek CultureTypescript — Supercharged features of a typed-systemI have been writing Typescript a lot lately. I’m using it when I work on personal projects or when I’m working with a team. At first, I was…Jun 7, 2021Jun 7, 2021