Live data from Hacker News

Viewing profile — ThomasTJdev

ThomasTJdev

HN member
Joined
Tue, Sep 24, 2019, 5:18 AM UTC
HN karma
52
Public activity
12 items

About ThomasTJdev

Founder of https://CxPlanner.com - Quality management software

https://TTJ.dk

Recent public activity

  1. 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.

  2. comment
    Comment #37465714

    Nim-lang fits 1, 2 and 3! And in a couple of years the ecosystem is up to level ;)

  3. 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…

  4. comment
    Comment #36962340

    For startups, you can count us in[1]. Our backend, across all services, is using Nim. [1] https://cxplanner.com

  5. 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!

  6. comment
    Comment #35393802

    A full project management platform for construction projects. Webserver, websocket, microservices, etc.: https://cxplanner.com

  7. 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!

  8. 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.

  9. 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…

  10. 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]. …

  11. 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 …

  12. 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…