Live data from Hacker News

Viewing profile — Lavinski

Lavinski

HN member
Joined
Fri, Jun 14, 2013, 3:18 AM UTC
HN karma
57
Public activity
34 items

About Lavinski

Software Developer from Australia

Recent public activity

  1. comment
    Comment #36594386

    https://www.daniellittle.dev/ I blog occasionally just to share or think. Regular topics include the web, fp and dotnet.

  2. story
  3. story
  4. 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…

  5. 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 …

  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #13596243

    Console or media center

  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. 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

  20. story
  21. comment
    Comment #8192037

    http://knockoutjs.com/ is also a great simple data binding lib but without any dependencies.

  22. 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 …

  23. story
  24. story
  25. 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 …