seonglinchua

seonglinchua @seonglinchua

About: Self-taught C# dev with 10+ yrs experience. I simplify backend, automation & cloud. On a mission to help devs grow through real-world stories & modern practices.

Joined:
Sep 9, 2019

seonglinchua
articles - 18 total

📊 From Crystal Reports to Modern Reporting: My Journey

"What began as drag-and-drop reporting became a quest for reusable, developer-first designs." ...

Learn More 0 0Jul 7

🧾 How I Rebuilt My eAdvice System with C# Console Apps

“I didn’t modernize my stack. I rethought my system.” 👋 Background I was tasked with...

Learn More 0 0Jul 6

🧠 Headless Architecture – The Unknown Gem That Supercharged My Automation Projects

"Sometimes, the most powerful tools aren't shiny frameworks, but silent design decisions." ...

Learn More 0 0Jul 5

How I'm Prepping for Interview Assessments — Smarter and Faster

Using brute force first, patterns, and AI tools like Copilot and ChatGPT to prep for real-world coding interviews in less time.

Learn More 0 1May 25

How I Use Google (Ethically) During Coding Assessments

Google during assessments isn't cheating — it's a tool. Here's how I use it to clarify, not copy.

Learn More 0 1May 25

Beyond the Surface: Understanding Different Application Types

Ever wondered about the different kinds of software that power our digital world? From the websites...

Learn More 0 0May 15

Common Use Cases for Button-Triggered Excel Macros

Excel is a powerful tool for data management and analysis, but its capabilities can be significantly...

Learn More 0 0May 14

GitHub Copilot Workflows for Modern Software Developers

GitHub Copilot has rapidly become an integral AI companion for software developers building modern...

Learn More 0 0May 13

Mastering Stack<T> in C# for Coding Interviews

🧱 Stack in C# — Solving Problems the LIFO Way A Stack&lt;T&gt; is a Last-In-First-Out...

Learn More 1 2May 11

Mastering Dictionary<TKey, TValue> in C# for Coding Interviews

🔑 Dictionary in C# — The Ultimate Tool for Fast Lookup A Dictionary&lt;TKey, TValue&gt; is...

Learn More 1 1May 11

Mastering List<T> in C# for Coding Interviews

📘 List in C# — The Dynamic Array You Need to Know List&lt;T&gt; is the most flexible and...

Learn More 0 0May 10

Mastering HashSet in C# for Coding Interviews

🧠 HashSet in C# — A Must-Know Tool for Uniqueness and Fast Lookups HashSet&lt;T&gt; is one...

Learn More 0 1May 10

Mastering Arrays in C# for Coding Interviews

🧱 Arrays in C# — A Practical Guide for Interview Preparation Arrays are one of the most...

Learn More 0 1May 10

🔍 DSA Interview Q&A – Day 1: Arrays vs Linked Lists

Welcome to Day 1 of the DSA Interview Q&amp;A Series, where we dive deep into commonly asked data...

Learn More 0 0May 10

Tutorial: Building a Configurable Scheduled Windows Service with Logging and Dependency Injection

This tutorial will guide you through creating a Windows Service in C# .NET that: Schedules jobs to...

Learn More 0 0May 7

Tutorial: Integrating Crystal Reports in C# .NET Applications

This tutorial will guide you through the process of integrating a Crystal Report into a Windows Forms...

Learn More 3 0May 7

Uploading to GitHub Pages: A Step-by-Step Guide

GitHub Pages is a free service that allows you to host static websites directly from your GitHub...

Learn More 0 0Apr 30

Build a C# PDF Summarizer with OpenAI (Free Tier)

Brainstorming: File System Watcher and Long Polling for PDF Summarizer Let's explore how...

Learn More 0 0Apr 24