Coding
How come PHP gets so much hate?
I’ve tried lots of different web stuff. Node, Nextjs, React, Svelte, Django, templating engines. I’ve used PHP before too but that was a long time ago. I want to try it again, just haven’t had Read more…
I’ve tried lots of different web stuff. Node, Nextjs, React, Svelte, Django, templating engines. I’ve used PHP before too but that was a long time ago. I want to try it again, just haven’t had Read more…
So I would like to enhance my ability in web technologies from html/css to javascript and php. I have two questrions: What is the role of PHP in a website? Is it just used to Read more…
I applied to a PHP job and the interviewer sent me a test as following: “Write a CRUD application connecting to PostgreSQL, but please don’t use full-stack frameworks like Laravel, Symfony or Code Igniter, also Read more…
Hi an “amateur” PHP developer who recently picked up frameworks like Laravel and renewed my love for web development – the frameworks make it so easy! I keep getting pulled into the idea of learning Read more…
I am a wannabe free time developer who uses PHP (mainly Symfony) and Python to build smaller stuff to automate my workflows and for fun side projects. Sometimes my code is actually useful. As I Read more…
The application of $timestamp = (new DateTime('@' . $timestamp))->getTimestamp(); line should be idempotent, since all we’re doing is switching formats and the output format is the same as the input format, meaning that repeated applications Read more…
https://github.com/smuuf/better-php-exceptions I needed this for my other project, so in the last two days I created a small library for it. I figured it might come handy for anybody else, too (maybe someone also venturing Read more…
Hi everyone, I’m the author of Aphiria (and Opulence, if any of you remember it). I wrote a Medium article summarizing what it is that I’ve been working on for three years and what differentiates Read more…
It’s been just over a month since I released Laravel Swift: https://github.com/redbastie/swift Laravel Swift is a SwiftUI-inspired spin on Laravel Livewire. The goal is to get rid of “context switching” as much as possible, and Read more…
I just started to do a small project with PHP 8. (Nothing professional, just wanted to reinvent some wheels and play with some language features.) But currently I’m more or less without tool support. Until Read more…