46 articles

📰 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
06. C# (if / else Conditionals)
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...
05. C# (AND / OR Logical Operators & Short-Circuit)
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...
04. C# (bool and Comparison Operators )
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...
03. C# (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...
02. C# (Naming variables)
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...
01. C# (Variables)
Dev.to · Sabin Sim 2mo ago
01. C# (Variables)
Variables — Execution-Focused Notes (C# Fundamentals) 0. Goal of This Lesson...
Going Back to C# Fundamentals — A Deliberate Reset
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...
C#.NET - day 10
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...
C#.NET - day 09
Dev.to · Sabin Sim 2mo ago
C#.NET - day 09
day 09 : Local Database with EF Core (SQLite) From in-memory experiments to persistent...
C#.NET - day 08
Dev.to · Sabin Sim 2mo ago
C#.NET - day 08
Day 08 : Unit Testing — The Real Reason Interfaces Exist Proving service behavior without...
C#.NET - day 07
Dev.to · Sabin Sim 3mo ago
C#.NET - day 07
day 07: Interface & Dependency Inversion Decoupling services from concrete implementations...
C#.NET - day 06
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...
C#.NET - day 05
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...
C#.NET - day 04
Dev.to · Sabin Sim 3mo ago
C#.NET - day 04
Day 04: Introducing the Repository Pattern Separating responsibilities to build systems that...
C#.NET - day 03
Dev.to · Sabin Sim 3mo ago
C#.NET - day 03
Day 03: In-Memory Data — Teaching the Service to Remember Understanding state, lifetime, and...
C#.NET - day 02
Dev.to · Sabin Sim 3mo ago
C#.NET - day 02
Day 02: Introducing a Contract From simple strings to structured data in ASP.NET...
C#.NET - day 01
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...
Starting My Journey into C# .NET
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...