close

DEV Community

Tahsin Abrar profile picture

Tahsin Abrar

404 bio not found

Joined Joined on  github website
Demystifying TCP: How the Internet Actually Sends Your Data (Without Losing It)

Demystifying TCP: How the Internet Actually Sends Your Data (Without Losing It)

Comments
6 min read

Want to connect with Tahsin Abrar?

Create an account to connect with Tahsin Abrar. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Why We Talk OSI but Live in a TCP/IP World (A Developer’s Guide)

Why We Talk OSI but Live in a TCP/IP World (A Developer’s Guide)

BERJAYA BERJAYA BERJAYA 6
Comments 3
4 min read
Demystifying Linux: How GNU, Shells, and Terminals Actually Work Together

Demystifying Linux: How GNU, Shells, and Terminals Actually Work Together

BERJAYA BERJAYA BERJAYA 5
Comments
3 min read
Stop Calling Docker a Tool: The Real Story Behind 'docker run hello-world'

Stop Calling Docker a Tool: The Real Story Behind 'docker run hello-world'

BERJAYA BERJAYA BERJAYA 5
Comments
4 min read
The 3-Second Trap: Why Your HTML to Laravel Blade Conversions Are Loading So Slowly

The 3-Second Trap: Why Your HTML to Laravel Blade Conversions Are Loading So Slowly

Comments
3 min read
Fixing Git 'Repository Not Found' & Multiple SSH Key Issues

Fixing Git 'Repository Not Found' & Multiple SSH Key Issues

Comments
2 min read
How to Set Up Passwordless SSH Login with PuTTY.

How to Set Up Passwordless SSH Login with PuTTY.

BERJAYA BERJAYA BERJAYA 6
Comments
2 min read
Why Port 8000 Suddenly Stopped Working on My Local Machine (and How I Fixed It)

Why Port 8000 Suddenly Stopped Working on My Local Machine (and How I Fixed It)

BERJAYA BERJAYA BERJAYA 5
Comments
2 min read
A Small PHP Tip That Saves Time (and Lines of Code)

A Small PHP Tip That Saves Time (and Lines of Code)

BERJAYA 2
Comments
2 min read
Stop Hacking Your .htaccess: A Better Way to Switch Laravel Versions

Stop Hacking Your .htaccess: A Better Way to Switch Laravel Versions

Comments 1
2 min read
The Empty Box Problem in Laravel Migrations (And why I stopped using default strings)

The Empty Box Problem in Laravel Migrations (And why I stopped using default strings)

Comments 4
2 min read
MySQL Connection Error 1130: Host '192.168.7.7' Is Not Allowed to Connect

MySQL Connection Error 1130: Host '192.168.7.7' Is Not Allowed to Connect

Comments
4 min read
Fixing CSS not updating in production (Laravel + Blade)

Fixing CSS not updating in production (Laravel + Blade)

BERJAYA BERJAYA BERJAYA 6
Comments
3 min read
How an Email Travels Across the Network

How an Email Travels Across the Network

BERJAYA BERJAYA BERJAYA 7
Comments
3 min read
How I deploy n8n on a VPS with Docker + Nginx + HTTPS

How I deploy n8n on a VPS with Docker + Nginx + HTTPS

BERJAYA BERJAYA BERJAYA 7
Comments
3 min read
Building Maintainable Laravel Apps for ERP

Building Maintainable Laravel Apps for ERP

BERJAYA BERJAYA BERJAYA 5
Comments
4 min read
Implement Google reCAPTCHA v2 (“I’m not a robot”) in Laravel + Vue (Vite) - step-by-step

Implement Google reCAPTCHA v2 (“I’m not a robot”) in Laravel + Vue (Vite) - step-by-step

Comments
3 min read
Stop Misusing Eloquent: get() vs all() - When to Use Which (and Why)

Stop Misusing Eloquent: get() vs all() - When to Use Which (and Why)

BERJAYA BERJAYA BERJAYA 5
Comments
3 min read
Fixing “Service Account Key Creation is Disabled” in Google Cloud

Fixing “Service Account Key Creation is Disabled” in Google Cloud

