Skip to content
View brunobuddy's full-sized avatar
♥️
Working
♥️
Working

Sponsoring

@eemeli

Organizations

@ManifestOfficial

Block or report brunobuddy

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

Bonjour 👋🏼

I am Bruno, a senior TypeScript developer and entrepreneur.

Co-founder of Buddyweb, a digital agency and Manifest, an open-source backend-as-a-service. I am located in Grenoble 🇫🇷🏔🫕 with a strong personal and professional attachment to Paris 🗼.

  • ⚙️ I work mainly with .ts, .tsx. Sometimes with .scss but I am not so proud of it
  • ❤️ I love Open Source, learning and drinking beers (when I can find the time for it)
  • 🌱 I am currently improving my DevOps skills, I feel like I missed so many things 😳
  • 📫 Reach me through email

Pinned Loading

  1. mnfst/manifest mnfst/manifest Public

    The 1-file micro-backend. ⭐ to support the project !

    TypeScript 1.7k 75

  2. TypeScript SIRET Validation Script (... TypeScript SIRET Validation Script (French company registration number)
    1
    // Returns true if valid, false if not. Note that registrationNumber param is a string (usually provided by HTML imput)
    2
    validateRegistrationNumber(registrationNumber: string): boolean {
    3
      if (registrationNumber.length !== 14) {
    4
        return false
    5
      }
  3. RunaCapital/awesome-oss-alternatives RunaCapital/awesome-oss-alternatives Public

    Awesome list of open-source startup alternatives to well-known SaaS products 🚀

    Python 17.3k 927

  4. mnfst/vscode-theme-manifest mnfst/vscode-theme-manifest Public

    Manifest theme for VS Code

    1