Posts

Writing archive

These posts are loaded directly from the existing Markdown files instead of being copied into a new proprietary format.

This section should read like the more polished half of the site: essays, practical notes that grew into articles, and durable writing worth revisiting.

Total posts 6

Finished writing pieces already flowing through the Astro content layer.

Year span 2020 - 2022

The range now visible inside the rebuilt archive.

2022

1 entries

2020

5 entries

Post · 22 Sept 2020 · Wooli Creek, Sydeny

Unity & C# notes

This is the note that stores my findings while doing the UTS FEIT31263 Game Development's assignment3 1. CSharp 1.1. ClampMagnitude Returns the copy of the Vector3 with its magnitu...

Post · 12 Aug 2020 · Sydney

Project Management

1. Planning Break the plan into piecies. Resources How many is avalibale When is it avalible . Who can do what things . How does team communicate and use what tools 1.1. Project Pl...

Post · 8 Aug 2020 · Sydney

Clean Code

1. Name 1.1. meaningful 1.2. avoid disinformation 1.3. pronouncable and searchable use the character like "e" only in local variable. e is also the most common char in English word...