Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View rvbonfimm's full-sized avatar
:octocat:
:octocat:

Block or report rvbonfimm

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
rvbonfimm/README.md

Hi, fellas!👋

Typing SVG


Main skills:

Node.js  JS  TS  Python  Linux  SQL  Postgres  MongoDB 


Most important repositories for me <3

seven-online-judge-online-compiler Repo

Este foi um trabalho de conclusão de graduação (TCC) junto a um amigo (Marcus Vogado, pela UNITAU). Construímos juntos um compilador web para as linguagens C e Python, com 3 módulos de exercícios (30 no total) para ensinar programação às pessoas. As techs que utilizamos foram:

  • Python para a lógica de validação dos códigos enviados
  • Python Flask para a criação da web app
  • Jinja (UI - Template toolkit)
  • Shell Script para execução dos códigos em C e python
  • Infraestrutura no Linux (ubuntu server)

js-data_structs_and_algorithms Repo

Repo para estudar algoritmos e estrutura de dados em javascript, acompanhando o livro da professora Loiane Groner.

nlw-connect-19-nodejs Repo

Criação de um backend em Typescript para um sistema de recomendações (referral systems)

sql-with-postgres-course Repo

Acompanhamento de um curso de SQL com Postgres (22 horas de conteúdo). Estudamos o fundamental de SQL, além de itens extra como:

  • Complex datatypes
  • Database-side validations and constraints
  • Implement database design platterns
  • Writing complex queries
  • Understanding the internals of postgres (like file storage, indexes etc.)
  • Handling concurrency & reversibility with transactions
  • Schema & data migrations
  • Design a social network database (instagram clone)

NodeJS:

  • Postgres with NodeJS API (pg module, migrations, all made manually, without any framework)
  • Data access pattern w/ repository pattern
  • Security around Postgres - against database injection SQLs
  • TDD with postgres

nlw-pocket-mobile-rn Repo

Mobile App desenvolvido com as techs React Native e Expo. Acompanhamento do curso Next Level Week - Pocket-mobile.

clean-node-api Repo

Desenvolvimento de uma API completa com Typescript utilizando TDD, Clean Architecture, Design Patterns e SOLID, além de outras tecnologias.

Pinned Loading

  1. seven-online-judge-online-compiler seven-online-judge-online-compiler Public

    A Graduated Work about an Online Helper to help people learn the Programming World.

    Python

  2. nlw-connect-19-nodejs nlw-connect-19-nodejs Public

    TypeScript

  3. nlw-pocket-mobile-rn nlw-pocket-mobile-rn Public

    TypeScript

  4. sql-with-postgres-course sql-with-postgres-course Public

    SQL and PostgreSQL: The Complete Developer's Guide

    JavaScript

  5. clean-node-api clean-node-api Public

    NodeJs, Typescript, TDD, DDD, Clean Architecture e SOLID

    TypeScript

  6. js-data_structs_and_algorithms js-data_structs_and_algorithms Public

    Learning JavaScript Data Structures and Algorithms

    JavaScript