Skip to content
View quanghuy1242's full-sized avatar

Block or report quanghuy1242

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

Hi, I'm Huy 🎉

async build_good_things(
  backend: BackendStuff, frontend: FrontendStuff,
  cloud: Union[GCP, Azure], monitor_tool: Monitoring
) -> None:
  # Let's build the back
  backend.build().connect(postgresql)

  # Then connect with the front
  frontend.build().connect(backend)

  # Serve them
  cloud.host(backend, frontend)

  # Don't forget to monitor closely
  monitor_tool.monitor(cloud)

asyncio.run(ci.manage(build_good_things()))

Contacts

My personal blog (Vietnamese)

Pinned Loading

  1. next-blog next-blog Public

    A public website as the content service of the CMS - aka just a personal blog

    TypeScript

  2. payloadcms payloadcms Public

    A private admin website for managing CMS content for blog.quanghuy.dev powered by `payloadcms`

    TypeScript

  3. auther auther Public

    A centralized auth service using `better-auth` for all services within the quanghuy.dev domain.

    TypeScript 1 1

  4. imager imager Public

    Do not treat this project seriously. Do not use it for production or even for quick reference.

    Rust

  5. mpc mpc Public

    Music Platform Core - Reusable cross-platform modules for Music Player type of apps

    Rust

  6. birdless-sky birdless-sky Public

    Personal Blog is built with LitElement and Firebase

    JavaScript