Blog posts

142 results found

142 results in .NET, Dev, Git, SQL

dev I've worked out how to cheat at Pokemon Go

This post tells you what you need to know to hack Pokemon Go

dev What is a humans.txt file?

A humans.txt file is a simple text file which gives credit to the people behind building the site.

dev Why you should change your passwords right NOW!

If you answer yes to any of the following questions, you should change your passwords on your online accounts right now!

dev 5 ways to learn a new programming language or framework

If you are looking for ways to learn a new programming language or framework, here are my 5 suggestions

dotnet 7 simple tips to improve your .NET website

Here are 7 simple tips to help you improve your .NET website

dev What skills do you need to be a programmer / developer?

There are several key skills that I believe you need to have if you want to be a programmer / developer:

dev We get promoted to our own level of incompetence

This is true in many organisations where you are able to get promoted and work your way up the ladder.

dev How to deal with people you can't stand, in the workplace

Let's be honest, wherever you work, there is always at least one person who you can't stand. Let's call them Bob. There are many "Bobs" in the workplace. You need to know what to look out for and how to deal with them.

dev How to style the Google maps popup infowindow

One of my readers has asked to show them how they can style the popup infowindow on a google map. This post gives you a basic example of this. This is notoriously tricky, but I think I have simplified it for you.

dotnet How to export data to Excel as a CSV file in C#

This post shows you how you can create the functionality to export data as a CSV file to download and open in Excel.

dev The light bulb and turd cycle

In all of the places I have worked, especially the larger companies, there has been this underlying process happening. It is called the light bulb and turd cycle. I named it that myself. Here is the explanation so you know what to look out for and what stage your company or department is at.

dotnet How to set up and configure error logging in .NET with log4net

This is a simple and straight forward tutorial on how to set up and configure error logging with log4net in your .NET application.