Run Visual Studio solution and IIS from a script

Where I work we use Visual Studio as IDE to run our main app that compile the Visual Studio solution .sln and the IIS Sever. Since I never liked Visual Studio as it's an heavy and bloated IDE, with many things that I will never use, I wanted to to…

Automation using AHK

Disclaimer: Most of the scripts I am presenting in this post is a collection that I made searching the web. AutoHotkey (AHK) is a scripting language that allow us to automate our daily tasks, create macros and much more. The benefits of automation in a computing world is such a…

How to speed up terminal workflow with bash

> This article is aimed at Windows/Mac users. Most users, more often then not, hate working in the terminal, as they are not used to use it. They really despise it in favor of shiny graphical user interface. GUI's sure have they're benefits: * Icons and visual indicators to help remember…