[K3s-01] How to install K3s and setup Terraform 6 December 2023·476 words How to initially setup K3s cluster and setup Terraform for K3s nodes.
Custom Wrapper Function in Golang with Context 20 April 2023·1060 words How to create custom wrapper function to inject database object and user id from JWT and use it in each API handler.
Concurrent Database Connection and Query execution in Rust 5 March 2023·944 words Considering creating initial pool time and concurrent execution of database while building API server using Rust.
Python GIL (Global Interpreter Lock) 14 January 2023·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? 28 September 2022·457 words Creating NAT instance using Terraform to access internet from private subnet.
What is Bastion Host? 27 September 2022·818 words Divide public and private subnet using terraform and create bastion host to access private subnet.
Simple Web Server using Rust 14 September 2022·458 words Build simple multi-thread web server using Rust’s built-in TcpListener module.
Simple Web Server with C programming 13 September 2022·559 words Building simple web server with socket programming using C.
Socket Programming 12 September 2022·945 words Basic concepts in OSI 7 layers and detailed interfaces and functions in socket programming.