snippets - Kevin Uriel Fonseca

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

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

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

How to create a QR Code for a Webpage using ReactJS

How it Started? That’s the funny part, I was using the Google Chrome search bar when I noticed there was an icon which triggered an option of “Create QRCode for this Website” whenever I was hovering over it. It only took about 3 seconds for […]

Read more

Console.log() and CSS together?

Background What was this console.log() summary about? Don’t remember. If I’m not mistaken this was something that I learned about two years ago. Here is the code: If you guys want to know more about JavaScript, please feel free to click here. Bye bye 🙂

Read more

FOOTER