Skip to content
View jcmdsbr's full-sized avatar
:octocat:
Carry on
:octocat:
Carry on

Block or report jcmdsbr

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

Hey! let's compile 💻

cd workspaces && mkdir my-profile && cd my-profile
dotnet new console -n Profile
code .

namespace Profile;

    internal class Program
    {
        private static void Main(string[] args)
        {
           var aboutMeBuilder = new AboutMeBuilder()
                .WithBasicInfo(
                    name: "Jean Carlos Moreira da Silva",
                    birthDate: new DateTime(1995, 9, 1),
                    workStartDate: new DateTime(2014, 10, 1),
                    currentEmployer: "5by5 IT Solutions",
                    favoriteStack: ".Net Core/C#",
                    address: new("Araraquara", "São Paulo", "Brazil")
                )
                .WithLanguageSkills(
                    new[] { "C#", "Node with JS/TS", "Python", "Powershell", "Shell", "GoLang", "JAVA" },
                )
                .WithDatabaseSkills(
                    new[] { "SQL Server", "PostgreSQL", "Oracle", "MongoDB", "DynamoDB", "Redis", "Firestore" },
                )
                .WithMessagingSkills(
                    new[] { "RabbitMQ", "SNS", "SQS", "Google Pub/Sub", "Azure Service Bus", "Kafka", "SignalR", "Event Hub", "Cloud events" }
                )
                .WithDevOpsSkills(
                    new[] { "Jenkins", "Azure Pipelines", "Cloud Build", "Spinnaker", "Github Actions" }
                )
                .WithBestPracticeSkills(
                    new[] { "Clean Code", "SOLID", "TDD", "Clean Architecture", "DDD", "Hexagonal Architecture", "Pipes&Filters" }
                )
                .WithCloudProviderSkills(
                    new[] { "AWS", "GCP", "Azure", "OCI" }
                )
                .WithArchitectureDesignSkills(
                    new[] { "Microservices", "Event Sourcing", "CQRS", "EDAs", "CDC", "ACLs", "BFFs / Gateway Aggregation", "Federated Identity", "Cache-Aside" }
                )
                .WithResilienceDesignSkills(
                    new[] { "Retry", "Circuit Breaker", "Fallback", "BulkHead", "Timeout", "SAGA" }
                )
                .WithKnowledgeInSSIS()
                .WithKnowledgeInMultiLanguageApplication()
                .WithKnowledgeInDistributedSystems()
                .WithKnowledgeInServerlessApplication();

            Console.Writeline(aboutMeBuilder.Build());
        }
    }

dotnet run Profile.csproj

  • 😊 Principal Solutions/Sofrware Architecture with over 10 years of experience, I help companies navigate their digital modernization journeys, leveraging technology as a strategic pillar for decision-making and sustainable growth.
  • 💬 Throughout my career, I have worked on challenging projects across various industries, including government, e-commerce, agriculture, aviation, education, and, most recently, healthcare. Each experience has fueled my passion for innovation and impactful solutions.
  • 🔥 A recent highlight of my career was my involvement in the second-largest merger between Brazilian companies in 2024, between Hapvida and NotreDame Intermédica, where I contributed to the strategic technological direction, accelerating digital transformation.
  • 😋 My expertise in open-source technologies such as Kubernetes, Helm, Keda, and OpenTelemetry has been instrumental in enabling large organizations to scale and modernize their systems sustainably and efficiently.
  • 🏥 Currently, I am contributing to the strategic and tactical design of solutions at Hapvida NDI, Brazil’s largest healthcare operator, driving innovation and enabling new scenarios to address the challenges of the future.

Twitter Follow Linkedin Follow Instagram Follow Jean Carlos's DEV Community Profile

Pinned Loading

  1. tot Public

    TOT is a open-source project write in .Net Core 3x

    C# 2 1

  2. devtools-setup Public

    Scripts to initialize a new env Linux (base a ubuntu and feature snap enabled)

    Shell 6

  3. aspnetcore-design-patterns Public

    Examples of the Gang of Four (GoF) design patterns from course "Design Patterns in C# and .NET" At Udemy

    C# 2

  4. jenkins-docker-learning Public

    Learning jenkins, basic to hero concepts!! using docker environment

    Dockerfile 2

  5. rabbitmq-delayed Public

    Building a docker image from rabbitmq use delayed plugin

    Dockerfile 1

  6. eshop-dist-arch Public

    Sample Node/Nest reference architecture, based on a simplified microservices architecture, distributed systems and docker containers.

    TypeScript 2 1