Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Server
Tag
#Server
6 posts
01
December 30, 2024
CGI, FastCGI, php-fpm, and nginx: The Web Server Squad You Need to Know
Ever wondered how your shiny new blog—like my recently deployed CodeBit Chronicles—flies from server to screen? It’s all thanks to nginx, CGI, FastCGI, and php-fpm working together. These tools handle everything from static assets to dynamic PHP APIs powering a Next.js frontend. In this guide, we’ll break down their roles with examples from my blog deployment, showing how they bring it all to life. New to servers or a seasoned dev? Let’s dive into the fun!
02
November 21, 2024
Php 8.4: features, improvements, and deprecations you need to know
Discover the New Features, Performance Enhancements, and Deprecated Functions in PHP 8.4
03
November 14, 2024
Exploring Laravel Octane: Enhancing PHP Application Performance
🚀 Laravel has consistently been a go-to framework for PHP developers due to its elegant syntax, robust features, and thriving ecosystem. With the introduction of Laravel Octane, Laravel takes a significant leap in improving application performance and scalability, making it a compelling choice for modern PHP development.
04
July 11, 2024
Dockerized Laravel with ServerSideUp and Redis
A Step-by-Step Guide to Setting Up a Scalable Laravel Environment with Docker, Redis, and ServerSideUp Image
05
May 14, 2024
Launching an application on aws: a step-by-step guide
A step-by-step walkthrough on creating an EC2 instance and an RDS instance
06
May 11, 2024
Level up your servers: a flowchart guide to choosing the perfect setup
Unsure which server infrastructure is right for your business? This guide breaks it down for you!