home posts projects
  • Dec 21, 2025
    A Gentle Introduction to Concurrency in Go: Goroutines and WaitGroups
    At first, my perspective about goroutines was completely wrong. I thought that when a goroutine didn’t print anything to the console, it meant the goroutine was running in the background.
  • May 17, 2025
    Basic PixiJS Part - 1 (Basic Move and Collision) Animated
    In this part, we will learn the basic move and collision of PixiJS.
  • May 17, 2025
    File Encryption using GPG
    Gnu Privacy Guard(GnuPG or GPG) is an Open Source version of the Pretty Good Privacy(PGP) Cryptographic software suite that is used for file encryption.
  • Nov 26, 2024
    Intro to garbage collections
    A Garbage Collector (GC) is responsible for automatically recycling memory in a program by reclaiming memory that is no longer in use.
  • Nov 07, 2024
    Markdown Style Guide Animated
    Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
Ko-fi Support me on Ko-fi © 2025 Ade Firman F.
All content of this website is distributed under the CC BY-NC license.