Quick Tips How to display a model's appends in Laravel API Resources Eloquent's Resource classes are flexible enough with conditional attributes and loading relationships but what if you want that same functionally for the appends of the model you are working with?
Life My experience with remote work I've been working remotely for about 1 year now. It's not for everyone but for me it's becoming invaluable.
Life Letting go of mental barriers as a developer As a beginner developer I was, and still am, faced with lots of problems that just seemed like so out of my league and despite me trying to solve them, it was either impossible and I gave up or required a lot of effort.
Development How to make a scrollable menu without scrolling the body A properly working solution to the problem of touch devices and their disregard for `overflow: hidden;` when scrolling.