Skip to content
View sunshinego12138's full-sized avatar

Block or report sunshinego12138

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
sunshinego12138/README.md

I'm SunshineGo12138!


A little more about me...

const anmol = {
    pronouns: "Sun" | "Sunshine",
    blogUrl: "http://sunshinego.top",
    code: ["Javascript", "Typescript", "Node", "Bun", "Rust", "Python"],
    askMeAbout: ["web dev", "tech", "app dev", "photography"],
    technologies: {
        mobileApp: ["React Native"],
        frontEnd: {
            js: ["Vue", "Nuxt"],
            css: ["materialize", "vuetify", "bootstrap"]
        },
        backEnd: {
            js: ["node", "Bun", "Elysia", "Mango", "Nestjs", "express"],
            python: ["flask", "FastAPI", "Django"]
        },
        devOps: ["AWS", "Docker🐳", "Nginx"],
        databases: ["mongo", "MySql", "sqlite", "PostgreSQL"],
        misc: ["Socket.IO", "selenium", "Langchain", "php"]
    },
    architecture: ["Serverless Architecture", "Progressive web applications", "Single page applications"],
    currentProject: "I am developing Mangojs using Bun",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊


📊 This week I spent my time on

Perfecting Mangojs
Write Mango Admin

Pinned Loading

  1. mango mango Public

    一个基于Bun的web框架

    TypeScript 3

  2. mango-docs mango-docs Public

    mango-elysia的文档

    CSS

  3. mango-admin mango-admin Public

    一个基于vben和Mangojs的后台管理系统

    Vue