As a preface, I’ve tinkered a little bit with Heroku and Ruby, so I already had the Heroku client installed, but it’s not something that I’d worked with properly. However, I had a little project I wanted to work on, and it seemed like a good idea to have a play, so here’s how it went.…
Tag: git
Using Git securely
I had a bit of a panic today when I couldn’t “git push” any more. I was getting authentication errors, even after entering my username and password. And I use a password manager, so I knew I was getting my password right… unless it wasn’t pasting correctly…? So I did what any well trained developer…
New development process with Git and Gulp
Whilst working on my new project, Privacy Tools, I decided that I really needed to sort out my development process. Not that there was anything particularly wrong with it, it’s just very old school and manual. I literally write every line of code (HTML, PHP, CSS and Javascript) by hand, in Notepad++. This doesn’t even syntax…