BERJAYA BERJAYA BERJAYA 7
Comments 2
2 min read
Unlock Git’s Hidden Powers: 4 Commands That Will Save Your Code and Your Sanity

Unlock Git’s Hidden Powers: 4 Commands That Will Save Your Code and Your Sanity

BERJAYA BERJAYA BERJAYA 5
Comments
3 min read
Laravel Testing - A Beginner-Friendly Guide for Developers

Laravel Testing - A Beginner-Friendly Guide for Developers

BERJAYA 3
Comments
3 min read
Why DigitalOcean Spaces Auto-Downloads Large PDFs - And How to Fix It

Why DigitalOcean Spaces Auto-Downloads Large PDFs - And How to Fix It

BERJAYA BERJAYA BERJAYA 5
Comments
2 min read
Efficient Reporting: Query Caching and Big Data Report Generation with Queues

Efficient Reporting: Query Caching and Big Data Report Generation with Queues

BERJAYA BERJAYA BERJAYA 6
Comments
3 min read
🛠️ Laravel Queue and Job System: From Table Creation to Production Deployment

🛠️ Laravel Queue and Job System: From Table Creation to Production Deployment

BERJAYA BERJAYA BERJAYA 9
Comments
3 min read
Mastering Laravel Job Queues - A Developer-Friendly Guide

Mastering Laravel Job Queues - A Developer-Friendly Guide

BERJAYA BERJAYA BERJAYA 6
Comments
2 min read
Clean Code in Laravel: Business Logic Patterns You Should Know

Clean Code in Laravel: Business Logic Patterns You Should Know

BERJAYA BERJAYA BERJAYA 8
Comments 3
2 min read
Laravel Performance Tips: Count Optimization, Avoiding N+1, and Polymorphic Relationships

Laravel Performance Tips: Count Optimization, Avoiding N+1, and Polymorphic Relationships

BERJAYA BERJAYA BERJAYA 5
Comments 1
2 min read
Supercharge Your Laravel App with Highly Optimized Eloquent Queries

Supercharge Your Laravel App with Highly Optimized Eloquent Queries

BERJAYA BERJAYA BERJAYA 6
Comments 2
2 min read
🔍 How to Find Foreign Keys Referencing the users Table in MySQL

🔍 How to Find Foreign Keys Referencing the users Table in MySQL

BERJAYA BERJAYA BERJAYA 5
Comments
2 min read
🚀 Create a Global phpdev Command to Launch Laravel + Vite Simultaneously

🚀 Create a Global phpdev Command to Launch Laravel + Vite Simultaneously

Comments
2 min read
How Laravel Collections Made My Life Easier

How Laravel Collections Made My Life Easier

Comments
2 min read
🔄 Automate Laravel Migrations After - git pull — A Simple Local Setup for Teams

🔄 Automate Laravel Migrations After - git pull — A Simple Local Setup for Teams

BERJAYA BERJAYA BERJAYA 13
Comments
2 min read
🛠️ Build Better Laravel Apps with Service Interfaces, Providers & Requests

🛠️ Build Better Laravel Apps with Service Interfaces, Providers & Requests

BERJAYA BERJAYA BERJAYA 13
Comments
2 min read
🧠 Build a Real-Time Chat App in Laravel Using Reverb + Blade + Alpine.js

🧠 Build a Real-Time Chat App in Laravel Using Reverb + Blade + Alpine.js

BERJAYA BERJAYA BERJAYA 24
Comments
4 min read
📊 Database for Software Developers – Data Transformation, Grouping & Aggregation (Part 2)

📊 Database for Software Developers – Data Transformation, Grouping & Aggregation (Part 2)

BERJAYA BERJAYA BERJAYA 12
Comments
2 min read
🧠 Database for Software Developers – Data Transformation, Grouping & Aggregation (Part 1)

🧠 Database for Software Developers – Data Transformation, Grouping & Aggregation (Part 1)

BERJAYA BERJAYA BERJAYA 8
Comments
3 min read
💡 How to Pull Updates for All Git Branches Without Switching Manually

💡 How to Pull Updates for All Git Branches Without Switching Manually

