Skip to content
View antoniodvr's full-sized avatar

Organizations

@notionflow
Block or Report

Block or report antoniodvr

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
antoniodvr/README.md

Hi, I'm Antonio πŸ‘‹πŸΌ πŸ‘¨πŸ»β€πŸ’»

I'm a creative problem solver and diverse thinker who like making the world more accessible, creating technology and improving everything I get in touch.

I'm passionate about #java, #technology, #systemdesign, #distributedsystems, #softwareengineering and I like traveling to discover the world and different cultures 🌍.

Find me on LinkedIn

Pinned

  1. bolt-google-cloud-functions bolt-google-cloud-functions Public

    This module offers a handy way to run Bolt Slack apps on Google Cloud Functions

    Java

  2. metro-ai metro-ai Public

    🧠 Object Detection API with OpenCV and YOLO v3 using a pre-trained model

    Python

  3. http-signature-implementation http-signature-implementation Public

    HTTP Signature implementation of draft-cavage-http-signatures-12

    Java

  4. Google Domains Dynamic DNS Update Sc... Google Domains Dynamic DNS Update Script
    1
    #!/bin/bash
    2
    
                  
    3
    ### Google Domains provides an API to update a DNS "Syntheitc record". This script
    4
    ### updates a record with the script-runner's public IP, as resolved using a DNS
    5
    ### lookup.
  5. Test of java SSL / keystore / cert s... Test of java SSL / keystore / cert setup.
    1
    import javax.net.ssl.SSLParameters;
    2
    import javax.net.ssl.SSLSocket;
    3
    import javax.net.ssl.SSLSocketFactory;
    4
    import java.io.*;
    5