Did you know you can use #ChatGPT to generate #laravel code? As I work to explore AI and what it can do, I've created a Server provider using the AI. In this example, you can see the prompts and the responses from ChatGPT. It's pretty amazi...
In recent years, there has been a massive surge in the development and deployment of artificial intelligence (AI) technologies across all sectors of industry, including software development. The impact of AI on the industry cannot be ignore...
Git is a distributed version control system. Every dev has a working copy of the code and full change history on their local machine, and can easily share and undo changes to subscribers all over the world. It is a critical part of the deve...
Discover effective coaching strategies to guide your development team in embracing unfamiliar and challenging tasks. Learn the importance of fostering a growth mindset, providing support, and cultivating a safe environment for continuous le...
Learn how to manage your MySQL server from the command line. This beginner-friendly guide covers starting and stopping MySQL, creating users, managing databases, and performing backups and restores using real-world commands.
I'm very excited to share that I will be speaking at Laracon EU 2021 from January 18th-22nd, 2021 and cannot wait to (virtually) see everyone at the event. I will be discussing Choreography vs Orchestration in serverless microservices usin...
This guide covers modern approaches to sanitizing Microsoft Word HTML Special Characters using PHP 8 and above. Learn how to clean Microsoft Word artifacts, smart quotes, en-dashes, and non-breaking spaces in PHP using strtr and Unicode cod...
If you are using SSH, you'll want to run down this checklist of to make that ssh server a bit more secure. If any of these settings is absent from the configuration file, you should add them.
For Ubuntu this is in the file
/etc/ssh/sshd_co...