Some thoughts and ramblings
BYPranav Karawale
-
Back and forth with Omarchy
Omarchy is an opinionated distro based on Arch Linux. After switching between distros, I have landed back on Omarchy and this is the whole journey along with my reasons.
-
On vibecoding, mental blocks and more code exploits
AI Agents and vibecoding is cool stuff. However it did leave a lasting impact on my workflow. Exploring personal and global effects of AI and recent events.
-
Moving from Windows to Fedora
A personal journey explores the transition from Windows to Fedora, highlighting challenges faced during the installation process and the quest for optimal system performance.
-
Upgrading your Ubuntu LTS distro in WSL
This guide explains how to upgrade the Ubuntu LTS distro in WSL, addressing common issues such as errors related to release versions and the need to remove snap for a successful upgrade.
-
One liner for rimraf that gets the job done
This one-liner efficiently deletes folders or files in a cross-platform manner using Node.js.
-
How to Keep Your Firebase Project Safe and Secure from everyone
This guide emphasizes securing Firebase projects by protecting sensitive data, using production mode for Firestore and storage, configuring security rules, and managing API keys carefully. It highlights the importance of treating server credentials as sensitive secrets to safeguard the entire project.
-
Reactivity Anywhere Without Virtual DOM
This post explores a method to achieve reactivity between JavaScript and the DOM without using a virtual DOM. It outlines how to define global variables, create reactive elements, and update the DOM efficiently. The approach aims to harmonize HTML and JavaScript, minimizing overhead while allowing for multiple stores.
