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 GitHub followers

πŸ‘‹ Welcome! I'm Christian Grimberg

Systems Administrator & Solutions Architect with over 10 years of experience in the pharmaceutical industry. Passionate about technology, automation, cloud computing, and continuous improvement. Always focused on learning, sharing, and taking on new challenges.


⚑ About Me

  • πŸ”­ I work at Laboratorios Novocap, where I combine my passion for technology and innovation.
  • ☁️ Expert in systems, networks, databases, and Cloud technologies since 2012.
  • 🐧 A fan of Linux (Debian lover) and the Open Source philosophy.
  • πŸ§‘β€πŸ’» My first language was SQL DEV (procedural); today, I prefer object-oriented languages.
  • πŸ€– Continuously learning: automation, CI/CD, DevOps, and new technologies.
  • πŸ’‘ I believe in continuous learning and collaboration as drivers of professional growth.
  • ✨ Always open to collaborating on interesting and challenging projects.

πŸ› οΈ Technologies & Tools

C Sharp Go C C++ SQL Server MariaDB Bash Powershell Git Docker Kubernetes GitHub Actions Azure Arduino Raspberry Pi SAP Debian VSCode


πŸ“ˆ GitHub Stats

ChristianGrimberg's GitHub stats

🀝 Let's Collaborate!

I'm always open to new opportunities, ideas, and collaborations. If you have an interesting project or simply want to connect, feel free to reach out!


β€œTechnology is best when it brings people together.” β€” Matt Mullenweg


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 )