Skip to main content

Posts

Python GIL (Global Interpreter Lock)

·515 words
Poor performance of python compare to other programming language is always being an issue, and this cannot be independent of GIL.

What is NAT instance?

·457 words
Creating NAT instance using Terraform to access internet from private subnet.

What is Bastion Host?

·818 words
Divide public and private subnet using terraform and create bastion host to access private subnet.

Simple Web Server using Rust

·458 words
Build simple multi-thread web server using Rust’s built-in TcpListener module.

Socket Programming

·945 words
Basic concepts in OSI 7 layers and detailed interfaces and functions in socket programming.