Tinkerwell - The PHP Scratchpad

Farhan Hasin Chowdhury

Backend engineer and technical author teaching millions through code and content.

Migrating from SQL to MongoDB image

Migrating from SQL to MongoDB

Learn how to migrate Laravel applications from SQL to MongoDB with this comprehensive guide covering schema redesign, data transformation, query rewri...

Read article
PostgreSQL vs. MongoDB for Laravel: Choosing the Right Database image

PostgreSQL vs. MongoDB for Laravel: Choosing the Right Database

In this deep dive, we compare PostgreSQL and MongoDB for Laravel developers, exploring how they differ in data modeling, queries, relationships, trans...

Read article
MongoDB Transactions in Laravel image

MongoDB Transactions in Laravel

Learn how to use MongoDB’s multi-document ACID transactions in Laravel to build fast, flexible, and reliable applications. This guide covers setup, re...

Read article
Querying Data in MongoDB With Laravel: From Basics to Advanced Techniques image

Querying Data in MongoDB With Laravel: From Basics to Advanced Techniques

Learn how to integrate MongoDB with Laravel to build scalable applications. This guide covers setup, CRUD operations, advanced queries, aggregation pi...

Read article