Skip to content
View vinnyalvs's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report vinnyalvs

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

Hi there 👋

Welcome!

$whoami

My name is Vinicius (he/him). I am a Back End Developer, but worked fullstack in many projects. I am also a heavy Docker user (and fan) and worked in the past helping building CI/CD pipelines

Contact

linkedin Gmail Badge

Skills:

php

laravel

java

HTML5

CSS3

SQL

Git

GitHub

Terminal

Docker



Now Studying/ Working with :

  • German
  • English
  • Magento 2
  • Laravel
  • PHP
  • Docker
  • CI/CD Pipeline creation and maintenance
  • Azure/AWS

Already worked with

  • Apache Solr
  • Framework Flask (Python)
  • Spring Boot (Java)
  • Python for Data Science
  • Kubernets

Personal Projects

Data Science:

PHP

Spring boot

Papers Published

Pinned

  1. ListagemCertificadosGratuitos ListagemCertificadosGratuitos Public

    Uma compilado de diversos certificados que podem ser obtidos gratuitamente.

    109 4

  2. Use docker as a non-root user Use docker as a non-root user
    1
    # All credits goes to https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo 
    2
    
                  
    3
    sudo groupadd docker
    4
    sudo gpasswd -a $USER docker
    5
    newgrp docker
  3. Working FileSender Rest API Example Working FileSender Rest API Example
    1
    <?php
    2
    
                  
    3
    // Based on https://github.com/filesender/filesender/tree/development/scripts/client
    4
    
                  
    5
    /**
  4. How to know the 'run' command for a ... How to know the 'run' command for a docker container?
    1
    docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
    2
        assaflavie/runlike YOUR-CONTAINER
  5. solr solr Public

    Forked from ajunior/solr

    Manual Colaborativo sobre o Apache Solr.

    HTML