GithubHelp home page GithubHelp logo

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 Soluções em Sistemas",
                    favoriteStack: ".Net Core/C#",
                    address: new("Matão", "São Paulo", "Brazil")
                )
                .WithLanguageSkills(
                    new[] { "C#", "Typescript", "Javascript", "Python", "Powershell", "Shell" },
                    new[] { ".Net Core", "Node", "Nest", "Angular", "Rebus", "Ionic" },
                    new[] { "React", "Vue", "Express", "AutoMapper", "MediatoR" }
                )
                .WithDatabaseSkills(
                    new[] { "SQL Server", "PostgreSQL", "MongoDB", "DynamoDB", "Redis", "Firestore" },
                    new[] { "EF", "NHibernate", "Dapper", "TypeORM", "Mongoose" }
                )
                .WithMessagingSkills(
                    new[] { "RabbitMQ", "SNS", "SQS", "Google Pub/Sub", "Azure Service Bus", "Kafka", "SignalR", "Event Hub" }
                )
                .WithDevOpsSkills(
                    new[] { "Jenkins", "Azure Pipelines", "Cloud Build", "Spinnaker" }
                )
                .WithBestPracticeSkills(
                    new[] { "Clean Code", "SOLID", "TDD", "Clean Architecture", "DDD" }
                )
                .WithCloudProviderSkills(
                    new[] { "AWS", "GCP", "Azure" }
                )
                .WithArchitectureDesignSkills(
                    new[] { "Hexagonal", "MicroServices", "Event Sourcing", "CQRS" , "EDAs", "CDC"}
                )
                .WithResilienceDesignSkills(
                    new[] { "Retry", "Circuit Breaker", "Fallback", "Timeout", "SAGA" }
                )
                .WithKnowledgeInSSIS()
                .WithKnowledgeInMultiLanguageApplication()
                .WithKnowledgeInDistributedSystems()
                .WithKnowledgeInServerlessApplication();

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

dotnet run Profile.csproj

  • 😊 Meu nome é Jean Carlos, atualmente atuo como Arquiteto de Software na empresa 5by5 Soluções em Sistemas
  • 😝 Estou sempre estudando sobre Cloud cloud e novas tecnologias.
  • 💬 Pergunte-me sobre SOLID, DDD, Clean Code, DevOps, Sistemas Distribuídos, Micro-serviços e Cultura Nerd
  • 😋 Desenvolvo a mais de 6 anos em C# como linguagem principal e preferida !!

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

Jean Carlos M. da Silva's Projects

k8s-support-nexus icon k8s-support-nexus

K8s for Nexus repository: Manage binaries and build artifacts across your software supply chain

nest-cloud-function icon nest-cloud-function

Node Cloud Functions using Nest standalone application is a wrapper around the Nest IoC container

net-core-clean-architecture icon net-core-clean-architecture

.Net Core starter project for clean architecture showcasing use of the CQRS pattern, MediatR and custom Middleware for cross-cutting concerns, micro-service communications with REST/OpenAPI, Swagger, Webhooks and gRPC endpoints, CosmosDB for data and Serilog for logging.

nfes-helper icon nfes-helper

Console App que converte as nfes da prefeitura de matão para csv para facilitar a minha vida rs

photobook icon photobook

Photobook written in minimal api with opentelemetry

poc-aspnetcore-k8s icon poc-aspnetcore-k8s

Proof of Concept from containerized/orchestrated aspnet core application using Docker and Kubernetes

poc-ionic icon poc-ionic

Study project applying concepts of angular / ionic and pwa from the Angular 8 course taught by @andrebaltieri

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.