Skip to content
View danielbdias's full-sized avatar

Highlights

  • Pro
Block or Report

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 Twitter Daniel's Linkedin

Hi 👋 I am Daniel!

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

I am a generalist developer that is walking a technology-focused path working with Dev Tools and AI. My main languages are Golang, Python, Ruby and Javascript.


Pinned

  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 935 67

  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 8

  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