Blog

I love to gather (hoard) information and share it. Sometimes I write it down just to remember it myself. Hopefully you find something interesting here.

Categories

Removing EXIF data from an image using Python

Removing EXIF data from an image using Python

Published 2024-09-18

Python


EXIF (Exchangeable Image File Format) data is information that is embedded within digital images and is automatically generated by digital cameras and smartphones.
Using Linode/Akamai for your S3 storage in Laravel

Using Linode/Akamai for your S3 storage in Laravel

Published 2024-05-05

Laravel

Web development


Implementing a S3 bucket from Linode/Akamai in your Laravel application
Quick and easy image recognition with 9 lines of code in Python

Quick and easy image recognition with 9 lines of code in Python

Published 2024-05-05 — Updated 2024-07-28

Machine Learning

Python


Need a quick and easy image recognition solution in Python? Learn how to create one in 9 lines of code.
The Seven Restful Controller Actions in Laravel

The Seven Restful Controller Actions in Laravel

Published 2024-05-05 — Updated 2024-05-16

Laravel

PHP

Web development


The seven RESTful actions and how you could implement them in Laravel
Simplifying Your Code with Advanced Operators in PHP

Simplifying Your Code with Advanced Operators in PHP

Published 2024-05-05

PHP

Web development


Ready to write PHP code like a pro? Learn how to use advanced operators to make your code more concise and readable, and take your skills to the next level.