Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.
Why does Next.js use Server-Side Rendering AND Client-Side Rendering
The whole point of React was to make website navigation faster with client-side rendering (CSR). So why does the React...
Read More
Conversation with NameCheap to Activate SSL Certificate on cPanel
Your Question: Hello! I am trying to activate an SSL certificate for a friend. I thought I had done it a...
Read More
How to Add Font Files to Your WordPress Server to Increase Load Speed
Adding font files to your WordPress server can speed up the load time of slow-loading fonts. Adding new fonts to...
Read More
How to Reset to Previous Code State in Git / GitHub
? WARNING
? The method used here will erase Git history from both your local and remote repository. Use...
Read More
How to Set Up My React Recipe App in cPanel
Create a folder in 'public_html' called 'recipeapp_server_files'Add server 'app.js' to 'recipeapp_server_files' Setup Node app in cPanel:Make URL = https://omarshishani.com/recipeappThis is...
Read More