📰 Dev.to · Sabin Sim
Articles from Dev.to · Sabin Sim · 46 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10183)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Sabin Sim
2mo ago
09. C# (Non-void Methods)
0. The Real Goal of This Lesson This lesson is not about syntax. It’s about learning how...

Dev.to · Sabin Sim
2mo ago
A Reflection from a CS Student and Aspiring Junior Developer
Like many places around the world, I feel that as AI continues to advance, the entry barrier for...

Dev.to · Sabin Sim
2mo ago
08. C# (Methods)
0) Goal of This Lesson Understanding why we stop repeating code and start calling...

Dev.to · Sabin Sim
2mo ago
07. C# (Scope & Code Blocks)
0) Goal of This Lesson Understanding where a variable is visible, and why it suddenly...

Dev.to · Sabin Sim
2mo ago
06. C# (if / else Conditionals)
0️⃣ The Real Goal of This Lesson Understanding how code flow splits based on...

Dev.to · Sabin Sim
2mo ago
05. C# (AND / OR Logical Operators & Short-Circuit)
0️⃣ Goal of This Lesson When conditions become “multiple”, how does the code decide what...

Dev.to · Sabin Sim
2mo ago
04. C# (bool and Comparison Operators )
0) Goal of This Lesson bool represents the result of a question, and comparison operators...

Dev.to · Sabin Sim
2mo ago
03. C# (Operators)
0) Goal of This Lesson Operators define how values are calculated or combined, and when...

Dev.to · Sabin Sim
2mo ago
02. C# (Naming variables)
0) Goal of This Lesson Learn how to name variables in a way humans can read easily, and...

Dev.to · Sabin Sim
2mo ago
01. C# (Variables)
Variables — Execution-Focused Notes (C# Fundamentals) 0. Goal of This Lesson...

Dev.to · Sabin Sim
2mo ago
Going Back to C# Fundamentals — A Deliberate Reset
Taking a Step Back to Revisit the Basics I recently went through a severe case of the flu. It was an...

Dev.to · Sabin Sim
2mo ago
C#.NET - day 10
Day 10: Structuring and Circulating Data (DTO & Read Flow) From unstructured input to a complete...

Dev.to · Sabin Sim
2mo ago
C#.NET - day 09
day 09 : Local Database with EF Core (SQLite) From in-memory experiments to persistent...

Dev.to · Sabin Sim
2mo ago
C#.NET - day 08
Day 08 : Unit Testing — The Real Reason Interfaces Exist Proving service behavior without...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 07
day 07: Interface & Dependency Inversion Decoupling services from concrete implementations...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 06
Day 6: Architect Version — Defensive Search with Pagination in ASP.NET Core Designing a search flow...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 05
Day 5: LINQ — Searching and Filtering Data Finding what you want from accumulated in-memory...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 04
Day 04: Introducing the Repository Pattern Separating responsibilities to build systems that...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 03
Day 03: In-Memory Data — Teaching the Service to Remember Understanding state, lifetime, and...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 02
Day 02: Introducing a Contract From simple strings to structured data in ASP.NET...

Dev.to · Sabin Sim
3mo ago
C#.NET - day 01
Day 01: Getting Started with ASP.NET Core Web API in Rider A simple “Hello Flow” to understand...

Dev.to · Sabin Sim
3mo ago
Starting My Journey into C# .NET
💻 Starting My Journey into C# and .NET I haven’t mastered Python yet — but I’ve decided to...
DeepCamp AI