Viewing profile — peclink
peclink
HN member- Joined
- Tue, Oct 25, 2016, 12:26 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About peclink
No profile information was provided.
Recent public activity
-
comment
Comment #26422228
The most interesting concept is "Build & Deploy" and it's a pity that it isn't described even on conceptual level. I think the "Build & Deploy" for configuration management is the …
-
comment
Comment #18871952
Do not use wkhtmltopdf for this, use weasyprint instead. Markdown → Pandoc → HTML → weasyprint → PDF works great, paged media support in weasyprint is good enough and much, much be…
-
comment
Comment #13685254
What a great idea, thanks for sharing! BTW, why using shell scripts to write migrations is so unpopular? We have lots of language/framework specific solutions or some «language agn…
-
comment
Comment #13112574
There is Bullet http://bulletphp.com , that inspired us, but it is too simple and lacks some important (for us) features, e.g. recursion. There are nested routes in Express and som…
-
comment
Comment #13112541
> But quite frequently I want to answer this question with just the source code. Exactly. And that is also a benefit if routes are fetched dynamically from database, e.g. for conte…
-
comment
Comment #13109314
All these routing libraries are just wrong level of abstraction. In HTTP you have resources, and resources are not flat, they are hierarchical. And hierarchy of resources defines s…