Yahaya Oyinkansola

Yahaya Oyinkansola @kansoldev

About: I build web apps with React, explaining concepts and code logic to help you understand React better.

Location:
Uyo, Nigeria
Joined:
Aug 19, 2019

Yahaya Oyinkansola
articles - 20 total

Why I want to be a Front-End Developer

Being a developer gives you the unfair advantage of building not just websites and web applications,...

Learn More 1 4Jan 31

Lessons learnt building a landing page with Frontend Mentor

If you want to grow fast as a developer, the best approach to take is by building projects. Thanks to...

Learn More 0 0Dec 29 '24

Rebuilding a Front End Mentor Project in TypeScript

Introduction I am currently upskilling myself in TypeScript as part of the skills I need...

Learn More 1 0Aug 7 '24

A Comparison between ReactJS and jQuery

Hi, welcome back to my blog, today I would like to compare two front end technologies developers use...

Learn More 0 0Jun 28 '24

My Journey so far as a developer

Hey there fellow devs, I will like to use this post to share my journey so far as a developer. It's...

Learn More 1 0Jun 20 '24

Understanding the useMemo() hook

Hey there, and welcome to another article in my React hook series, you can check articles I have...

Learn More 0 0Mar 21 '24

How the callback function works in sort()

The sort() method in Javascript is used to sort elements in an array. Normally, sort() orders...

Learn More 1 2Mar 12 '24

The useCallback() hook

Welcome to my React hooks series where I go over what I am learning about React hooks. In this...

Learn More 3 0Mar 7 '24

Change of Content

Hey there fellow developers, just a quick disclaimer i would like to put out there. I originally...

Learn More 0 0Feb 29 '24

The useRef() hook

React is a very cool library to use and build web apps with, and I am looking to better understand...

Learn More 0 0Feb 27 '24

How I used the IntersectionObserver API to lazyload Images

Web performance is an important aspect to consider when building web applications, as it is of...

Learn More 0 0Feb 5 '24

How I approach solving problems as a programmer

Introduction Problem solving is a skill you need to have as a developer if you want to...

Learn More 1 0Oct 20 '23

What SQL injections are, and how to prevent them as a PHP Developer

SQL injection attacks are very common in web applications. When they are not properly guarded...

Learn More 0 0Aug 19 '23

How to send an email to 2 people easily with PHP

Creating a web form that sends an email to someone is a very common task for developers, but from...

Learn More 0 0Mar 9 '23

Understanding Composer

Intro Composer is a popular tool used when building web applications and websites with...

Learn More 4 2Oct 19 '22

Choosing a PHP Framework over Core PHP

Some of you may be saying, it is quite obvious that using a PHP framework is better than using core...

Learn More 2 0Sep 12 '22

How to find the no of days between two dates in PHP

There are times you would want to work with dates in your application and finding the difference...

Learn More 1 0Aug 23 '22

Database Storage Engines

Database storage engines are one of the most important concepts to know when developing a relational...

Learn More 1 0Aug 19 '22

How to change PHP version in XAMPP for Windows

Have you ever wondered how to upgrade or downgrade your PHP version in XAMPP without having to...

Learn More 116 8Aug 10 '22

Output Buffering in PHP

Output buffering is a concept some developers find hard to understand. In this article, I would...

Learn More 18 5Aug 2 '22