Technology

Understanding Common Types of Server-Side Vulnerabilities
Understanding Common Types of Server-Side Vulnerabilities

While we focus on new features and performance, neglecting security can have severe consequences.

Read More
Turning Raspberry Pi into a Web Server
Turning Raspberry Pi into a Web Server

If I told ordinary people a small Raspberry Pi hardware is a computer, who would believe me?

Read More
Nginx Reverse Proxy and Docker
Nginx Reverse Proxy and Docker

Let’s explore how Nginx reverse proxy and Docker can boost your app’s scalability and performance.

Read More
Software Application Architectures
Software Application Architectures

In today’s rapidly evolving digital landscape, building applications that are both scalable and performant is crucial.

Read More
Next.js Server Actions : A Simple Guide
Next.js Server Actions : A Simple Guide

In the traditional approch, you need to make network requests to your API endpoints using a separate client-side library like Axios or the fetch API.

Read More
Server-side Vs Client-side rendering
Server-side Vs Client-side rendering

When it comes to rendering web pages, there are two main approaches: server-side rendering (SSR) and client-side rendering (CSR).

Read More