Notes on Vim
Usually the default text editor I installed after re-installing Windows was Notepad++, however, I have recently become a Vim convert.
A blog about software development, by Stuart Grassie
Usually the default text editor I installed after re-installing Windows was Notepad++, however, I have recently become a Vim convert.
Never put off until tomorrow what you can do the day after tomorrow. - Mark Twain Procrastination is defined as: The action of delaying or postponing something. It is something with which I am unfortunately very familiar with. I have...
Ive been thinking that Im going to retire my CSharp Github API. The ugly truth is that Ive barely worked on it, literally in months. I did a little bit recently, and I had one or two good ideas about...
Whilst writing some blog posts about the authentication which I’ve been implementing, I’ve come to the realization, almost as an after thought, that even though I’ve still not got a lot of the main Github API implemented, the way I’ve...
The Basics The typical way that you’d make a request with RestSharp: Create a RestRequest Create a RestClient Execute the request with the client Do something with the response. It’s at the point that you get the client object that...