Skip to content
View reisjr's full-sized avatar

Block or report reisjr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
reisjr/README.md

Hi there, I'm David 👋

Website

I'm an Architect, Developer, and IoT Enthusiast!

  • 🔭 I’m currently working on IoT Playground!
  • 👯 I’m looking to collaborate with other content creators

Connect with me:

www.davidreisjr.com.br reisjr | LinkedIn reisjr | Instagram


⚡ Github Stats

Anurag's GitHub stats

Pinned Loading

  1. aws-iot-playground aws-iot-playground Public

    An IoT playground with virtual devices

    Python 1 1

  2. iot-projects iot-projects Public

    Shell 6 2

  3. DynamoDB - Optimistic Lock using tim... DynamoDB - Optimistic Lock using timestamp
    1
        dynamodb = boto3.resource('dynamodb')
    2
        table = dynamodb.Table(ddb_table)
    3
     
    4
        table.put_item(
    5
            Item={
  4. DynamoDB - Using Paginator DynamoDB - Using Paginator
    1
    ddb_client = boto3.client("dynamodb", region_name='eu-west-1')
    2
    paginator = ddb_client.get_paginator("query")
    3
    
                  
    4
    pages = paginator.paginate(
    5
            TableName=TABLE_NAME,
  5. aws-samples aws-samples Public

    A collection of samples showing AWS services.

    Python

  6. BouncyCastleExamples BouncyCastleExamples Public

    Examples created with Bouncy Castle .Net

    C# 7