Tasnim Zotder

Hi, Tasnim Zotder this side...

Intro is on the way, but for now, you can check out my latest posts

Latest Posts

Setup NAS (openmediavault) on Raspberry Pi 4 for your Homelab

NAS (Network Attached Storage) is a storage device that is connected to a network and allows storage and retrieval of data from a central location for authorized network users and varied clients. In this article, we will see how to setup a NAS using openmediavault on a Raspberry Pi 4.

Published On: Thu Feb 15 2024

# 21

Animating the Terminal - Bringing Images to Life with ASCII Art in Go

Explore the art of terminal animations with Go as we transform GIFs into ASCII art. This article covers the technical journey from image processing to character mapping, with a focus on the luminosity method for grayscale conversion. Dive into the code, available on GitHub, and learn how to animate your terminal with the timeless charm of ASCII characters.

Published On: Mon Dec 18 2023

# 20

Optimizing Game of Life with Concurrency using Goroutines

Optimizing Game of Life with Concurrency using Go. A byte data type is used to represent the state of a cell and the number of live neighbors.

Published On: Sat Dec 16 2023

# 19

Projects