Believe It or Not, People Forget What NPM Dependencies They have Installed! Guess what?, working on a project can be a long task, specially if you want to make it as neat as possible but this will usually make you play with several ways to […]


0

Background This is mainly for those times in which you forget the password of your Wi-Fi and somehow the one found in the Modem is not working. In case you did not know, most of the networks passwords are stored in your computer as long […]


0

GoFullPage – Full Page Screen Capture As the title says uBlock Origin This helps a lot with Ads. React developer Tools This is a must if you’re a React developer Read Aloud: A Text to Speech Voice Reader This is good whenever you want to […]


0

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 🙂


0

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 […]


0

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 […]


0

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 […]


0

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 […]


0

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 […]


0
Back to Top