Git Product home page Git Product logo

desengano's Introduction

🧐💬 | English | Português |

Wellington Silva 🧔🖖

| 🏠 Home | 📝 Blog | 👨‍🏫 Presentations | 🐱 Github | 🐦 Twitter | 💼 Linkedin | 🤵 About


Hi there 👋

This is Wellington, I am graduate Computer Science at Fluminense Federal University

  • 👨‍🎓 Postgraduate in Information Technology Architecture and Infrastructure at Faveni.
  • 🔭 I’m currently developing on Asp.net
  • 🌱 I’m currently learning TDD, CI/CD and best practices for code development
  • 👯 I’m looking to collaborate on fun Asp.net, Python and Jekyll projects.
  • 💬 Ask about Information Technology or culture related.
  • 📫 How to reach me: [email protected] or wellws
  • 😄 Pronouns: He/Him

Olá 👋

Aqui é Wellington, eu sou formado em Ciência da Computação pela Universidade Federal Fluminense

  • 👨‍🎓 Pós-graduado em Arquitetura e Infraestrutura de Tecnologia da Informação pela Faveni.
  • 🔭 Atualmente, estou desenvolvendo em Asp.net
  • 🌱 Atualmente, estou aprendendo TDD, CI/CD e boas práticas para o desenvolvimento de código.
  • 👯 Estou procurando colaborar em projetos divertidos em Asp.net, Python e Jekyll.
  • 💬 Pergunte sobre Tecnologia da Informação ou relacionado a cultura.
  • 📫 Como entrar em contato comigo: [email protected] ou wellws
  • 😄 Pronome: Ele

sswellington

sswellington

desengano's People

Contributors

sswellington avatar

Stargazers

 avatar

Watchers

 avatar  avatar

desengano's Issues

Arquitetura

flowchart TD
    U(User Interface) --> A(Application)
    A --> I[Infrastructure]
    I --> Database
    I --> P(Persistence)
    I --> Integration
    P .-> I

    T(Test)
    T --> UT(Unit) 
    T --> ST(Smoke) 
    T --> IT(Integration)

UML - Diagrama de Classe

classDiagram
    class OrdemServico
    OrdemServico : GUID id
    OrdemServico : string nome
    OrdemServico : list(US) lista  
    OrdemServico : datatime inicio
    OrdemServico : datatime fim
    OrdemServico : enum condicao

    class UnidadeServico
    UnidadeServico : string nome
    UnidadeServico : double valor
    UnidadeServico : PontoFuncao pontoFuncao
    UnidadeServico : datatime inicio
    UnidadeServico : datatime fim

    class PontoFuncao
    PontoFuncao : Bruto
    PontoFuncao : Metrica 
    PontoFuncao : Componente

    UnidadeServico o--> PontoFuncao
    OrdemServico o--> UnidadeServico

    class Processo 
    Processo : CodigoProcesso
    Processo : reajuste
    Processo : adivo
    Processo : Saldo
    Processo : DataInicio
    Processo : DataFim

    class NFSe
    NFSe: int id
    NFSe: Guid hash
    NFSe: datetime emissao
    NFSe: datetime dataServico
    NFSe: decimal valorBruto
    NFSe: decimal valorLiquido
    NFSe: string link
    NFSe: string eDocs
    NFSe: string observacao

    Class Pagamento
    Pagamento : CodigoProcesso
    Pagamento : Empenho
    Pagamento : NotaLiquida
    Pagamento : ValorEmpenho
    Pagamento : ValorLiquidado
    Pagamento : ValorPago
    Pagamento : ValorRap
    Pagamento : Favorecido
    Pagamento : Documento
    Pagamento : valorBruto
    Pagamento : datatime Processamento
    Pagamento : OrdemBancaria
    Pagamento : NFSeHash

    class OrdemBancaria
    OrdemBancaria : Pagador
	OrdemBancaria : Favorecido
	OrdemBancaria : Valor
	OrdemBancaria : DataVencimento
    OrdemBancaria : DataPagamento
    OrdemBancaria : Observacao
	OrdemBancaria : BancoId

    class Despesa 
    Despesa : codigoDespesa
    Despesa : dataServico
    Despesa : valor
    Despesa : Documento
    Despesa : contrato

    class Certidao
    Certidao : contrato
    Certidao : Documento
    Certidao : Validade 
    
    class Aceite
    Aceite: data
    Aceite: area
    Aceite: US
    Aceite: OS

    class Audit 
    Audit: datetime criado
    Audit: Guid criador
    Audit: datetime ultimaAlteracao
    Audit: Guid ultimoAlteracaoPor 

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.