Blog
Paul Seal's personal blog
Blog posts
If you enjoy writing code and solving puzzles, you will love Project Euler. It is filled with mathematical puzzles which require you to write some code to get the answer. You could use the problems as a chance to write out the solution in a different programming language.
tools·dotnet LINQPadI recently came across this fantastic resource. It is called LINQPad. You can use it to test any C#, F# or VB snippet or program. You can even use it to query databases in LINQ or SQL. It's ideal if you find some code on the internet that you want to quickly test, or if you want to play with the new features in C# 6 without having to set up a windows console/forms app or website.
tools lorempixel Placholder ImagesThis gives you real placeholder images to use in your site concepts or examples. It randomly picks an image each time the page loads.
tools Dynamic placeholder imagesI found this and thought it would be really useful, especially for designers or people mocking up sites. If you ever need a placeholder image, you don’t need to create one, you can just use this url with the size of placeholder image you want:
tools How to generate random and realistic data onlineIf you want to be able to generate random and realistic data for your program, there is a fantastic free resource called Mockaroo.