Coding
PHP role in Web Development
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…
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…
We know there are LOTS of tutorials on youtube and everywhere for beginners, but what about SSr. and Sr. developers? where do you learn new tricks about PHP? do you have specific sites/blogs to read 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…
Sending an Email is a very common functionality in any web application. For example, we can send welcome Email when user register on our website, send a newsletter Email, sending an invoice, sending a birthday Read more…