What I've written
Blog

Building a Fast and Type-Safe API with TypeScript, Fastify and Prisma
Creating a fast, efficient, and scalable API from scratch can feel like a daunting task. But don’t worry! Thanks to modern frameworks like Fastify and…
- prisma
- fastify
- boilerplate

Integrating Laravel with OpenAI Assistants, Threads, File Upload, and Messaging using GPT-4-Turbo
Laravel is a powerful PHP framework that simplifies web application development. Integrating it with OpenAI’s GPT-4-Turbo model, including advanced…
- openai
- laravel
- openai-assistant

Mastering Web Scraping in Laravel Console
Web Scraping in Laravel Console Laravel’s artisan console provides a convenient environment for executing various tasks, including web scraping. By…
- laravel
- web
- console

Supercharging Laravel with OpenAI-PHP
In today’s tech landscape, integrating artificial intelligence (AI) capabilities into web applications has become increasingly important. OpenAI, a…
- openai
- laravel
- ai

Handling Midtrans Callbacks in Laravel
As online transactions continue to rise, the importance of a robust payment gateway becomes ever more critical. Midtrans is a popular payment gateway…
- php
- payment-gateway
- callback

Integrating Midtrans Payments in Laravel
In the rapidly evolving world of web development, integrating a robust payment gateway is crucial for any e-commerce or online transaction-based…
- laravel
- midtrans
- payment-gateway