Dynamic rendering of breadcrumb using Bootstrap breadcrumb in React
Reusable Breadcrumb component

Search for a command to run...
Reusable Breadcrumb component

To get started on your react routing, your best guide is with React Training/React Router. Now every react method that I'm going to use, you can check it out in the guide mentioned. Use Case I used the nested route to create a portal layout for my a...

What is package.json ? package.json is a file on a project that uses javascript packages and depicts javascript related information about a project. The project would be working with node and installs its packages/dependencies with npm. For you to h...

Overview The vital reason for setting environment variables is to protect the data/information that would be used on a project. There are other essential grounds for storing environment variables which include: restricting access to that information...

Introduction I was developing from a design provided on zeplin but only for consistency sake I wanted to change from unit line height to unitless line height and learnt how using a unitless line height is more advantageous than using one with unit an...

Application security The main purpose of securing your web application is to protect your user's data. Securing your data is at different ranges and levels. Securing everything that is related to how your web application works, from the website itsel...

I needed to upload a production build of my project to serve live on GoDaddy and I encountered an issue, the homepage link was missing that needed to added to the website to be displayed. If you encountered the same issue, this should help. What you ...
