ThakurCoder

Tag: Server

Posts tagged with "Server"

DevOps
Next.js
PHP
+1

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!

December 30, 20247 min read
PHP
Performance
Server

Php 8.4: features, improvements, and deprecations you need to know

PHP 8.4 introduces several exciting features and improvements while deprecating or removing outdated functionality. Here’s a comprehensive overview of what’s new and what’s changed. --- 🚀 Key F...

November 21, 20245 min read
Laravel
Server

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 s...

November 14, 20243 min read
Docker
Laravel
Server

Building a dockerized laravel application with serversideup image and redis integration

Building a Laravel App Using ServerSideUp Image with Docker Docker provides a powerful way to containerize your Laravel application, making it easier to manage dependencies, environments, and...

July 11, 20245 min read
Server

Launching an application on aws: a step-by-step guide

Launching an Application on AWS: A Step-by-Step Guide Amazon Web Services (AWS) is a comprehensive, on-demand cloud computing platform that provides a broad range of compute, storage, databases, ...

May 14, 20244 min read
Performance
Server

Level up your servers: a flowchart guide to choosing the perfect setup

Thinking about Revamping Your Server Infrastructure? Choosing the right server infrastructure for your business needs can be a daunting task. There are many factors to consider, such as scalabili...

May 11, 20245 min read