Skip to content
View raidenblackout's full-sized avatar

Block or report raidenblackout

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
raidenblackout/README.md

Hi There !!!

My name is Latin Chakma. I am a Senior Software Engineer and Research Scientist at Samsung R&D Institute Bangladesh (promoted to Senior in 2026), driving major performance gains (up to 3x) in global IoT ecosystems used by millions. I co-founded Finibily, a personal-finance SaaS, and I am currently building Nodal, an AI platform on a mission to democratize access to frontier AI models for students in Bangladesh. I am also a published researcher in Structural Bioinformatics and Deep Learning, and I completed my B.Sc. in Computer Science & Engineering from United International University.

Right now I am building and optimizing SmartThings for Windows — focusing on memory efficiency, fluid UX, and accessibility. I pioneered native Godot engine embedding into Windows desktop apps (WinUI 3, WPF, WinForms, Avalonia) and open-sourced it back to the community. I combine deep system-level knowledge (multithreading, memory management, managed↔native interop) with modern full-stack development to build robust, scalable solutions.

You can check out my repositories.

📍 My Interests

  • System Optimization 🚀
  • Deep Learning & AI 🧠
  • Competitive Programming 🧩
  • IoT Architecture 🏠
  • Cross-Platform Development 📱
  • Game Engine Internals & Embedding 🎮

🏆 My Achievements

  • Icon Award (2024) at Samsung R&D Institute for engineering excellence (Best Contributor) 🏅
  • Samsung AI Expert certified; Professional Level — Samsung Software Competency Test 🎓
  • Codeforces Expert (Max Rating: 1603) - raidenblackout 👨‍💻
  • ICPC Regionalist (Dhaka Regionals 2021, 2022, 2023) 🏛️
  • Champion, UIU Coders Combat 3.0 🏆
  • Finalist, Samsung R&D Code Contest 2023 🚀
  • Runner-Up, UIU Deep Learning Sprint 2022 🥈
  • 1st Runner Up, CSE Project Show Fall 21 (DBMS Category) 🥈

📝 Research

  • CoDNet: Controlled Diffusion Network for Structure-Based Drug Design | Bioinformatics Advances (Oxford Academic), 2025
  • Cross-Layer Architecture for Energy Optimization of Edge Computing | MIET Conference, Springer, 2022

🏗️ Featured Projects

  • Nodal (Go/Next.js) - AI platform with multi-model chat, OpenAI-compatible APIs, image-generation gallery, and RAG team workspaces; Go microservices, Redis, PostgreSQL, MFA, full observability.
  • Godot Windows Embedding (C++/C#) - Native Godot hosting inside Windows desktop apps via SwapChainPanel; contributed an embedding-support PR to the Godot 2dog repo.
  • Finibily (Kotlin/Golang) - Personal-finance SaaS (live on Play Store, 5,000+ peak monthly users); Golang microservices on AWS with Terraform.
  • AlbionRadar (C#) - Real-time game-entity overlay using deep Npcap packet inspection for out-of-process sniffing without client modification.
  • Custom Multithreaded HTTP Server (Python) - High-throughput server with O(L) Trie-based routing.
  • Animefy (Flutter/Firebase) - AI-powered anime art generation using GANs.
  • Bangla-English Translator (PyTorch) - Transformer-based NMT model.
  • Auto ID Card Generator (Python/OpenCV) - Automated identity management tool.

Technologies I know ⚙️💻

Languages Development Databases Machine Learning DevOps & Cloud
My Skills My Skills My Skills My Skills My Skills

🌐 My Profiles

scholar github

Pinned Loading

  1. AlbionRadar AlbionRadar Public

    AlbionRadar is an experimental tool designed to provide a real-time information overlay for Albion Online, aiming to enhance a player's understanding of their surroundings. This project focuses on …

    C# 9 4

  2. godot-winui3 godot-winui3 Public

    Forked from godotengine/godot

    Godot Engine – Multi-platform 2D and 3D game engine

    C++ 1

  3. 2dog 2dog Public

    Forked from outfox/2dog

    🦴 2dog is Godot in .NET

    C#

  4. CVGen CVGen Public

    Python

  5. HTTP_SERVER HTTP_SERVER Public

    Simple HTTP Server that currently supports POST and GET methods.