Skip to content

Blog


Categories:

Why should we developers bother to Comment our Code!!

Post date:

Commenting your code is like cleaning your bathroom—you never want to do it, but it really does create a more pleasant experience for you and your guests. Because I’ve recently adopted a new mantra to use comments frequently and appropriately in my code, I spent a few hours researching the literature on commenting readability, reusability, […]

Categories:

Do I Need Design Patterns in Software Development?

Post date:

Software professionals may be familiar with the term “Design Patterns,” but many have no idea of where they come from and what they truly are. Consequently, some do not see the value and benefits design patterns bring to the software development process, especially in the areas of maintenance and code reuse. This article will bridge […]

Categories:

A chat with GOD

A chat with GOD
Post date:

God Pinged Me… This is an excellent conversation between ‘God’ and the unknown ‘Me’. I don’t know as to who the composer of such an interesting and captivating conversation has been; but has he/she put in good amount of thought into crafting the same. Those who don’t believe in God, may also find it worth […]

Categories:

Procedure to script your data (to generate INSERT statements from the existing data)

Post date:

This procedure generates INSERT statements using existing data from the given tables and views. Later, you can use these INSERT statements to generate the data. It’s very useful when you have to ship or package a database application. This procedure also comes in handy when you have to send sample data to your vendor or […]