php-usage

By Dillon Smart · · · 0 Comments

PHP usage

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Run Python Script on boot

Updated 16th August 2022

Writing your own Shell scripts is a great way to automate your processes. In this post, I will show you how to Run Python Script on boot. This example will be for Raspberry Pi Computers and will run a python script when the device is booted and the user has authenticated. The Python Script we

What’s the difference between AWS Regions and AWS Availability Zones

Updated 3rd January 2024

AWS (Amazon Web Services) is built with scalability and high availability at its heart. Not too long ago, I took the AWS Cloud Practitioner class and passed the AWS Cloud Essentials exam, with the hope of achieving the Cloud Practioner certification soon. During the class, I noticed it was easy to get muddled between AWS

Vue 3 Popup Modal Component – Create a Modal

Updated 23rd August 2022

In this post, I’m going to show you how to create a Popup Modal Component in Vue 3. This Popup Modal will use the built-in transition component. The Modal we will create looks a lot like the Modal Dialogs used by Apple in iOS. We will use Tailwind CSS for styling. What is Vue?  Vue