Skip to content
View olvsamuel's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report olvsamuel

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

    Hello, World!

Hi πŸ‘‹, I'm Samuel! Backend developer from Brazil.

  • 🌱 I currently have a degree in IT, and am also licensed as a mathematics teacher.

  • Graduated in Systems Analysis and Development.

  • Postgraduate MBA in Information Security.

  • Postgraduate in Mathematics Teaching.

πŸ‘¨β€πŸ’» More about me
  • πŸ’¬ Born in 1999, I currently live in Porto Alegre, Brazil. I have experience in backend development with .NET and NodeJS technologies. I have already used the languages ​​C#, JS, TS, Python, PHP. I develop APIs and microservices using the languages ​​above, such as their frameworks, .NET Core and NodeJS with Docker, and also with the databases MSSQL, MongoDB, Firebase, Redis, etc. Services published on AWS, with EC2 servers configured with NGIX.

  • ⚑ I'm a musician too. I play acoustic guitar, electric guitar, bass and ukulele. I like to learn and apply knowledge in practice. Sometimes I read something that catches my attention.

  • πŸ“« Contact me: email: olvsamuel.edu@gmail.com and linkedin: /olvsamuel

Youtube LinkedIn

olvsamuel GitHub stats

Imagem

πŸ”₯ Skills

Programming Languages

Js C# Python

Tools & Frameworks

VScode AWS DotnetCore NodeJS Git Bash Redis Docker MongoDB MSSQL

Pinned Loading

  1. olvsamuel.github.io olvsamuel.github.io Public

    my personal website

    HTML

  2. Arquivo Json para Xlsx com .NET Arquivo Json para Xlsx com .NET
    1
    using Microsoft.AspNetCore.Mvc;
    2
    using ClosedXML.Excel;
    3
    using Newtonsoft.Json;
    4
    
                  
    5
    string pathFile = $"Z:/workspace/json_to_xlsx/files/jsonfile.json";