Live data from Hacker News

Viewing profile — larc

larc

HN member
Joined
Mon, Nov 28, 2016, 3:01 AM UTC
HN karma
15
Public activity
3 items

About larc

No profile information was provided.

Recent public activity

  1. comment
    Comment #20656324

    You can add individual lodash functions to your project. That's what we do to keep our Lambda's a little more lightweight. https://www.npmjs.com/search?q=keywords:lodash-modularize…

  2. comment
    Comment #14219277

    Obey the Testing Goat ( http://www.obeythetestinggoat.com/ ) will take you through creating a small web app (python/django) using test driven development. The language choice may n…

  3. comment
    Comment #13661711

    Test Driven Development with Python ( http://www.obeythetestinggoat.com/ ) teaches you to use Django and TDD practices to create a basic list web app.