Viewing profile — robertsosinski
robertsosinski
HN member- Joined
- Mon, Dec 22, 2008, 3:28 PM UTC
- HN karma
- 93
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About robertsosinski
robert.sosinski@reactive.io
Recent public activity
- story
- story
- story
- story
-
comment
Comment #8037668
I think one of the most important points of Reactive Programming Jafar brings up is that data can be pushed to a consumer and operated on when it is ready, instead of being stored …
-
comment
Comment #7696385
Have you looked at Knockout.js " rel="nofollow">http://knockoutjs.com/> ? I find it has just that mentality.
-
comment
Comment #7604962
"Dont forget that SQL database still send raw text as request and get raw text in return!" Depending on your database adapter, this is not the case. With Postgres, you have the Sim…
- story
- story
-
story
Life After Pi
Interesting look at how the visual effects industry struggles with payment terms, cash flow, and government regulations/subsidies. Lots to take into consideration, especially for n…
-
comment
Comment #7325642
SEEKING WORK - NYC I am an experienced software engineer that has a proven track record of successfully leading complex, highly scalable application build outs. Right now, I am gro…
-
comment
Comment #6476026
Ticket Evolution Location: New York City, New York; Postion: Ruby/JavaScript Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services that hand…
-
comment
Comment #5407487
For quite some time, I have been using Sequel ( http://sequel.rubyforge.org ) as an ORM with Postgres instead of ActiveRecord, and have never been happier. Overall, Rails has been …
-
comment
Comment #4597345
Ticket Evolution Location: Jersey City, New Jersey; Postion: Ruby/JavaScript/Erlang Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services th…
-
comment
Comment #4464088
Ticket Evolution Location: Jersey City, New Jersey; Postion: Ruby/JavaScript/Erlang Engineers; Email: rsosinski@ticketevolution.com Ticket Evolution builds software and services th…
-
comment
Comment #3653716
Jersey City, NJ - Full Time Engineers Ticket Evolution (ticketevolution.com) is the engineering backbone of the open ticket market. We build tools and an API that helps ticket brok…
- story
-
story
The Difference Between Ruby Symbols and Strings
Learn about what Ruby Symbols really are, how flexible they can be and how they make your program run faster with this tutorial.
-
story
Understanding Ruby Blocks, Procs and Lambdas
Learn the subtle differences between Blocks, Procs and Lambdas with Ruby and how to use each effectively in your methods.