Viewing profile — rjdavis3
rjdavis3
HN member- Joined
- Mon, Feb 01, 2016, 3:14 PM UTC
- HN karma
- 15
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About rjdavis3
Recent public activity
-
comment
Comment #20886463
ChannelApe | Scranton, PA or REMOTE We are looking for experienced Java developers with great organization skills. Our company is huge on automated testing so any experience there …
- story
- story
-
story
Ask HN: Any good products to allow users to build dashboards within an app?
My company has an Angular 1.3 front-end app (looking to re-write or upgrade soon) that interacts with our REST API. After logging in users can perform various tasks and see some si…
- story
-
comment
Comment #14349261
This is great. I always wondered how blind developers managed to navigate IDEs at a decent pace. I can't help but wonder how Saqib Shaikh navigates through log files for large appl…
-
comment
Comment #14299991
Have you ever tried it with one of the automated tools? I use Pitest extensively to mutate my Java code bases and found it is not too much slower then regular line and branch code …
-
comment
Comment #14299903
I use pitest to run mutation coverage on most of my Java code bases. pitest implements a timeout to check for infinite loops introduced by changing the code. http://pitest.org/faq/…
- story
-
comment
Comment #13175446
I would love for them to fix storage of empty string but I don't think that is going to happen given all the documentation they have around not allowing it. Must have been easier f…
-
comment
Comment #13175412
Sorry I saw the link was referencing the Java SDK so I thought you were using the same. The DynamoDBMapper Java SDK has been an easy to use and readable ORM for me. Adding annotati…
-
comment
Comment #13171258
I agree they should fix it but I think they have been transparent about the restriction. It is already listed within most of their documentation. http://docs.aws.amazon.com/amazond…
-
comment
Comment #13171165
While not ideal, you can create a new AttributeTransform that sets a place holder when storing into DynamoDB and removes it when pulling out of DynamoDB as part of your DynamoDBMap…
-
comment
Comment #13170993
What is the point of this trending? To try and get AWS to fix it? I must admit this was a gotcha for me at first but it is documented right on their standard Limits page. I'm guess…