Coding
Top 3 Best/Worst Changes in PHP 8.0?
Mine are: (Best) Named Arguments — I usually like to stick to syntax which is common among the majority of languages I know (multi-lingual), but this looks pretty useful to me. I might try it. Read more…
Mine are: (Best) Named Arguments — I usually like to stick to syntax which is common among the majority of languages I know (multi-lingual), but this looks pretty useful to me. I might try it. Read more…
I’m using Dapper to pull a list of Employee objects with their emails, which are stored in another table. I’m getting an error:System.NullReferenceException: 'Object reference not set to an instance of an object.' When I Read more…
Throwing away Exceptions as a tool is a terrible idea. (“Go away Rust, you’re drunk”) You’ve described several different types of problems in your example code and attributed all of them to … not being Read more…
You can get the digital version for free (Just trade your email) https://www.phparch.com/books/php-development-with-windows-subsystem-for-linux-wsl/ The work is self-recommending. Looking forward to reading it! Just started reading it earlier. Thanks! Any specific reasons on why not using 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…
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…