My Blog
April 9, 2024
Embracing Vim: The Unsung Hero of Code Editors
Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.
April 8, 2024
Spaces vs. Tabs: The Indentation Debate Continues
Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.
April 7, 2024
The Power of Static Typing in Programming
In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.
January 15, 2024
Optimizing React Native Performance for Large Datasets
Lessons learned from handling 300MB+ construction drawings in React Native apps
January 10, 2024
Building Offline-First React Native Apps
Strategies for creating robust mobile apps that work in poor connectivity environments
January 5, 2024
CI/CD Pipeline for React Native Apps
Setting up automated deployment with Fastlane and GitHub Actions