Category Archives: Tech

Find and remove root cause!

If you ever, ever, put a claim to correct to fullest any situation, I repeat, any situation, then make sure that you find and remove root cause of the problem. Do not just remove symptom(s). Here is minor, obvious, excogitated, concocted, devised example. Imagine your best friend. He is having high temperature. Would you try [...]

  • RSS
  • Print
  • PDF
  • Twitter
  • del.icio.us
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Digg
  • Add to favorites
  • StumbleUpon

Why NOT to use triggers in RDBMS….

Reason 1: Triggers are not maintenance friendly. Triggers are basically “Side Effects” and too many of them will create complexity of understanding.Triggers are “hidden” in data definition language (DDL). Reason 1: Buggy triggers can create issues. Any buggy code can create issues, but triggers have context to create tricky concurrency ones.Triggers are fired even when [...]

  • RSS
  • Print
  • PDF
  • Twitter
  • del.icio.us
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Digg
  • Add to favorites
  • StumbleUpon

What is Framework?

Framework is incomplete, though concrete, driving solution to recurring high-value problem. To elaborate more, let me go through properties of framework one by one. 1. Framework is concrete. In other words, framework has physical components – usually files usable during production.Java and .Net frameworks are set of concrete components like dlls, arjs, exes etc. GoF [...]

  • RSS
  • Print
  • PDF
  • Twitter
  • del.icio.us
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Digg
  • Add to favorites
  • StumbleUpon

Would I switch to Google Chrome?

Nope. I will not. I tried it by making it my default browser for few days. Pro: really fast, Easy to use, Good for casual browsingCon: No add-ons like FireFox 3.x I will still keep using FF3.x…

  • RSS
  • Print
  • PDF
  • Twitter
  • del.icio.us
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Digg
  • Add to favorites
  • StumbleUpon

Definition of a bad programmer!

who finds ‘ways’ to write VB6 in any language!

  • RSS
  • Print
  • PDF
  • Twitter
  • del.icio.us
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Digg
  • Add to favorites
  • StumbleUpon