BERJAYA BERJAYA BERJAYA 14
Comments
2 min read
🛠️ Why `openssl.cafile` Configuration Matters for Your Queue System

🛠️ Why `openssl.cafile` Configuration Matters for Your Queue System

BERJAYA BERJAYA BERJAYA 10
Comments
2 min read
Find the Size of Subfolders Using a One-Liner PowerShell Command

Find the Size of Subfolders Using a One-Liner PowerShell Command

BERJAYA BERJAYA BERJAYA 8
Comments
2 min read
How to Reset AUTO_INCREMENT in MySQL After Deleting Rows

How to Reset AUTO_INCREMENT in MySQL After Deleting Rows

BERJAYA BERJAYA BERJAYA 8
Comments
2 min read
Automating Supabase Database Backups in Laravel with PDO

Automating Supabase Database Backups in Laravel with PDO

BERJAYA BERJAYA BERJAYA 13
Comments
3 min read
Automate Image Downloads from Excel Using Google Colab

Automate Image Downloads from Excel Using Google Colab

BERJAYA BERJAYA BERJAYA 8
Comments
2 min read
Automate MySQL Backups with CRON Jobs in cPanel

Automate MySQL Backups with CRON Jobs in cPanel

BERJAYA BERJAYA BERJAYA 13
Comments
2 min read
Free Services to Expose Localhost to HTTPS A Comparison

Free Services to Expose Localhost to HTTPS A Comparison

BERJAYA BERJAYA BERJAYA 32
Comments 3
3 min read
Dockerizing a Project Locally and Deploying Docker Images to Azure Using GitHub Actions (CI/CD)

Dockerizing a Project Locally and Deploying Docker Images to Azure Using GitHub Actions (CI/CD)

BERJAYA BERJAYA BERJAYA 13
Comments
2 min read
Standardized Response and Global Error Handling in Next.js API Routes with Prisma and Zod

Standardized Response and Global Error Handling in Next.js API Routes with Prisma and Zod

BERJAYA BERJAYA BERJAYA 14
Comments
3 min read
Web Crawler with Puppeteer and React

Web Crawler with Puppeteer and React

BERJAYA BERJAYA BERJAYA 16
Comments 1
7 min read
Speech Recognition from MP3 to Text

Speech Recognition from MP3 to Text

BERJAYA BERJAYA BERJAYA 9
Comments
2 min read
PDF Upload and OCR

PDF Upload and OCR

BERJAYA BERJAYA BERJAYA 6
Comments
3 min read
Real-Time Score Update

Real-Time Score Update

BERJAYA BERJAYA BERJAYA 6
Comments
3 min read
Facebook-OpenAI Knowledge Base Chatbot

Facebook-OpenAI Knowledge Base Chatbot

BERJAYA BERJAYA BERJAYA 12
Comments
2 min read
Laravel CKEditor Implementation

Laravel CKEditor Implementation

BERJAYA BERJAYA BERJAYA 8
Comments
3 min read
Generating Fake Data in Laravel Using Seeders

Generating Fake Data in Laravel Using Seeders

BERJAYA BERJAYA BERJAYA 8
Comments
1 min read
How to Make Dynamic Bangla PDF using Laravel mPDF and Send Them via Email

How to Make Dynamic Bangla PDF using Laravel mPDF and Send Them via Email

BERJAYA BERJAYA BERJAYA 5
Comments
2 min read
Price Extractor

Price Extractor

BERJAYA BERJAYA BERJAYA 8
Comments
2 min read
Vue.js Star Rating Component

Vue.js Star Rating Component

BERJAYA BERJAYA BERJAYA 19
Comments
2 min read
Dynamic Image Slider with Reorderable Image List

Dynamic Image Slider with Reorderable Image List

BERJAYA BERJAYA BERJAYA 9
Comments
4 min read
Vanilla JavaScript Multiple Dropdown Toggles Example

Vanilla JavaScript Multiple Dropdown Toggles Example

BERJAYA BERJAYA BERJAYA 7
Comments
2 min read
Comprehensive user data from the API,

Comprehensive user data from the API,

BERJAYA BERJAYA BERJAYA 9
Comments
2 min read
loading...