THTran Huynhinktranboard.hashnode.dev路Sep 12 路 8 min readQuick Observations on SnowflakeWith the rapid rise of LLMs, specialized cloud database platforms are popping up in data job descriptions. And Snowflake is easily the one appearing most frequently. Some say it's just another SQL-bas00
THTran Huynhinktranboard.hashnode.dev路Sep 4 路 6 min readA Quick Look at How a Cold-Blooded AI Pretends to Be a Know-It-All Through a Few Lines of Draft Code1 - Use Case Scenario. Suppose we define numbers 1 to 10 using animal symbols like this: 01: Fish馃悹; 02: Snail馃悓; 03: Duck馃; 04: Peacock馃; 05: Worm馃悰 06: Tiger馃惎; 07: Pig馃惙; 08: Rabbit馃惏; 09: Buffal00
THTran Huynhinktranboard.hashnode.dev路Aug 28 路 5 min readUnderstanding Microservice Behavior Through Failure: A Bare-Bones ScenarioEveryone talks about microservices. We know that a microservice architecture comes from breaking down a monolith into smaller, independent services. But what does that actually look like in action? Th00
THTran Huynhinktranboard.hashnode.dev路Aug 22 路 4 min readRelearning Python Decorators: Back to BasicsEvery time I think I understand how decorators work, I find myself having to review the theory all over again. I know it's fundamentally a function wrapping another function, but I still get confused 30
THTran Huynhinktranboard.hashnode.dev路Aug 16 路 3 min readBuilding a Simple ETL Pipeline with Docker, MinIO, and Airflow1-How my idea started. Initially, I wanted to practice working with AWS S3, but I worried about unexpected cloud costs if I couldn't control the billing properly. I previously created a free tier acco00