Notes
Random technical essays
Useful Tools
Brave Web Browser : Refreshingly clean interface. Feels fast and light. scrcpy : Mirror your And...
Flutter change app icon
Go to https://icon.kitchen and design your icon. Select Circle shape. Download and unzip. In th...
Documentation
A key factor of any successful business, documentation is often overlooked. Documentation require...
Winston logging to OpenObserve
Centralized logging for Node.js apps. Install OpenObserve. Installation is simply downloading ...
Shell script to setup a new VPS
The shell script below can be used to setup a new VPS running Ubuntu. It performs the following a...
Gmail SMTP with app passwords
We can use a regular Gmail account for sending a limited number of SMTP emails daily. This is suf...
Ubuntu, NGINX, PHP, SQLite
Install NGINX: sudo apt-get update -y sudo apt-get upgrade -y sudo apt-get install nginx -y V...