My collection of ideas, thoughts, stories or anything straight from my heart.
You don't learn by procrastinating. You learn by doing things. At least that's how I learn.
I was looking for a good screenshot tool but didn't find one. So I built one.
Things always work out for the better. It did for me.
No matter how great of a product you make, it's worth nothing without marketing
I've always been building in closed, but I always wanted to know the caveats of building in public. So it's going to be an exciting new challenge.
We need many tools on a day-to-day basis for performing trivial tasks. Many of these tools are available online for FREE, but we wanted something that we could use offline.
You don't become a programmer in a day. It's a process that takes time. However, wouldn't it be better if you know about a few qualities that can greatly improve your programming skills and make you a better programmer?
Start marketing any new product or service that you created or some article you wrote and the experienced will say that you should post it on HackerNews for the world to know. But what if you are banned?
Liquid is a very simple yet powerful templating language. It is ideal for applications that want to allow their customers to easily customize the UI display for their pages. In this article, I explain various technologies that we thought of before choosing liquid.
String Dictionary in C# is a case sensitive data structure. But many times we wish if the Dictionary was case insensitive (at least I do). In this article we learn how to create a case insensitive dictionary.
Google Search is the first thing we need. It has become part of our day to day life to start with Google. In this article I list some best Google search tricks that you can use to improve your Google search results.
If you want to reverse engineer a .net application (or any application for that matter), you'll have to try different types of weapons from your arsenal. I list 7 must have tools to keep in your arsenal if you have to reverse engineer a .net application.
WebApis are awesome. Writing unit tests for them may not be. In this tutorial, I tell how we can parse JsonResult in our unit tests and retrieve the response values to validate our tests.
Url Shortener services have increased their presence a lot. And their importance can never be underestimated. The article helps you to write URL Shortener