Viewing profile — Lavinski
Lavinski
HN member- Joined
- Fri, Jun 14, 2013, 3:18 AM UTC
- HN karma
- 57
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About Lavinski
Recent public activity
-
comment
Comment #36594386
https://www.daniellittle.dev/ I blog occasionally just to share or think. Regular topics include the web, fp and dotnet.
- story
- story
-
comment
Comment #26246240
I wrote about why linking is useful recently https://www.daniellittle.dev/practical-hypermedia-controls . I've been using Hypermedia in my APIs for a few years now and it's been so…
-
comment
Comment #24738438
The article goes through a series of examples to show motivations for the following: 1. Variables should not be allowed to change their type. 2. Objects containing the same values …
- story
- story
- story
- story
- story
-
comment
Comment #13596243
Console or media center
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #8245319
This link ( http://www.jongleberry.com/semver-has-failed-us.html ) was also posted on HN a while ago. HN: https://news.ycombinator.com/item?id=8154933
- story
-
comment
Comment #8192037
http://knockoutjs.com/ is also a great simple data binding lib but without any dependencies.
-
comment
Comment #8135236
I hardly use an ORM anymore these days, however this article has a few issues. First even when using SQL the author runs into the problem where splitting the database into two and …
- story
- story
-
comment
Comment #7658629
On the front end Durandal.js Single Page App (similar to angular but MVVM). On the back end is a Rest web service written with ASP.NET Web.Api. Octopus Deploy for deployment. It's …