Skip to content
View JVsVieira's full-sized avatar
🍞
I love Panettone
🍞
I love Panettone

Highlights

  • Pro

Block or report JVsVieira

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

Software Engineer and DevOps Engineer {

About Me

I'm passionate about software development and gaming, with a solid background in .NET, ASP.NET, and C#. Currently, I work as a Software Engineer and also function as a DevOps Engineer, combining my technical skills to deliver high-performance solutions.

Technologies

  • Languages: C#, ASP.NET, JS, Python
  • DevOps: CI/CD, Docker, Kubernetes, Azure Devops
  • Front-end: Angular, NodeJs, jQuery
  • Back-end: ASP.NET Core, Web API, Swagger
  • Security: Fortify
  • Design: Figma, Adobe XD
  • Architecture: MVC / Draw: Bizagi
  • Database: SQL Server, MSSQL

My Projects

  • SISGEDD: SISGEDD is a web solution that helps monitor the conduct of companies and their stakeholders, allowing anyone to report atmospheric conduct and keep their identity preserved. Thus contributing to an integrated cooperative environment.
  • CMS/Front&Web API: Create for substitute the SISGEDD Project, the CMS&WebAPI have a new concept for optimize the coms with User and UX.

Experience

  • Minsait an Indra Company (2024 - moment) - Software Enginner

  • Deloitte Touche Tohmatsu (2022 - 01/2024) - Software Enginner PL

    • Software Engineer with experience in ASP.NET development. I worked on applications for more than 100 multinational companies, with around 1000 to 5000 views daily. I have knowledge in project management with Azure DevOps, being one of the winners of the MICROSOFT DevOps Challenge, CI/CD automation, RESTful API, MVC architecture, JavaScript and its frameworks, such as Angular. Solid experience with databases, using MSSQL.
  • Deloitte Touche Tohmatsu (2022 - 2022) - Software Enginner JR

    • FullStack Engineer with experience in ASP.NET development. Engaged in applications serving over 100 multinational companies, with approximately 1,000 to 5,000 daily views.
  • Latam Airlines (2016 - 2019)

    • Front end Developer.

How to Contact Me

You can find me on LinkedIn. I'm always up for discussions on technology, games, or anything else!

Fun / Fatos Engraçados

When I'm not coding or managing infrastructure, I'm exploring new challenges. Check out what I've recently discovered:

}

using System;

class Program
{
    static void Main(string[] args)
    {
        RandomDiscoveryOfTheDay();
    }

    public static void RandomDiscoveryOfTheDay()
    {
        string[] interestingFacts = new string[]
        {
            "Learned to play the guitar on my own during the quarantine.",
            "Achieved the title of 'Family Chess Champion' in a heated match.",
            "Developed a chocolate cake recipe that's a culinary masterpiece.",
            "Tried to explain programming concepts to my cat, who probably understood nothing.",
            "Unveiled a new magic trick that amazed my friends in our last virtual meetup.",
        };

        string discovery = interestingFacts[new Random().Next(interestingFacts.Length)];
        Console.WriteLine($"Discovery of the Day: {discovery}");
    }
}

Popular repositories Loading

  1. JVsVieira JVsVieira Public

    Just readme

    1

  2. JV_CRUD JV_CRUD Public

    Forked from ggtidev/crud-teste

    Desafio CRUD.

    TypeScript 1

  3. Tecnico-Mirante Tecnico-Mirante Public

    Teste de nivelamento/Entrevista técnica | Mirante

    C#