Skip to content
View reisjr's full-sized avatar

Block or report reisjr

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

David's Github Stats

Pinned Loading

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

    An IoT playground with virtual devices

    Python 2 1

  2. iot-projects iot-projects Public

    Shell 6 3

  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