Skip to content

Introduction

Space

Logo

thuyetbao documentation on thuyetbao.github.io/space


Overview

Welcome to thuyetbao Space — collections of my thoughts, ideas, and experiments at the intersection of programming and finance.

About me

I'm Thuyet Bao, a seasoned data professional with over 7 years of experience in the data industry, specializing in designing data architectures, engineering scalable solutions, modeling complex datasets, and uncovering insights through analytics.

  • Bachelor"s degree in Finance and Banking from the University of Economics and Law (UEL)

  • Most recent roles: GenAI Delivery Manager, Lead Data Engineer, and Data Analyst

Contact: message me at trthuyetbao@gmail.com and connect with me on LinkedIn thuyetbao or GitHub thuyetbao

Concept

The documentation is the space for my knowledge in finance and technology. The following topics will be covered:

Topics

  • Systematic approach to my knowledge in finance and technology

  • Experiments, methods, and expectations behind new ideas and explorations.

  • Sharing insights and reflections on emerging technologies and their potential impact.

  • Engineering How-To: Practical, hands-on guides for tackling common challenges in software and data engineering.

  • Thoughts on balancing life and financial decisions across personal and professional contexts.

Language

Content is written in both English and Vietnamese languages.

AI Usage Disclaimer

This document was prepared with the assistance of AI tools. AI was used to:

  • Improve grammar, wording, and formatting.

  • Support idea generation and provide illustrative code snippets.

  • Refactor and restructure content to improve clarity and readability.

All final decisions, interpretations, and validations remain the responsibility of the author.

The content category

This is the high-level structure for category content related to the documentation:

flowchart LR
  category[Content Category]

  %% Classification of category
  category --> lab[Lab experiments]
  category --> api[API Specification]
  category --> project[Project]
  category --> technical[Technical]
  category --> handbook[Handbook]
  category --> misc[Misc]

  %% Component of each category

  %% Lab
  lab --> publication[Publication]
  lab --> package[Package]
  lab --> assignment[Assigment]

  %% Technical
  technical --> t_concept[Concept]
  technical --> t_adr["Architectural
  Decision
  Record"]
  technical --> t_services[Tech Services]
    t_services --> gcp[Google Cloud Platform]
    t_services --> github[GitHub & Github Actions]
  technical --> t_framework[Framework]
  technical --> t_convention[Convention]
  technical --> t_compliance[Compliance]

  %% Project
  project --> p_tech_stack[Technical Stack]
  project --> p_sad["System
  Architechture
  Design"]
  project --> p_changelog[Changelog]
  project --> p_todo[TODO]
  project --> p_troubleshooting[Troubleshooting]

Table of detail topics classification:

Category Topic Description
[A] Lab
Publication The publication
Package Python packages that I build
Assignment Experiments, notes, concept sharing
[B] Technical
ADR (Architechture Decision Record) Record for decision in the architechture
Choosen framework, language, tools The reason behind, the requirements
Convention within project
Compliance applied for organization
Data contract The hub of data contract
[C] Project
System archtiechture design The design of system for specific project
Technology Stack
Repository level archtiechture
Implement strategy
Changelog of changes
The todo list
Contributors
Maintainers
Troubleshooting
[D] Cookbook
[E] API Specification
API Data Interface Common endpoints, servers, version
Parameter design
[F] Misc