Skip to content
View loupzeur's full-sized avatar
🚀
🚀
Block or Report

Block or report loupzeur

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

Hi there 👋

I'm a DevOps Fullstack Developper working from Elsàss, France.

I'm more interested by backend than frontend ...

BIO
  • 🏢 I'm currently working on short missions mostly in golang (micro architectures, some react/nextjs fronts and python, a bit of php, ...)
  • ⚙️ daily use : .go,git
  • ⚙️ weekly use : .tsx, .ts,.css,.py,docker-compose.yml,Dockerfile
  • ⚙️ monthly use : .sql, .html, gh-action.yml
  • ⚙️ yearly use : .php, .js, .cpp, helm.toml
  • 🌱 Learning all about Open Source, Artificial Intelligence, Cyber Security, BioTechnology

Pinned

  1. generate a wireguard configuration c... generate a wireguard configuration client with it's qrcode
    1
    #!/bin/bash
    2
    
                  
    3
    #this script generate a configuration for wg that is then send as a qrcode for android app
    4
    #require qrencode
    5
    
                  
  2. blender sound silence cutter, will c... blender sound silence cutter, will cut out sound of silence
    1
    bl_info = {
    2
        # required
    3
        'name': 'Silence Cutter Addon',
    4
        'blender': (3, 5, 1),
    5
        'category': 'Object',