reactjs - Kevin Uriel Fonseca

Life as of Today and Beginning my Mobile App Development Journey

I graduated on June 23, 2024, with a B.A.A.S. in IT from Tarleton State University. My expectations for landing a job were high, but I knew the reality of the job market—especially in IT—was daunting. Despite my hopes, the only position I secured was with […]

Read more

A Rant about Software Development as a Graduate

It’s Been a Long Road Did you guys know the kevinfonseca platform came about 8 years ago? Either by using the .com or the most recent .me domains?. Believe it or not, WordPress has helped me a lot in my learning coding skills through these […]

Read more

Dark Mode in ReactJS

I have had this post as draft for about a whole month thinking on what to write but could not come with anything so here it is. Bye bye 🙂

Read more

How to Set Up Axios Interceptors in ReactJS

A bit of Introduction, What is Axios? APIs are a beautiful thing. These can be found everywhere and help us to retrieve thousands of data to use however we want. However, in order to work with them, we have a need of using HTTP requests […]

Read more

Dynamic Breadcrumb in NextJS

A breadcrumb or breadcrumb trail is a graphical control element used as a navigational aid in user interfaces and on web pages. It allows users to keep track and maintain awareness of their locations within programs, documents, or websites. The term is a reference to the trail of bread crumbs left by Hansel and Gretel in the German fairy […]

Read more

Filtering Data in ReactJS

I’m currently fetching data from my db but for the simplicity of this Q, I have decided to manually create an example with fake data. I’m building a search-bar for my users to look through all of the data coming from db and everything seems […]

Read more

YTDownloader on June 19, 2022

Added filtering functionality Dark mode is now possible also.

Read more

YTDownloader on May 30, 2022

Changelog for 05/30/2022 Videos are now dowloaded to the proper container found. Not need to rename them.

Read more

GitHub ReadME in NextJS

GitHub Account Setup and Env Variables in NextJS First thing first, to get the readME file we need access to our GitHub personal account settings and will need to generate a new personal token. Once that is done, copy the token and create a document […]

Read more

NextJS and the WordPress REST API

I learned this so I could manage posts talking about improvements in my projects from one single place which is this website. I’m trying to make it everything more centralized also. Starting Off I’m not going to be talking about NextJS. By now, if you […]

Read more

FOOTER