Skip to content
View YCNaclptz's full-sized avatar

Block or report YCNaclptz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YCNaclptz/README.md
__   ______ _   _            _       _       
\ \ / / ___| \ | | __ _  ___| |_ __ | |_ ____
 \ V / |   |  \| |/ _` |/ __| | '_ \| __|_  /
  | || |___| |\  | (_| | (__| | |_) | |_ / / 
  |_| \____|_| \_|\__,_|\___|_| .__/ \__/___|
                              |_|            

.NET / Vue developer who enjoys turning ideas into working products

Typing SVG


About Me

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.";
}

Tech Stack

Backend

C# .NET ASP.NET Core Identity

Frontend

Vue 3 TypeScript JavaScript HTML5

Tools

Git GitHub Visual Studio VS Code


What I'm Working On

  • 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

Featured Projects

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#

GitHub Stats

GitHub stats Top languages

Coding Mindset

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.


Connect

GitHub

Profile Views


Thanks for stopping by.

Pinned Loading

  1. Authentication-and-Authorization-with-ASP.NET-Core-Identity-Inside-Out Authentication-and-Authorization-with-ASP.NET-Core-Identity-Inside-Out Public

    此為Udemy課程【Authentication and Authorization with ASP.NET Core Identity Inside Out】的練習儲存庫

    C#

  2. SSE-Nest-Vue SSE-Nest-Vue Public

    Vue

  3. toolbox-platform toolbox-platform Public

    C#

  4. toolbox-shell toolbox-shell Public

    Toolbox shell - Module Federation host app (Vue 3)

    Vue