Skip to content
View LastSpot's full-sized avatar
:octocat:
Never quits!!
:octocat:
Never quits!!

Block or report LastSpot

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
LastSpot/README.md

Hi, I'm Michael Le! Image

Image

Software Enginner
Image

LinkedIn

Image A little more about me...

typedef struct {
    const char *name;

    const char *pronouns[2];

    const char *code[6];
    const char *frontend[3];
    const char *backend_and_systems[4];
    const char *data_and_storage[5];
    const char *security_and_reliability[3];
    const char *tooling[4];
    const char *deployment_and_platforms[3];
    const char *architecture[2];
    const char *hobby[3];
} Profile;

static const Profile michael = {
    .name = "Michael",
    .pronouns = {"he", "him"},
    .code = {"Python", "TypeScript", "JavaScript", "SQL", "C", "Java"},
    .frontend = {"React Native", "React", "Next.js"},
    .backend_and_systems = {"FastAPI", "REST APIs", "async processing", "background workers"},
    .data_and_storage = {"PostgreSQL", "MongoDB", "Redis", "SQLAlchemy", "Drizzle"},
    .security_and_reliability = {"RBAC", "token encryption", "transactional integrity"},
    .tooling = {"Poetry", "pytest", "Alembic", "Docker"},
    .deployment_and_platforms = {"Vercel", "Railway", "Render", "GCP", "AWS"},
    .architecture = {"microservices", "event-driven"},
    .hobby = {"tennis", "badminton", "golf"}
};

Image

I enjoy connecting with builders and innovators who are interested in creating products, solving real problems, and exploring the entrepreneurial path. If you're working on something ambitious—or thinking about starting—I'd be glad to connect and exchange ideas.

Popular repositories Loading

  1. Trading-Gurus Trading-Gurus Public

    JavaScript 2

  2. emergency-room-triage-system emergency-room-triage-system Public

    Java 1

  3. LastSpot LastSpot Public

    Config files for my GitHub profile.

  4. Basic-Stats Basic-Stats Public

    Forked from LASER-UMASS/basic-stats

    Toy implementation for CS520/620

    Java

  5. corgnito corgnito Public

    JavaScript

  6. Schedule-Builder Schedule-Builder Public

    Java