Skip to content

Instantly share code, notes, and snippets.

View diegolirio's full-sized avatar

Diego Lírio diegolirio

View GitHub Profile

Technologies

Git

Stash (Hiding changes)

To see stash stored to apply again

git stash list 

Stashing changes (you can use the command above to see it)

@diegolirio
diegolirio / fast-api.md
Last active January 5, 2024 20:47
Python + Fast API

Python + Fast API

Tecnologias utilizadas:

  • Python3
  • Pip
  • Pipenv
  • Fast API
  • Uvicorn

Instalando Python 3

@diegolirio
diegolirio / DistributedTracingConsumer.kt
Created November 27, 2023 16:54
RabbitMQ with Distributed-Tracing
package com.example.distributed.tracing
import jakarta.annotation.PostConstruct
import org.slf4j.LoggerFactory
import org.springframework.amqp.rabbit.annotation.EnableRabbit
import org.springframework.amqp.rabbit.annotation.RabbitListener
import org.springframework.amqp.rabbit.config.ContainerCustomizer
import org.springframework.amqp.rabbit.core.RabbitTemplate
import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
import org.springframework.beans.factory.annotation.Autowired
package demointerviews.collection;
import java.util.*;
/**
* You must improve the processing time of the "solution" method
*/
public class ChallengeForInsideFor {
|--- demo-kotlin-dsl
           |--- app 
                 |--- src/main/kotlin/com/example/demokotlindsl
                        |--- providers 
                        |--- entrypoint
           |--- domain
                 |--- src/main/kotlin/com/example/demokotlindsl
                        |--- providers
 |--- entity

Arquitetura de Codigo

Creating app with Vue UI

Vue UI

vue ui

Click in the Create tab and then + Create a new project here button bellow.