Welcome, in this website I will be sharing my experience as a Software Engineer!
Feb 6 2025
🚀 Deploying a React App on DigitalOcean with Nginx & a Custom Domain (A Budget-Friendly Guide)
Want to Host Your Frontend or Backend App for under $4 a month? Here’s How! 🌍
Dec 25 2024
☕️ Mastering Enterprise Applications with Java Spring Boot
Enterprise applications are the backbone of modern businesses, designed to handle large-scale operations, multiple users, and complex workflows.
Aug 16 2023
Design Patterns in a nutshell
In this tutorial we will go over some design patterns and learn how to use them in real projects
Oct 17 2022
What is "use strict" in Javascript and its importance
This time we will discuss what is 'use strict' and why it is needed
Jul 24 2021
How to dynamically get window width and height in ReactJS
We will create a react hook called useDeviceSize() to get the window.width and window.height
May 16 2021
Create a dark/light theme in ReactJS
In this tutorial we will create a theme toggler using React.context