Skip to content
View benoitpetit's full-sized avatar
🩵
Code with love
🩵
Code with love

Block or report benoitpetit

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

👋 Hi, I'm Ben

🧑‍💻 Développeur & Artisan Open Source | 🛠️ Créateur d'Outils CLI | 🤖 Intégration IA

Portfolio Mastodon Email Donate using Liberapay


🧑‍💻 whoami

package main

import "fmt"

type Developer struct {
    Name        string
    Profession  string
    Location    string
    Languages   []string
    Experience  string
    FocusAreas  []string
    TechStack   []string
    Specialties []string
}

func main() {
    ben := Developer{
        Name:       "Benoit (Ben)",
        Profession: "Développeur & Artisan Solutions Open Source",
        Location:   "🇫🇷 France",
        Languages:  []string{"Français", "Anglais"},
        Experience: "8+ années",
        FocusAreas: []string{
            "🛠️ Outils CLI et Interfaces Développeur",
            "🤖 Intégration IA et Automatisation",
            "🚀 Solutions pour la Productivité",
            "📦 APIs et SDKs",
        },
        TechStack: []string{
            "Go", "JavaScript", "TypeScript", "Node.js", "Python",
            "Vue.js", "React", "Docker", "Linux", "Git",
        },
        Specialties: []string{
            "Command Line Tools", "IA Integration", "Developer Tools",
            "API Development", "Open Source Solutions",
        },
    }
    
    fmt.Printf("Loading profile for: %s...\n", ben.Name)
}

🛠️ Stack Technique

  • Langages : Go, Python, JavaScript, TypeScript, Node.js
  • Frontend : React, Vue.js, Next.js, HTML5/CSS3
  • Backend & DB : REST, GraphQL | PostgreSQL, MongoDB, Redis
  • DevOps & Infra : Docker, Ansible, Linux, GitHub Actions, Digital Ocean, CloudFlare

🚀 Projets & Articles

J'adore créer des solutions pour améliorer l'expérience développeur (DX) et partager ce que j'apprends en chemin.


💬 Envie de collaborer sur un projet innovant ou de discuter technique ? Envoyez-moi un email !

Pinned Loading

  1. societyai societyai Public

    SocietyAI is a TypeScript library for building complex collaborative AI systems. DAG engine, zero dependencies, and completely model agnostic.

    TypeScript 4

  2. signal-sdk signal-sdk Public

    A comprehensive TypeScript SDK for interacting with signal messenger, providing JSON-RPC communication and a powerful bot framework.

    TypeScript 9 1

  3. prompt-my-project prompt-my-project Public

    Is a command-line tool designed to create optimized, structured prompts from your software project's source code.

    Go 2

  4. gowm gowm Public

    GoWM simplifies the integration of Go WebAssembly modules into your JavaScript projects.

    JavaScript 3 1

  5. obsinstall obsinstall Public

    CLI to install and manage Obsidian plugins — from the community registry, a GitHub URL, or a local directory. Zero dependencies.

    JavaScript

  6. duckduckgo-chat-cli duckduckgo-chat-cli Public archive

    (I am no longer supporting the project) Command-line interface for interacting with DuckDuckGo's AI chat service.

    Go 95 21