I'm a Full-Stack Web Developer and Writer.
If you're looking to learn about UI design, algorithms, and freelancing, you're in the right place!
About me
I am a freelance web developer who also loves to write articles, learn new technologies and build projects on the side.
I've taught myself many technologies over the last few years, and have built numerous projects from this Gatsby blog to a React Native meditation app. It's been lots of fun!
I have a masters degree in mechanical with biomedical engineering so logical scientific thinking is what I love to do. I'm currently studying algorithms and data structures in JavaScript, and delving deeper into React with TypeScript.
Skills
Here are some of my favourite projects...
60 Days of Meditation App
View code- A React Native app published to the Google play store with 100s of active users.
- Meditation gamified: complete the current day to unlock the next. Bonus meditations for day streaks and stars!
- Stats such as day streak and average session time saved to local storage.
Personal Blog
View code- New page created programatically for every nth blog post.
- Images and article metadata pulled in with GraphQL.
- Includes comments section and email subscribe form.
Classic Breakout Game!
View code- Online leaderboard implemented with PHP and MySQL.
- Front-end built with HTML canvas and vanilla JS logic.
- Game was used to host a competition on Twitter!
Latest Blog Posts!
PHP Autloading
In this article, you'll learn three ways to import classes into a PHP application: manually requiring, custom autoloading, and composer autoloading. Namespaces also discussed.
- 30 Oct 2023Cron jobs (crontab) on MacOS
A crash course on cron job command syntax, and how to execute and manage your cron jobs on MacOS with crontab.
- 18 Oct 2023How to Improve the Performance of your ReactJS Apps - ReactJS Optimization
React offers some nice ways to optimize our React apps. However, it's not always clear for when we should add optimizations. In fact, we can even slow down our app and make the code more complex. (Includes: React.memo, useCallback & useMemo)
- 08 Mar 2022