Skip to content
View vschoener's full-sized avatar
πŸ’­
New Year's resolution coming :)
πŸ’­
New Year's resolution coming :)
Block or Report

Block or report vschoener

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

Vincent Schoener πŸ‘‹

Hi, I'm Vince, a Software Engineer from France πŸ‡«πŸ‡·, passionate by programming, gaming, music, photo and traveling πŸ€—.

Values 🌱


I love working with scalable and clean code architecture πŸ“, asking myself and my peers if it's still a good approach or if there is a better one out there to outperform and learn from it.

To sum up:

  • Empathy
  • Curiosity
  • Open Mind
  • Mentoring

Current Status 😎


I'm currently working for BackMarket as a Senior Backend Engineer. We mainly use Python as our main language and other like Golang, minor TS and Elixir.

I've succesffuly finished my eMBA (Master for Business and Entrepreneurship). Now I'd like to evolve as a Engineer Manager and create my own company.

Side works πŸ§‘πŸ»β€πŸ’»


  1. Vincelivemix

This project has been build from scratch with severals micro services:

  • Backend using NestJS (TypeScript) managing episodes, RSS Generations and settings
  • Frontend using NextJS React (TypeScript)
  • Authentication service using Golang to practice (still under development)
  • GITHUB CI/CD
  • Traefik, Docker and Docker Compose for the deployment and architecture management (Private repo of course 😘)
  • Some APM using Grafana, Prometheus.

As I've done the major part and everything is running in production, I take my time to learn and finish the new services πŸ’». Everyhing has been moved to Heroku/Vercel to save cost as I don't gain monay from it. So it's now quit unstable.

  1. Learning and Reviewing

As I said, I've done a eMBA and I'm willing to improve my soft/hard skill to become an Engineer Manager.

  1. Medium stories

I do love writing article to show how we can handle and setup stuff. I like helping people bringing my all expertise.

Check my Medium profile

Gaming πŸ‘Ύ


Yes, I play games but more in a chill way now.

  • Gran turismo
  • Resident Evil
  • Final Fantasy
  • Some FPS (Apex, CS)
  • League of Legends
  • And other solo game to escape from reality :)

Chill πŸƒπŸ»β€β™‚οΈ


I still have time to practice sport, travel and hang out with friends and colleagues (Beer, cocktails, PARTY? πŸ₯³).

Pinned

  1. Dockerfile Dockerfile
    1
    FROM node:11.4 as base
    2
    
                  
    3
    WORKDIR /app
    4
    
                  
    5
    # use changes to package.json to force Docker not to use the cache
  2. Dockerfile stage production Dockerfile stage production
    1
    #
    2
    # Production stage.
    3
    # This state compile get back the JavaScript code from builder stage
    4
    # It will also install the production package only
    5
    #
  3. front.vincelivemix front.vincelivemix Public

    Vince Live Mix Front

    TypeScript 1

  4. vincelivemix vincelivemix Public

    Brand new website using NestJs and TypeScript!

    TypeScript 1

  5. traefik-docker-development traefik-docker-development Public

    Simple settings to run traefik locally with your docker service

    12 3

  6. auth.vincelivemix auth.vincelivemix Public

    Authentication server for Vince live mix services

    Go 1