Tips and Tutorials

Welcome to my coding Wonderland! Join me on an adventure through programming, web development, and game development. Get ready to learn new things and unleash your inner geek. Let's geek out together😜!

Machine Learning with TransformersPHP: Automatically Tagging Posts in Laravel

In this tutorial, I will be demonstrating using TransformersPHP to perform one of the most common Natural Language Processing (NLP) tasks - zero shot text classification. There are so many examples and applications of this task, like sentiment analysis for comments, spam detection, ticket classification, etc. But for this tutorial, I chose to show how to use it in Laravel with a simple example - automatically tagging posts. It might not exactly be the most practical example, but it's a good starting point to demonstrate the power of TransformersPHP.

Product Reviews 6 min read

Orbstack - What Docker Desktop Wishes it Could Be

Let's explore a lightweight and powerful Docker Desktop alternative for Mac users - Orbstack, an app that defies resource-hungry experiences, boasting instant startup times, a native feel, and an elegant UI. Explore its features: lightweight build, lightning-fast startup, beautiful UI, SSH port forwarding, and auto SSL.

January 05, 2024

Introduction to OOP in PHP

In this first article of the "Mastering OOP in PHP series", you'll learn the basics of OOP, setting up your PHP environment, creating classes and objects, and why OOP is essential. Bake some cakes, dive into real-world analogies, and explore the power of OOP with practical examples.

November 07, 2023
Quick Tips 4 min read

How to Implement Retries in GuzzleHttp

Learn how to fortify your web requests with Guzzle HTTP's retry mechanism. Dive into custom retry logic and discover how to make your HTTP requests resilient, even in the face of network hiccups and server glitches.

October 12, 2023
« 12 »