Skip to content
View ChristianGrimberg's full-sized avatar
:octocat:
Happy coding!
:octocat:
Happy coding!
  • Avellaneda, Buenos Aires, Argentina

Organizations

@utnfrastudents @novocap

Block or report ChristianGrimberg

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

Linkedin Badge

Hi there and welcome to my GitHub profile

GIF

My name is Christian Grimberg and I am a System Administrator and Solutions Architect with a professional career with more than 10 years of experience in the Pharmaceutical Industry, focused on continuous improvement through the use of technology and on providing solutions that maximize value for the organization.

I like new challenges and I am passionate about learning new things all the time. #LifelongLearningEnthusiastic

About my experience and preferences

C Sharp Go C C++ SQL Server MariaDB Bash Shell Script Powershell Git Docker Kubernetes GitHub Actions Microsoft Azure Arduino Raspberry Pi SAP

  • 😍 I'm working at Laboratorios Novocap, where it allows me to develop my favorite skills and enjoy everything I do.
  • ☁️ I have been Managing Systems, Networks and Databases since 2009. I have been working with Cloud Technologies since 2012.
  • My favorite Linux distribution is Fedora
  • My favorite IDE is Visual Studio Code
  • The syntax of programming languages that I like the most are those that are based on C
  • My first programming language was SQL DEV based on procedural orientation. Later I defined my preferences in object-oriented languages.
  • Currently I am interested in continuing my development of skills in technologies based on Continuos Integration/Continuos Delivery.

ChristianGrimberg's GitHub stats

Pinned Loading

  1. mssqlserver mssqlserver Public

    Microsoft SQL Server with Tools on a Docker container

    CSS

  2. novocap/powershell-file-transfer novocap/powershell-file-transfer Public

    Automating File Transfer functions using PowerShell

    PowerShell

  3. utnfrastudents/base-practica-c utnfrastudents/base-practica-c Public template

    Bibliotecas base para reutilizar en proyectos de ANSI C.

    C

  4. Sharing GPG Key and Configuration Ag... Sharing GPG Key and Configuration Agent in Windows to WSL and Visual Studio Dev Containers
    1
    # enable GPG signing
    2
    export GPG_TTY=$(tty)
    3
    
                  
    4
    if [ ! -f ~/.gnupg/S.gpg-agent ]; then
    5
        eval $( gpg-agent --daemon --options ~/.gnupg/gpg-agent.conf &>/dev/null )