Live data from Hacker News

Viewing profile — tiriplicamihai

tiriplicamihai

HN member
Joined
Tue, Oct 22, 2013, 7:16 PM UTC
HN karma
4
Public activity
13 items

About tiriplicamihai

No profile information was provided.

Recent public activity

  1. comment
    Comment #35125946

    One of the shortcuts I use a lot: ``` mkcd() { if [ $# != 1 ]; then echo "Usage: mkcd " else mkdir -p $1 && cd $1 fi } ```

  2. story
  3. comment
    Comment #26609363

    Sharing my experience with writing documentation. Any feedback is much appreciated!

  4. story
  5. comment
    Comment #26584474

    The Book Thief and Educated made realise how important is to have the freedom to learn and how improving yourself is never a waste of time. Crucial Conversations improved my commun…

  6. comment
    Comment #25543209

    How to measure Anything - https://www.howtomeasureanything.com/3rd-edition/

  7. comment
    Comment #21956481

    I am a fan of both worlds - I spend a good amount of time watching conference videos on youtube and reading articles and I also like reading books. What I like about books is that …

  8. comment
    Comment #18963025

    The extension is the equivalent of Githubinator from Sublime. It solves the use case of quickly answering questions from your team mates about where is a piece of code - copy the U…

  9. story
  10. story
    Ask HN: How do you write tests when feature toggles are involved?

    Hey, I am working on an application and I started using feature toggles recently. I'm not sure how to test my code (both unit and integration/service test) for all the states of th…

  11. comment
    Comment #18106776

    I heard some folks complaining about the time spent writing fixtures for their Go tests. I had a plan to play with the "ast" library so I built this tool hoping that it can save so…

  12. story
  13. comment