Viewing profile — sassyalex
sassyalex
HN member- Joined
- Tue, Apr 16, 2013, 5:16 PM UTC
- HN karma
- 83
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About sassyalex
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #12886132
That's quite a funny project. I setup this thing and just draw a code viz for https://github.com/Unitech/PM2 , that looks pretty cool: http://i.imgur.com/gvm0fxs.png
- story
- story
-
comment
Comment #11573421
Une debliteration de conneries non fondées, comme d'habitude. Stupid article.
- story
- story
- story
- story
- story
- story
- story
- story
- comment
-
comment
Comment #9325626
I used Angular to build keymetrics.io and it works like a charm. I really love the structure Angular brought to our front-end softwares. At some point, we may include React to opti…
- story
- story
- story
- story
- story
-
comment
Comment #8353120
Great language, but javascript code is clean, why not only keeping javascript style and adding typechecking and es6 by default..
- story
-
comment
Comment #8158705
Here is a smart implementation of the Levenshtein algorithm: https://github.com/jefarmstrong/sortzzy I use in a "common pattern matching" for http routes and it works pretty well.