Hi and welcome to my tech blog!


public static string Welcome(){
  if (GetTotalVisits() == 1)
    return "Welcome to my blog!";
  else
  	return "Welcome back, so nice to see you again :)";
}

So this is my little corner of the internet where I get to ramble about my crazy projects as well as helpful tips and tricks that others might find useful!


Latest news

Latest comments