When I was learning React.. I was wondering, how could I pass values to other components. Before, I could do these either both ways: either storing it in a Session variable upon login or pass it using Request.QueryString variables. After applying the...
Hello! On this article, I want to share what I have found on changing ports in React. In Express, its easy to declare any port number by assigning it to a constant variable: In ExpressJS: import express from 'express'; const app = express(); const P...
As soon I got out of my comfort-zone for nth years, I decided to take on a journey of trying out new and emerging technologies to keep me updated and add skills to my current skill set. I know it would take time for me to learn these, but hey, it wou...
Sometimes, when I do stress testing of my app I would need massive data in order to test its performance. To perform a mass loading to your SQL database, you can run the script provided below. Login MS SQL and go to File > New > Database Engine Query...
Hello! Harbin here, to start of, let me share my online resume with you to know who I am, where I came from, and the languages I have used before and the current. Click my link here: https://harbinramo-resume.netlify.app/ I have used React to create ...
Nothing beats a cup of hot coffee before the day starts. Normally, I prepare and drink a hot cup of coffee before I start to work. This would help me focus at my task at hand and keep me concentrated while at it. However, if I drink more coffee, the ...