Skip to content
View githiago-f's full-sized avatar
πŸš€
Always forward
πŸš€
Always forward
Block or Report

Block or report githiago-f

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

NodeJS Java TypeScript Kafka Docker Spring ReactJS AWS

| Hello! I'm Thiago

@@I'm a Full-stack developer@@
+ Expert in NodeJS
! Studying software architecture and web services with Spring
- Level 23
+ Experienced in Functional Programming & OOP
+ Clean-coder

Efficient, scalable, and maintainable applications developer.

Pinned

  1. resource-sharing-services resource-sharing-services Public

    Based on https://github.com/githiago-f/resource-sharing

    HTML

  2. hackme-store hackme-store Public

    Try and hack this intentionally vulnerable nodejs e-commerce application! Possible tests are listed on wiki.

    JavaScript 1

  3. poalab poalab Public

    Projeto para cadeira CPW1 - SSI IFRS

    CSS 1 1

  4. about-me about-me Public

    My digital CV website

    TypeScript 1

  5. debounce debounce Public

    Testing debounce and throttle functions on react application

    JavaScript

  6. testing threads testing threads
    1
    public class RuPaulThreadsRace {
    2
        static boolean ready = false;
    3
        static volatile StringBuffer stringBuffer = new StringBuffer();
    4
    
                  
    5
        private static abstract class Tester extends Thread {