MINH.LY
Blog · notes from the field
[ ✶ ]

Field notes

What I learned from this course

This course changed how I think about building software. Before, I sometimes had a general idea and started coding too quickly. Now I understand that a good project needs a clear problem definition, organized tasks, expected behavior, tests, review, and documentation.

Main lesson

AI can help me move faster, but correctness still depends on human responsibility, careful testing, and clear thinking.

My learning journey

01

Planning first

I learned to define the problem, list features, divide work into smaller tasks, and choose an implementation order before coding.

02

Visible workflow

Jira, Git, GitHub branches, commits, and pull requests helped turn hidden progress into evidence that can be reviewed.

03

Testing mindset

SDD, BDD, and TDD taught me to connect requirements, user behavior, test cases, and implementation instead of testing only at the end.

04

Responsible AI

AI helped with explanations, debugging ideas, structure, and documentation, but I still had to review the logic and verify the output.

Projects that showed my progress

What I improved

  • I became better at planning before implementation.
  • I learned to use Git and GitHub as a record of progress, not only as file storage.
  • I practiced writing clearer technical documentation and project READMEs.
  • I learned to test normal cases, edge cases, and invalid input instead of trusting one successful run.
  • I learned to use AI as an assistant while keeping the final judgement myself.

How this helps my future learning

In future projects, I will start with clear requirements, use Git from the beginning, create tests earlier, document decisions, and verify AI-generated work before accepting it. This course helped me understand that software development is not only about producing code. It is also about communication, evidence, testing, and responsibility.

Three days at Computex

Computex show floor, Source Team Taiwan

This June I spent three days at Computex Taipei in the Nangang Exhibition Center. Walking the halls is a completely different way to read the industry than scrolling release notes — you feel the sheer scale of it, hall after hall.

The show floor

Source Team Taiwan, open-hardware booths, a wall of country flags and crowds from open to close. I went as a software engineer, mostly curious how the things I deploy actually get built.

Me on the show floor
On the floor — ASRock Rack, Intel and Ampere behind me.

NVIDIA & the AI gold rush

The NVIDIA booth glowed acid-green (my kind of palette). Half of it was the Inception program — startups like Alsemy and N.LIGHT showing what they'd built on top of the stack. AI wasn't a theme this year; it was the whole building.

NVIDIA Inception startup wall
NVIDIA's Inception startup wall.
In front of the green NVIDIA wall
Couldn't resist the green wall.

Inside the machines

My favourite corner: ASRock Rack × NVIDIA showing the RTX PRO Server — "the ultimate universal data-center platform for enterprise and industrial AI". They left the chassis open, so you could see everything: GPU boards, the heatsink farm, the cable runs and the fan walls.

As someone building an offline AI tool that runs models locally, standing in front of the hardware that does the heavy version of the same job was the highlight of the trip.

ASRock Rack x NVIDIA RTX PRO Server
ASRock Rack × NVIDIA RTX PRO Server.
Open server chassis internals
Open chassis — GPU boards, heatsinks and a lot of cabling.
Accelerator board out of its slot
An accelerator board out of its slot.
Gigabyte and AMD booth behind glass
Gigabyte & AMD hardware, behind glass.

InnoVEX: the startups

Over at the InnoVEX Center Stage I caught a few pitches. Algo Artis — a DeNA spin-off — talked about "optimizing social infrastructure" with optimization algorithms and "discovery-led digital transformation". A good reminder that the flashy hardware only matters because of the software riding on it.

Algo Artis on the InnoVEX Center Stage
Algo Artis on the InnoVEX Center Stage.
Discovery-Led Digital Transformation pitch
"Discovery-Led Digital Transformation" — the pitch.

What I took home

I left with a notebook full of ideas, a phone full of photos and a renewed urge to ship. Talking to the engineers at the booths — the small distance between a spec sheet and the person who built it — was worth the whole trip.

Back to portfolio