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

clean-architecture icon clean-architecture

Sample Asp.Net Core 3.1 projects (+ Angular 9.0, React 16.13, Vue 2.6) which apply modern Clean Architecture, Domain-Driven Design, CQRS, Unit Testing, SOLID, Asp.Net Core Identity Custom Storage, Entity Framework Core, Identity Server 4, Blazor, Automated Testing With Selenium, Notification with SignalR, Tasks Scheduling with Hangfire, Health Checks, Security Headers, ...

cnpj-validtor icon cnpj-validtor

Basic learning concepts in python applied in CNPJ algorithmBasic learning concepts in python applied in CNPJ algorithm

cosmosdb-mongodbapi-sizing-script icon cosmosdb-mongodbapi-sizing-script

A script to iterate through all databases in a CosmosDB MongoDB API's account. The script will pull storage usage, index usage, collections information including number of indexes

devtools-setup icon devtools-setup

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

dinktopdf icon dinktopdf

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.

ef-core-bulk-extensions icon ef-core-bulk-extensions

Entity Framework EF Core Bulk Batch Extensions in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite

eshop-dist-arch icon eshop-dist-arch

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

five-workshop-nest icon five-workshop-nest

Projeto de exemplo de nestjs aplicado no treinamento ministrado na empresa 5by5 Soluções em Sistemas

five-workshop-real-apps icon five-workshop-real-apps

Desmistificando a construção de aplicações modernas - Treinamento ministrado por mim para os estagiários da empresa 5by5 Soluções em Sistemas.

go-cep icon go-cep

Learning golang, Exercise to execute a rest API and register a response into a file

hexagonal-architecture-acerola icon hexagonal-architecture-acerola

An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.

jcmdsbr icon jcmdsbr

repository containing GitHub profile documentation

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.