Amrasakpare Lawrence

Amrasakpare Lawrence @devlawrence

About: I try my best to teach technical web development concepts in an easier and fun way.

Location:
Nigeria
Joined:
Mar 14, 2023

Amrasakpare Lawrence
articles - 48 total

How to Build a Portfolio Website the Right Way

Creating a personal portfolio is a rite of passage for developers, but for many, it becomes an...

Learn More 2 0Apr 3

Here Are Some Productivity Tools That I Use Every Day

Whatsup guys, so staying productive often feels like juggling multiple responsibilities at once....

Learn More 0 0Jan 30

How I’m Turning My Side Project Into a Source of Income

Introduction Whatsup guys, So as someone who has always been intrigued by the idea of...

Learn More 1 0Jan 9

The Basics of Rate Limiting: How It Works and How to Use It

Rate limiting is a vital concept in web development. It ensures server stability, efficient resource...

Learn More 1 2Oct 31 '24

How to Route Multiple Paystack Webhooks with one Webhook URL

Paystack offers powerful payment solutions for businesses in Nigeria and across Africa, but one...

Learn More 4 0Oct 24 '24

Should you really Roll your own auth?

Hey guys, In this article, I want to discuss whether it's better to build your own authentication...

Learn More 3 0Jun 20 '24

Cyclic has shut down and I am migrating my data to another service

A few weeks ago, I wrote an article on deploying your full-stack application, which you can find...

Learn More 13 0Jun 13 '24

Getting Started with SSR

Hey guys, recently, I've been exploring Next.js which is framework that is built on top of react to...

Learn More 0 0Jun 6 '24

Camp Activity Form Markup With Glam - V2

This is a submission for DEV Challenge v24.03.20, Glam Up My Markup: Camp Activities What I...

Learn More 1 0Mar 29 '24

Serverless Function - Should You Use Them?

In this ever-changing world of cloud computing, "serverless functions" has become a widely discussed...

Learn More 0 0Mar 28 '24

Camp Activity Form Markup With Glam

This is a submission for DEV Challenge v24.03.20, Glam Up My Markup: Camp Activities What I...

Learn More 0 0Mar 28 '24

Web Storage Api

_This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Web Storage Api ...

Learn More 0 0Mar 21 '24

How to Deploy your fullstack website - My approach

Building full-stack applications is increasingly common today, whether for personal projects or...

Learn More 7 2Mar 15 '24

React Hooks - UseRef

Hey guys, In our previous article in the React series, we learned about the React Context Api and how...

Learn More 2 0Mar 7 '24

How to build a Good Portfolio Website - My Approach.

When endeavoring to create your own portfolio, the first thing that comes to mind is what kind of...

Learn More 120 25Feb 29 '24

Context Api - UseContext()

Hey guys, In our previous article in the React series, we learned about how useEffect works and we...

Learn More 2 5Feb 22 '24

GitHub Basics: Forking vs Cloning Explained

There are two fundamental concepts that are really important in version control which are forking and...

Learn More 1 0Feb 15 '24

React Hooks - UseEffect

Hey guys, In our last article, we learned about state(specifically useState) and also build a mini...

Learn More 7 1Feb 8 '24

React Hooks - UseState

Hey guys, In our last article, we learnt about props and did a mini project. In this article, we’ll...

Learn More 4 0Feb 1 '24

Props with live Project

Hey guys, In our previous article, we learned about JSX and components and a little bit of props. In...

Learn More 3 0Jan 25 '24

Top 5 resources for design inspiration

Hey guys 👋, In this article, I'm excited to present a thoughtfully curated compilation of design...

Learn More 1 0Jan 23 '24

React's Core Concepts - Jsx and Components

Hey guys, In our last article, we explored the process of setting up a React app using Create React...

Learn More 1 0Jan 18 '24

Creating an Image Expand Gallery

Hey guys, In this tutorial, we'll walk through the process of creating a responsive image expand...

Learn More 5 0Jan 16 '24

Setting up React your React App

Hey guys, our last article covered the concepts of React - what it is, it’s functioning, and it’s...

Learn More 1 1Jan 11 '24

Introduction to React

Hey guys! I've been using React for a while now, and I thought, "Why not share what I've learned?"...

Learn More 1 2Jan 4 '24

Implementing Paystack Payment in a React Application: A Step-by-Step Guide

Online payment integration is a crucial part of any e-commerce application and it is daunting and...

Learn More 14 4Oct 26 '23

Sync clerk users to your database using Webhooks: A Step-by-Step Guide

Hey guys, If you've ever struggled with syncing user data stored on Clerk with your MongoDB database...

Learn More 40 14Oct 13 '23

The Four Pillars of JavaScript Scoping: Global, Block, Function, and Module

We all know that it takes time to really understand JavaScript. But the learning process will be much...

Learn More 10 2Sep 7 '23

All you need to know about Pass by Value and Pass by Reference

Hey Dev, In today’s article we are going to be looking at an important concept in JavaScript that I...

Learn More 1 0Aug 31 '23

Filter Array Method

Hey there guys 😀, We’ll be talking about filter() method in this article. I will explain exactly what...

Learn More 6 5Aug 24 '23