Skip to content
View loupzeur's full-sized avatar
๐Ÿš€
๐Ÿš€

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.

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

Hi there ๐Ÿ‘‹

I'm a DevOps Fullstack Developper looking for any dev jobs :).

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 Loading

  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',