Read my blog
- Tweak or Inject code into websites from your browser with Custom Tampermonkey extension πOct 7, 2023
Tampermonkey allows users to inject custom JavaScript into any website, thereby customizing its behavior and look according to their preferences.
- The Best of Both Worlds: Run Linux GUI Apps Seamlessly on Windows with WSL π Oct 24, 2023
Thanks to Microsoft, developers can now truly live the dream: a smooth workflow with the power of Linux and the convenience of Windows β all in one place.
- 8 React Anti-Patterns You Should Stop Using (and Why) π© Oct 24, 2023
In React development, some patterns look harmless β even idiomatic β but can introduce subtle bugs, performance issues, or long-term maintainability problems.
- How I Completed a Month-Long React Project in a Week β‘Nov 2, 2023
Recently I took up the development of a new project for a bank. The client wanted the application to be responsive on all platforms like mobile, desktop, and tablets. I received the Figma and validations for the input fields
- Build Expo APKs on GitHub Actions Without Hitting the EAS Monthly Limit π Nov 14, 2023
Expo provides cloud services to build Android and iOS apps, but there's a major limitation: **a maximum of 30 builds per month** on the free plan.
- How CI/CD Supercharged My Workflow πFeb 10, 2024
Setting up my CI/CD pipeline to automate after development tasks
- How to correctly run long-running shell commands for Database migrations β Aug 31, 2024
When running long-running shell commands, such as database migrations, over an SSH connection, itβs important to ensure the process continues even if your SSH session is interrupted
- React: Busted Myths and How to avoid pitfalls π₯Apr 2, 2024
Delving into common misconceptions and rigid beliefs β the so-called βcultsβ
- Skip ChatGPT Once in a While π10th June 2025
The other day I needed to show icons on a logistics dashboard based on the status of a shipment and its current location type (warehouse, transit, port, etc
- Building a Cloudflare Worker to Monitor Node Uptime and Send Telegram Notifications π10th June 2025
Cloudflare Workers is a serverless platform that allows you to run JavaScript code at the edge of the network, closest to your users. With Workers, you can modify or extend the behavior of your website or application without modifying the underlying infrastructure.