banner
T

Tuan Beo

October 7, 2025
Day 4: Loops (for, while, foreach)

Learn how to repeat tasks automatically using loops to make your programs efficient.

bc8360a22ad4484abe6d027cbac05e82.png
T

Tuan Beo

August 16, 2025
Day 3: Conditionals (If, Else, Switch)

Learn how to make your program decide what to do based on conditions.

af6541789c534f2db4e68b8bba206b9c.png
T

Tuan Beo

August 16, 2025
Day 2: Variables and Data Types

Understand and use variables (placeholders for values) and data types (what kind of value a variable can hold).

af6541789c534f2db4e68b8bba206b9c.png
T

Tuan Beo

August 16, 2025
Day 1: Setting up C# and .NET

Get your development environment ready and write your very first C# program (Hello World).

af6541789c534f2db4e68b8bba206b9c.png
T

Tuan Beo

August 15, 2025
Day 23 – Advanced Networking & Error Handling

Understand HTTP methods (GET, POST, PUT, DELETE), request headers, sending data in the request body, and building a reusable networking layer with proper error handling.

fc4f35c15a834a2da0836db10e2b90fe.jpg
T

Tuan Beo

August 15, 2025
Day 22 – Fetching Data from an API (Networking with async/await)

Learn how to make GET requests to a REST API using URLSession, decode JSON into Swift models with Codable, and display the data in a SwiftUI list.

fc4f35c15a834a2da0836db10e2b90fe.jpg
T

Tuan Beo

August 14, 2025
Day 21 – App Polish & UX Refinements

Improve performance for smoother lists, add accessibility for VoiceOver users, integrate subtle haptics for feedback and refine UX: empty states, pull-to-refresh, and consistent animations

fc4f35c15a834a2da0836db10e2b90fe.jpg
T

Tuan Beo

August 14, 2025
Day 20 – Animations in SwiftUI

Add motion and interactivity to your UI using SwiftUI’s built-in animation capabilities for smooth, engaging transitions.

fc4f35c15a834a2da0836db10e2b90fe.jpg
T

Tuan Beo

August 14, 2025
Day 19 – SwiftUI Styling & Modifiers

Learn to style your SwiftUI views with fonts, colors, shadows, padding, and custom modifiers to make your UI visually appealing.

fc4f35c15a834a2da0836db10e2b90fe.jpg