Viewing profile — tiriplicamihai
tiriplicamihai
HN member- Joined
- Tue, Oct 22, 2013, 7:16 PM UTC
- HN karma
- 4
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About tiriplicamihai
No profile information was provided.
Recent public activity
-
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 } ```
- story
-
comment
Comment #26609363
Sharing my experience with writing documentation. Any feedback is much appreciated!
- story
-
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…
-
comment
Comment #25543209
How to measure Anything - https://www.howtomeasureanything.com/3rd-edition/
-
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 …
-
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…
- story
-
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…
-
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…
- story
- comment