programming - Kevin Uriel Fonseca

Integrating Git Commits to MongoDB using NodeJS and Mongoose

The Why? The reason of this function was mainly because I wanted to create a Changelog system that will help me to keep track of all the improvements or fucked ups that I do in my projects. Because of this, the need of me having […]

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

Take your Encryption to the Next Level

What’s Encryption According to Internet? Encryption is the method by which information is converted into secret code that hides the information’s true meaning. The science of encrypting and decrypting information is called cryptography. In computing, unencrypted data is also known as plaintext and encrypted data […]

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

Environment Variables in React Native

Create a file with the name of app.config.js inside the root directory of your project and paste the following code: Furthermore, you will need to initiate your app with the command of npx cross-env NODE_END=development expo start/public. You might be prompted to install cross-env, please […]

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

GitHub, Creating a Project The Right Way!

There’s something that I find myself doing every time I create a new project and that is, creating repositories from scratch to push or pull code. Get Everything Ready for our GitHub Repository! To begin with, everytime we want to transfer a project from our […]

Read more

The Risks of Noble Intentions

Yahoo Image Search “Their heart was in the right place.” “They meant well.” “It’s the thought that counts.” The road to Hell may really be paved with good intentions.  Probably a lot of potholes too since it’s bound to be a bumpy ride.  Still, it’s […]

Read more

How quickly things change…

Last Friday, a friend picked me up to go birding, and I thrilled at the sight of the Pied-billed grebe on our river. Saturday, we glowed in the aftermath of a successful fundraiser, supporting the displaced Ukrainians we offered to host – still having no […]

Read more

FOOTER