Olasunkanmi Balogun

Olasunkanmi Balogun @sukodes

About: Coder, Learner, Writer.

Location:
Lagos,Nigeria.
Joined:
Aug 6, 2021

Olasunkanmi Balogun
articles - 11 total

How I Built a Decentralized Crowdfunding App with Foundry(incl. unit tests)

Recently, I completed the Foundry Solidity Smart Contract course by Patrick Collins. Throughout the...

Learn More 2 0Sep 9 '24

Navigating Content Management With OneEntry

A headless CMS provides you with the flexibility to reuse your content on an unlimited number of...

Learn More 2 0Jan 29 '24

📊 How To Display An In-App Survey In Next.js 13 With Supabase And Formbricks 🤝🛠️

Once a user has successfully completed the signup process for your application, you might consider...

Learn More 21 1Oct 21 '23

📊🔍Measure Your Product-Market Fit With Formbricks' In-App Product-Market Fit Survey 📏📈

By gauging your startup's product-market fit (PMF), you can determine whether your venture has...

Learn More 15 2Oct 13 '23

🔥 How To Get Juicy User Insights With In-App Pre-Churn Survey In Next.js With Formbricks 💡💬

Churn surveys are a valuable tool for businesses, especially app-based businesses, to understand why...

Learn More 44 6Sep 22 '23

💻 A Technical Interview Project: Building a Lending-as-a-Service Application 🏦

I recently completed a technical interview with a lending-as-a-service company. The interview...

Learn More 0 0Jun 29 '23

How To Use TypeScript Interfaces For Better Code Organization And Readability

TypeScript is an add-on for JavaScript. That is, it includes more features and improvements such as...

Learn More 2 0Feb 18 '23

How To Unit Test React Applications with Jest: A Beginner's Guide

Testing plays a crucial part in ensuring the quality and reliability of your code. With the right...

Learn More 2 0Feb 9 '23

Maximizing Performance: A deep dive into React re-renders and how to optimize your components

React is a powerful tool for building complex user interfaces, but as the size of your application...

Learn More 0 1Jan 27 '23

Closures in JavaScript

In my last post, we talked about scope in JavaScript and how functions can be inside of functions. In...

Learn More 6 0Feb 13 '22

Understanding scope in JavaScript

In this article, we are going to talk about an important concept of JavaScript called scope. You will...

Learn More 2 0Jan 31 '22