Skip to content
View j-casimiro's full-sized avatar
👨‍🚀
👨‍🚀
  • Philippines

Organizations

@hackclub @dev-protocol @Design-and-Code

Block or report j-casimiro

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

"We cannot solve our problems with the same thinking we used when we created them." — Albert Einstein

Pragmatic software development informed by empirical engineering principles, structural code quality, and maintainable architecture.

Ecosystem

type TechCategory = [category: string, skills: readonly string[]];

const jcas = [
  ["Languages",     ["typescript", "javascript", "python", "php"]],
  ["TS Ecosystem",  ["zod", "tRPC", "tsx", "ts-node", "utility types"]],
  ["Mobile",        ["react native"]],
  ["Frameworks",    ["nextjs", "nestjs", "reactjs", "expressjs", "vuejs", "nodejs", "django", "laravel"]],
  ["CSS",           ["bootstrap", "tailwind"]],
  ["Databases",     ["postgresql", "mysql", "supabase", "redis", "sqlite"]],
  ["Auth",          ["jwt", "sso", "firebase", "mfa"]],
  ["ORM",           ["prisma", "drizzle", "laravel eloquent", "django ORM"]],
  ["Tools",         ["github", "git", "figma", "canva", "bruno", "vscode", "postman"]],
  ["DevOps/Cloud",  ["aws", "render", "vercel", "netlify", "railway", "docker", "kubernetes"]],
  ["OS",            ["linux", "macos"]]
] as const satisfies TechCategory[];

Pinned Loading

  1. scaled-pagerank scaled-pagerank Public

    An implementation of Brin and Page’s original search engine architecture, featuring an inverted TF-IDF index and PageRank optimization.

    HTML

  2. c10k-simulation c10k-simulation Public

    ~10,000 concurrent TCP connections on a single-threaded Node.js loop under 100MB RAM

    TypeScript

  3. bible-api-scraper bible-api-scraper Public

    bible-api-scraper using python

    Python 4

  4. real-time-space-telemetry real-time-space-telemetry Public

    real time space telemetry, gemini 3.5 flash (high) assisted

    JavaScript 5

  5. distilbart-text-summarizer distilbart-text-summarizer Public

    server of zenith-ai; text summarizer using DistilBart NLP

    Python

  6. cassette-tape-emulator cassette-tape-emulator Public

    A Python-based Digital Signal Processing (DSP) command-line application that transforms pristine digital audio files into realistic, vintage cassette tape recordings.

    Python 6