Blog
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
Omar Shishani
/ May 4, 2021
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
Omar Shishani
/ May 3, 2021
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
Omar Shishani
/ May 1, 2021
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 ⛰
Omar Shishani
/ April 30, 2021
? 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
Omar Shishani
/ April 13, 2021
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