All Stories

Using Opennext To Deploy A Next Js App To Aws Lambda

Using OpenNext to deploy a Next.js app to AWS Lambda

OpenNext is an open source adapter for the Next.js framework that helps integrate your Next.js app smoothly with AWS services like...
Nwani Victory
7 min read
Implementing Function Overloading TypeScript

Implementing function overloading in TypeScript

We discuss function overloading in TypeScript and investigate how (and in what scenario) )we can most effectively implement it.
Nelson Michael
5 min read
Adding Comment Functionality To Your React Native Application

Adding comment functionality to your React Native app

Learn to enable React Native comments by building an example app from the ground up using Firebase for data storage and...
Onuorah Bonaventure
35 min read
Using Supabase Vector Database PostgreSQL

Using Supabase’s vector database with PostgreSQL

We explore how to manage vector data in a PostgreSQL database using Supabase and how to create embeddings with OpenAI.
Vijit Ail
7 min read
Data Fetching With GetServerSideProps And GetStaticProps

Data fetching in Next.js with getServerSideProps and getStaticProps

Compare the `getInitialProps`, `getServerSideProps`, and `getStaticProps` data fetching methods, and how they work for server-side rendering and static site generation.
Yomi Eluwande
8 min read

CSS lobotomized owl selector: A modern guide

A lot has changed about programming since the CSS lobotomized owl selector was introduced in 2014. Learn to use it in...
Sebastian Weber
13 min read
Customizing Environment Variables In Next.js 13

Customizing environment variables in Next.js 13

Next.js environment variables influence the way an application runs or behaves in different contexts and environments.
Joseph Mawa
8 min read
How To Send Emails In Node Js Using Email Apis

How to send emails in Node.js using email APIs

In a Node.js app, you can send emails using an email API to better automate and customize communications with your users.
Taofiq Aiyelabegan
8 min read
Comparing Schema Validation Libraries: Zod Vs. Yup

Comparing schema validation libraries: Zod vs. Yup

Compare schema validation libraries, Zod and Yup, in terms of validating common data patterns such as primitives, objects, and arrays.
Nathan Sebhastian
9 min read
Kanel Tutorial: Generating TypeScript Types From PostgreSQL

Kanel tutorial: Generating TypeScript types from PostgreSQL

Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
Agustinus Theodorus
8 min read
Next.js Vs. Gatsby: Comparing React Frameworks

Next.js vs. Gatsby: Comparing React frameworks

Compare the two React frameworks, Gatsby and Next.js, based on use cases and performance when building a variety of websites.
Peter Ekene Eze
12 min read
The best React Native animation libraries

The best React Native animation libraries

Leverage React Native animation libraries to improve user experience in terms of interactions and engagement.
Aman Mittal
3 min read