Skip to content
View danielbdias's full-sized avatar

Highlights

  • Pro

Block or report danielbdias

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
danielbdias/README.md
Daniel's Dev.to Daniel's Threads Daniel's Linkedin

Hi! I am Daniel! 👋

I am a software engineer at Kubeshop, a maintainer of Tracetest, and a doctorate candidate at University of São Paulo.

  • 🙋‍♂️ I am a technology-focused generalist developer who works with Dev Tools and AI, located in Foz do Iguaçú, Paraná, Brazil. (Closer to the Iguazu Falls)
  • ⚙ My main languages are Go, Python, Ruby, and Javascript.
  • 🌐 My personal website is https://www.dbdias.com/.

Expertise

To see technical demos of my main stack, see the following links:

  • Python + LLMs: Simple app written with Python, LangChain and StreamLit that uses a sample OpenTelemetry trace from Tracetest and answer questions about it
  • Go + Open Telemetry: code based in a article that show a producer and consumer based in gRPC streams written in Go
  • Node.js + DDD: example Express.js written in Node.js showing an interpretation of applying some Domain Driven Design principles in a code.
  • Ruby + DDD: example of Ruby on Rails app showing an interpretation of applying some Domain Driven Design principles in a code.
  • SRE + Observability stack: example based in this article on how to build a local observability stack to test observability for you app.

Pinned Loading

  1. kubeshop/tracetest kubeshop/tracetest Public

    🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.

    Go 1.1k 73

  2. domain-driven-design-in-nodejs domain-driven-design-in-nodejs Public

    An example of Node.js api that apply some concepts of Domain Driven Design (DDD)

    JavaScript 24 9

  3. nodebr-meetup-lambda-kinesis-demo nodebr-meetup-lambda-kinesis-demo Public

    This is a code sample presented in NodeBR meetup at 2017-06-23

    JavaScript 5

  4. nodebr-meetup-serverless-api-demo nodebr-meetup-serverless-api-demo Public

    This is a code sample presented in NodeBR meetup at 2017-08-11

    JavaScript 1

  5. meetup-microservices meetup-microservices Public

    Source code of the Microservices lecture, given at "Software Architecture and Design - São Paulo" and "São Paulo Programming Meetup in English".

    JavaScript 3

  6. Listing files that you changed in yo... Listing files that you changed in your current branch
    1
    # put here your main branch
    2
    MAIN_BRANCH=master
    3
    
                  
    4
    # command to list the files that you changed in your current branch and already commit to that branch
    5
    git --no-pager diff --name-only $MAIN_BRANCH