string-manipulation - 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

What and How to Hashtag from Strings in JavaScript

What’s a Hashtag? Well, that is something more than just simply words followed by a # character. These have the purpose of helping us categorize our data into a more user-friendly concept; an example of this can be found in several social media sites such […]

Read more

API Endpoints in Different Folders with NodeJS

Background All of this began after trying to make my backend files more organized and to be more specific, the API endpoints that I have built so far. The folder in which I have them is located within two folder routes/api/xD.js and the way to […]

Read more

FOOTER