About Me

I have decades of experience is software development using .Net Technologies, PHP and wordpress. I love coding and discovering new tech.

Category: Coding

Code Improvement, Coding, Mobile Apps, Productivity

Google Play vs Apple App Store: Why Android Should Be Your First Choice

Posted on February 17, 2025  - By Kaustav Halder - 0 Comments

If you’re developing a cross-platform app, you might be wondering whether to launch on the Google Play Store or Apple App Store first. While both platforms have their merits, starting with Google Play Store offers several advantages, especially for indie...

Code Improvement, Coding, Database Management

The Timeless Utility of Flat Files: Advantages and Challenges

Posted on August 2, 2024  - By Kaustav Halder - 0 Comments

Flat files, the simplest form of data storage, have been a cornerstone of computing for decades. Despite the rise of sophisticated databases and advanced storage solutions, flat files continue to hold their ground in many applications. Let’s delve deeper into...

Code Improvement, Coding, Database Management, Server Management

Must-Have Developer Tools: Git, Visual Studio Code, Postman, Docker, and More

Posted on June 28, 2024  - By Kaustav Halder - 0 Comments

In the ever-evolving world of software development, having the right tools at your disposal can make a significant difference in productivity, efficiency, and overall project success. From coding to testing, and from version control to deployment, here are some essential...

AI, Code Improvement, Coding

GitHub Codespaces: Making Coding Accessible, But Beware of the Limitations

Posted on June 27, 2024  - By Kaustav Halder - 0 Comments

GitHub Codespaces is a cloud-based development environment that has taken the coding world by storm. By providing a preconfigured, containerized environment, it allows developers to start coding within seconds, irrespective of the machine they are using. But as with all...

Coding, Javascript

Saving data to browser local storage using javascript

Posted on September 14, 2022  - By Kaustav Halder - 0 Comments

How to save data on browser local storage for your HTML Website? Overview As website developers, every now and then we come across instances when we need to store some information and want it to persist through out the site....