Remote Working Tips and Tricks for Covid-19

With the majority of the world on lockdown working remotely / from home is now a default stance for the majority of businesses that can support it. How can you make the most of this? | Continue reading


@sarfas.codes | 4 years ago

Fall in love with PHP this valentines

PHP in 2020 has a bad reputation. Should I learn PHP? Is PHP relevant? Why learn PHP? What is Laravel? PHP powers a large proportion of the web, and will never disappear. | Continue reading


@sarfas.codes | 4 years ago

A Note to Recruiters from an Employer

As a recruiter, or a recruitment agency, how do you establish connections with clients. Getting a new client can be hard. Keeping a client is harder. | Continue reading


@sarfas.codes | 4 years ago

Cleaning Up Your Controllers in Laravel

How do you clean up a bloated controller or write simple and efficient SOLID Controllers to begin with in Laravel. Here's a handy guide to cleaning up those classes | Continue reading


@sarfas.codes | 4 years ago

2020 – My Pledges

With everyone doing this whole "Year in Review" stuff, I've decided to be different and put down my plans for the next year and how 2019 has influenced these choices. | Continue reading


@sarfas.codes | 4 years ago

Why your developers hate working on other people's stuff

This website sucks. That API is crap. I can't work with that project, it's built using something else. As developers, we're masters of palming off blame. But why do we do it? | Continue reading


@sarfas.codes | 4 years ago

Top Common Laravel Issues

Here's the most common and frequent issues I've faced when using Laravel. From basic stuff that I always forget, to some of the bespoke Exceptions that the application throws | Continue reading


@sarfas.codes | 4 years ago

Scraping / Scripting a Web Page Using Laravel Dusk

Using Laravel's Dusk package to scrape data from a website. Similar to that of Selenium, or a Web Crawler. I'll guide you through my approach to this process and how it works. | Continue reading


@sarfas.codes | 4 years ago