Luqman Shaban

Luqman Shaban @luqmanshaban

About: Founder & CEO at wrenify, I specialize in creating custom software solutions that drive innovation and efficiency for small businesses.

Location:
Nairobi, Kenya
Joined:
Jul 27, 2022

Luqman Shaban
articles - 30 total

Building a Smarter Way to Explore Next.js Docs: My Weekend with Semantic Search + RAG

Introduction This past weekend, fueled by curiosity and the "learn by doing" mantra, I...

Learn More 0 0Apr 28

Building a Blazing-Fast URL Shortener in Go 🚀

Hey, Dev Community! After spending some time honing my skills with Go, I decided to tackle a fun and...

Learn More 1 0Oct 28 '24

Devchat: Building my first social app

Over the past two weeks, I went on a an exciting journey to build Devchat, a real-time messaging app...

Learn More 1 0Sep 24 '24

How to conditionally render components in React

I've been working on a messaging web app this week and one of the features I wanted to implement was...

Learn More 0 2Sep 21 '24

How to Integrate AI into Your Node.js Application: A Step-by-Step Guide

Introduction From being a fantasy to becoming a reality, Generative AI has proven to be a beneficial...

Learn More 56 2Jul 17 '24

Extracting Text from Uploaded Files in Node.js: A Continuation

Introduction In our previous article, we covered the basics of uploading files in a Node.js...

Learn More 2 0Jun 3 '24

How to Upload a File in nodejs: A step by step guide

Introduction Hi there! In this article we will delve into file handling in a nodejs server. We’ll...

Learn More 27 0May 27 '24

Uploading Files with React (POST Request)

Introduction React applications are known for their interactivity and user-friendliness. But what if...

Learn More 16 0May 1 '24

Getting Started with Go Programming Language

Introduction Go, a statically typed, high-level programming language developed by Google in 2009, is...

Learn More 0 0Mar 29 '24

Fetching and rendering data from an API in React.js

Introduction Working with data has become a vital aspect of modern web apps, and knowing how to work...

Learn More 0 0Oct 27 '23

React Router: A step-by-step guide

Introduction React Router is a crucial tool for building dynamic, single-page applications in React....

Learn More 1 0Oct 21 '23

React Context API: A step-by-step guide

What is Context? At its core, Context is a way to share data between components without explicitly...

Learn More 33 0Oct 15 '23

String reversal in TypeScript: A step-by-step guid

Introduction: In the ever-evolving world of data structures and algorithms (DSA), string manipulation...

Learn More 1 0Oct 4 '23

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Introduction: In our ongoing journey through the exciting world of Data Structures and Algorithms...

Learn More 4 3Sep 21 '23

Solving the "Kids With the Greatest Number of Candies" Problem

_ Solving the "Kids With the Greatest Number of Candies" Problem_ LeetCode is a popular platform for...

Learn More 1 0Sep 20 '23

Finding the Greatest Common Divisor of Strings in TypeScript

Introduction: In this article, we'll explore a TypeScript solution for finding the greatest common...

Learn More 0 0Sep 19 '23

A Swift Solution for Reversing Integers

Hi there! In this subsequent series of Data Structures, we’ll take on the Palindrome Number...

Learn More 0 0Sep 3 '23

Length of Last Word in TypeScript

Hi there! In this subsequent series, will solve a simple challenge from leetcode - length of the last...

Learn More 2 0Aug 22 '23

Reverse Vowels of a String

Hey there! Welcome back again. In this subsequent article, we'll go through the process of solving...

Learn More 0 0Aug 13 '23

Merge Strings Alternately

Hey there! Learning data structures and implementing the right algorithms in your software has proven...

Learn More 0 0Aug 11 '23

Five Programming Tips for Beginners

It’s been almost nine months since I first started learning how to code, and what a journey! Along...

Learn More 0 0Jul 19 '23

Setting up TypeScript in a Node.js Application: A Step-by-Step Guide

Introduction: TypeScript is a powerful superset of JavaScript that adds static typing and advanced...

Learn More 3 0Jun 30 '23

Connecting Node.js To MongoDB Atlas Using Mongoose: A Step-by-Step Guide

In an era driven by data, where information reigns supreme, harnessing the potential of Node.js and...

Learn More 5 0Jun 23 '23

Building a Node.js Server-Side Application with Sequelize and Express: Beginner's Guide

Hey guys! In the previous article, we discussed the process of establishing a connection between...

Learn More 5 0Jun 14 '23

Connecting to MySQL database with Sequelize in Node.js

Hello there! In the previous article, we created a Sign-Up form in React using TypeScript. In this...

Learn More 3 0Jun 8 '23

Creating a Sign Up form in React with TypeScript

Hi there! Today we are going to create a Sign up form in React using TypeScript, I'll walk you...

Learn More 36 0Jun 1 '23

Mastering the Symphony of Control Structures: Unleashing the Power of Java's Code Conductors

Hello developers! Understanding Control structures is necessary to write clean code. Today we'll...

Learn More 0 0May 23 '23

Unveiling a Month-long Project: Seeking Expert Feedback to Propel Success!

🌟 Important project update! 🚀 I wanted to share that I've been diligently working on my latest...

Learn More 0 0May 22 '23

A journey into Java: Syntax, Data Types, and Type Casting

Welcome to my blog, fellow developers! Today, we'll embark on a journey into Java programming....

Learn More 2 0May 18 '23

Creating a Responsive Navbar in React: A Beginner's Guide

Creating a Responsive **Navbar in React: A Step-by-Step Guide** Are you looking to add a responsive...

Learn More 3 0Apr 28 '23