Web development bootcamps have sprung up all over the place. There are pro's and con's to going through a bootcamp, so is it worth it?
Read ArticleMy Current Stack
I generally work with lots of different technology, but currently I am using these frequently.
PHP
PHP is the first server side language I learned. I always write readable, object-oriented code that adheres to the PSR code standards.
JavaScript
JavaScript is an extremely versatile language. I use JavaScript for everything from complex web UI’s to native mobile applications.
TypeScript
I use TypeScript primarily when working on larger projects or when working with Angular.
Laravel
Undoubtably the most popular PHP Framework, I have used Laravel for many projects from websites to full-features SaaS applications.
Vue.js
Vue.js is my favourite front end framework. It is light-weight and allows me to build impressive Single Page Applications.
Node.js
Node.js is another technology I frequently use. I use Node.js mainly for quickly spinning up a HTTP server.
NGINX
When deploying projects, my favourite HTTP service is NGINX. It is powerful, very fast and easy to configure.
Sketch
When creating designs, my current go-to piece of kit is Sketch. It is such a breeze to work with.
Figma
I am starting to use Figma more and more as a design tool. Similar to Sketch but it can run in the browser. Great if I am on the go.
Latest Articles
Here are my most recent articles. I hope that you find them useful.
Writing tests is something that I think a lot of developers come to later on. Let me go through why you should be writing automated tests.
Read Article