Viewing profile — ThomasTJdev
ThomasTJdev
HN member- Joined
- Tue, Sep 24, 2019, 5:18 AM UTC
- HN karma
- 52
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About ThomasTJdev
https://TTJ.dk
Recent public activity
-
comment
Comment #45774531
Nice! Nim has been great for us - fast to code in and even faster once compiled! We're using it for the backend and microservices at https://cxplanner.com and loving it.
-
comment
Comment #37465714
Nim-lang fits 1, 2 and 3! And in a couple of years the ecosystem is up to level ;)
-
comment
Comment #36968492
One of the reasons for choosing Nim was the ease of getting a production ready web backend. For the core part of managing the backend we are using existing Nim libraries [1], and t…
-
comment
Comment #36962340
For startups, you can count us in[1]. Our backend, across all services, is using Nim. [1] https://cxplanner.com
-
comment
Comment #36387286
Have a look at Jackson from https://boxyhq.com . Spin up one container and a couple of simple endpoints - voila, up and running. And a really cool team too!
-
comment
Comment #35393802
A full project management platform for construction projects. Webserver, websocket, microservices, etc.: https://cxplanner.com
-
comment
Comment #35386513
Ditto! Nim is just easy and incredibly fast (to develop and the code!). Our code base is Nim based - even normal bash script have been replaced!
-
comment
Comment #33294077
We use it at www.cxplanner.com for a mix of micro/mono-services. Statically typed and good compile time combined with really fast code makes Nim perfect for us.
-
comment
Comment #31289180
For me it was. Python was everything for me - but too slow. It was a pretty quick to convert software to Nim, and I have never looked back. You don't get the whole ecosystem from p…
-
comment
Comment #30141311
I don’t know about other web-guides. Nim’s official website is made with Nim and available at Github[0], but it has become at bit more complicated after they switched to Karax[1]. …
-
comment
Comment #30139108
I'm glad you liked it! We have been using Nim from 0.18.x to now (1.6.x) with a minimal work with breaking changes - so no warning signals from here. My advice would be to use the …
-
comment
Comment #30138893
[Author here] This post was quite a surprise to see here! Guess who got busy checking out his old repository ;) . This is a blog post from 2019 during my Nim journey, which has now…