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"}
};
Never quits!!
Popular repositories Loading
-
-
-
-
Basic-Stats
Basic-Stats PublicForked from LASER-UMASS/basic-stats
Toy implementation for CS520/620
Java
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.






