Skip to content
View bagnascojhoel's full-sized avatar
Block or Report

Block or report bagnascojhoel

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

banner

๐Ÿ““ I love to learn and teach things. I also enjoy keeping things organized. Take a look at my career notes on Notion.

๐Ÿง  I am a strong believer that anyone can learn anything, if enough time is applied. So I apply that to everything that I wish to learn.

๐Ÿ’ป I am currently working on building a strong portfolio. Check it out on bagnascojhoel.com.br.

๐Ÿ“ You can guess from my Notion, but I also like to write. You can checkout my recently created blog.

๐Ÿ‘จ๐Ÿผโ€๐Ÿณ I love to cook new recipies. (Usualy they become good the third time I try.)

most used languages

I have experience with the following technologies

Back-end

docker elasticsearch express graphql redis spring sqlite mongodb mysql nodejs postgresql rabbitMQ java

Front-end and Mobile

angular bootstrap css3 vuejs webpack svelte tailwind react sass html5 gulp reactnative

Observability

splunk grafana

Cloud Services

aws firebase heroku

Miscellaneous

bash figma git javascript kubernetes linux postman typescript

Pinned Loading

  1. portfolio-website-monorepo portfolio-website-monorepo Public

    My portfolio website's monorepo. Includes my front-end and its BFF, and my blog. All builds and deploys are automated through GitHub Actions.

    TypeScript

  2. kwik-ecommerce kwik-ecommerce Public

    Ecommerce application. Written with Java 17, Spring Boot, and Postgres. The management UI uses React, TypeScript, Tailwindcss and is deployed to AWS CloudFront + S3 through GitHub Actions.

    Java 1

  3. clean-code-and-clean-architecture clean-code-and-clean-architecture Public

    Code implemented while doing a course on Clean Code, Clean Architecture, Design Patterns, DDD, and TDD written in node.

    TypeScript

  4. shift-control shift-control Public

    React Native mobile application capable of calculating the amount of time passed within some periods of time.

    TypeScript

  5. data-structure-and-algos data-structure-and-algos Public

    My solutions for the exercices for the Data Structure and Algorithms course I made. Data structures like Stack, Queue, Map, Graph, Trie, and algorithms as Bubble Sort, QuickSort, Dijkstra Algorithm.

    TypeScript

  6. poc-gradle-with-jpms poc-gradle-with-jpms Public archive

    A PoC I made for a requirement of implementing Clean Architecture with Gradle in the most modular way possible.

    Java