Skip to content

Instantly share code, notes, and snippets.

View nexeh's full-sized avatar

Jeremy Corson nexeh

  • New Hampshire
View GitHub Profile
@nexeh
nexeh / dump_stream.rb
Created August 9, 2018 18:30 — forked from kenoir/dump_stream.rb
Dump the contents of a kinesis stream into the console
require 'aws-sdk'
def dump_stream
kinesis = Aws::Kinesis::Client.new(region: 'eu-west-1')
iterator = kinesis.get_shard_iterator({
stream_name: "testStream",
shard_id: "shardId-000000000000",
shard_iterator_type: "LATEST",
})
@nexeh
nexeh / SteppingStone4_Loops.java
Last active January 27, 2019 02:04
SteppingStone4_Loops
package SteppingStones;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.util.Scanner;
import java.util.ArrayList;
@nexeh
nexeh / release.md
Created July 9, 2021 15:33
release

The next release of known point is going to focus on deepening of value of the product offering that we're already marketing to consumers to see if it increases traction. Previously we offered a concierge service to receive someone's medical records for a fee of $14.99. Moving forward we're going to offer those same customers unlimited medical records storage. They can upload their medical records for free or pay us to receive for them. Finally we will add the ability to share their medical records from their account. This should complete a much more compelling product offering to the same people we were already targeting with a goal of a high conversion rate, validation of the concept, and documented traction. From the administrative side of the application we need to continue our work in servicing clients and record requests.

Name Role
Lead Jeremy Corson Founder/Developer
Kaleigh Astell Developer Customer: Sharing Records
Lead Richard Flores Develop
@nexeh
nexeh / release.md
Created July 9, 2021 16:01
release

The next release of known point is going to focus on deepening of value of the product offering that we're already marketing to consumers to see if it increases traction. Previously we offered a concierge service to receive someone's medical records for a fee of $14.99. Moving forward we're going to offer those same customers unlimited medical records storage. They can upload their medical records for free or pay us to receive for them. Finally we will add the ability to share their medical records from their account. This should complete a much more compelling product offering to the same people we were already targeting with a goal of a high conversion rate, validation of the concept, and documented traction. From the administrative side of the application we need to continue our work in servicing clients and record requests.

Name Role
Jeremy Corson Founder/Developer
Lead Kaleigh Astell Developer Customer: Sharing Records
Lead Richard Flores Develope