Docker Setup

Docker Setup

Recently, I’ve been working on the project LANTAI in MARCH STUDIO and tried to deploy my application using Docker, but there are some problems that I’ve encountered. Here are some tips on how to setup Docker.

Continue reading →

Threads

Threads

Threads are light-weight processes within a process. They share with other threads their code section, data section and OS resources like open files and signals.

Continue reading →

Processes

Processes

Processes are a fundamental concept in operating systems. They are used to manage resources and perform tasks. This blog will cover process concept, process scheduling, and process operations.

Continue reading →