Bijay Das logo

Blog

Thoughts on Python, AI engineering, and system design.

·2 min read

Laravel Applications with Request Context

The request context refers to any data or information specific to a single HTTP request. This data can include details...

Laravel Applications with Request Context
·1 min read

Advanced S3 File Upload Strategies in Laravel: Beyond the Basics

Introduction As seasoned developers with over a decade of experience, we understand that file uploads are more than just a...

Advanced S3 File Upload Strategies in Laravel: Beyond the Basics
·2 min read

How to Set Up MailHog with Laravel and Sail for Local Email Testing

When developing a Laravel application, sending and testing emails is often required. MailHog is a simple email-catching service that helps...

How to Set Up MailHog with Laravel and Sail for Local Email Testing
·3 min read

Linux find command

The find command is a cornerstone of any Linux user's toolkit. It allows you to locate files and directories with...

Linux find command
·2 min read

Unleash the Stream Editor: Mastering sed for Text Transformation in Linux

In the realm of text manipulation, a powerful sorcerer reigns supreme: the sed command. This versatile tool, known as the...

Unleash the Stream Editor: Mastering sed for Text Transformation in Linux
·2 min read

Unleashing the Power of Awk: A Comprehensive Guide to Linux's Command-Line Wizard

In the vast landscape of Linux command-line utilities, the legendary trio of Alfred Aho, Peter Weinberger, and Brian Kernighan, collectively...

Unleashing the Power of Awk: A Comprehensive Guide to Linux's Command-Line Wizard
·2 min read

Understanding Access Control Lists (ACLs) in Unix-like Systems

Access Control Lists (ACLs) offer a powerful way to manage file and directory permissions beyond the traditional Unix permission system....

Understanding Access Control Lists (ACLs) in Unix-like Systems