__ ______ _ _ _ _
\ \ / / ___| \ | | __ _ ___| |_ __ | |_ ____
\ V / | | \| |/ _` |/ __| | '_ \| __|_ /
| || |___| |\ | (_| | (__| | |_) | |_ / /
|_| \____|_| \_|\__,_|\___|_| .__/ \__/___|
|_|
public class YCNaclptz : Developer
{
public string Name => "YCNaclptz";
public string[] Focus => new[]
{
"ASP.NET Core",
"Vue 3",
"TypeScript",
"Authentication / Authorization",
"SSE and real-time communication"
};
public string[] CurrentlyBuilding => new[]
{
"Backend APIs with C#",
"Frontend apps with Vue",
"Full-stack practice projects",
"Better testing habits"
};
public string Motto => "Learn deeply, build often, refine continuously.";
}- Building backend services and auth flows with ASP.NET Core
- Exploring Vue 3 + TypeScript application structure
- Practicing real-time updates with Server-Sent Events
- Strengthening testing and project architecture skills
| Project | What it is | Stack |
|---|---|---|
| toolbox-shell | Module Federation host app | Vue 3 |
| toolbox-platform | Backend-side platform work | C# |
| UserManagementAPI | User management API practice | C# |
| SSE-Nest-Vue | Real-time app experiment | Vue |
| CRUD | Early CRUD practice project | Vue |
| Server-Send-Event-by-ashx | SSE demo with C# | C# |
Build -> Break -> Debug -> Refactor -> Repeat
I like projects that help me understand how systems really work, especially authentication, APIs, and communication between frontend and backend.
Thanks for stopping by.


