About Me

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

Tag: Coding Tips

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...

Code Improvement, Database Management, Uncategorised

How to Split a String in MySQL Using the SPLIT_STR Function. The Right Way!

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

When working with strings in MySQL, there may be times when you need to split a string into individual components based on a delimiter. For example, you might have a comma-separated list of values and need to extract a specific...

AI, Code Improvement

The Secret Weapon of Top Developers: It’s Not What You Think (Hint: It’s AI)

Posted on April 15, 2024  - By Kaustav Halder - 0 Comments

The coding landscape is changing. Discover the powerful AI tools that streamline your development process and give you an edge in the industry.

Javascript

Understanding let and var in JavaScript: A Guide to Modern Variable Declaration

Posted on April 8, 2024  - By Kaustav Halder - 0 Comments

In the ever-evolving world of JavaScript, how we declare variables has undergone a significant shift. The traditional var keyword has been joined by the more refined let (and its companion const). Understanding the distinctions between these keywords is crucial for...