Live data from Hacker News

Viewing profile — monssoen

monssoen

HN member
Joined
Wed, Nov 16, 2016, 6:49 AM UTC
HN karma
142
Public activity
30 items

About monssoen

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Shared EventSource

    To get around the browser maximum limit of 6 SSE connections per domain (eg. on localhost) I created a very small library which forwards one EventSource to all tabs and workers usi…

  3. comment
    Comment #44174219

    I just remembered I built a tool to list all hardcoded strings from a React project in a similar way by parsing the AST. https://github.com/benmerckx/find-jsx-strings

  4. story
  5. comment
    Comment #41750387

    I really wonder when javascript frameworks will get over file system routing. It didn't take PHP too long to move to better solutions.

  6. comment
    Comment #41215493

    I tried Kysely while evaluating libraries before writing my own. Its heavy reliance on strings for everything was a turn-off because it stops you from using any of the refactoring …

  7. comment
    Comment #41215479

    This library tries to get as close to sql as possible. Basically write sql through function calls. Your IDE will autocomplete which method to call. What you gain is type safety. Ch…

  8. comment
    Comment #41215471

    Rado can be described as sql behind function calls that achieves type safety in Typescript. It does not include any of the ORM abstractions that Drizzle has.

  9. story
  10. story
  11. comment
    Comment #33679265

    There are some alternatives being built, of which I find ladle.dev the most useful.

  12. comment
    Comment #33021691

    We're launching an alpha version of Alinea to the public today. What's Alinea? Our take on content management: build a schema, boot up the dashboard, create content and query data …

  13. story
  14. comment
    Comment #32729416

    Another great collection of database schemas can be found here: https://drawsql.app/templates

  15. story
  16. comment
    Comment #30965686

    A feature that Haxe offers could help here. Abstracts are compile time only types of which the implementation is fully inlined. Meaning we could define an abstract over ArrayBuffer…

  17. story
  18. story
  19. story
  20. comment
    Comment #25220410

    I remember asking my dad "can you get me Frontpage, I'd like to create a webpage". He gave me a book on html/css instead and it defined my career.

  21. comment
    Comment #21691937

    If you're going the Javascript way, you could have a look at how Wick editor was built. It's a Flash like animation editor whith simple drawing tools and is open source. https://gi…

  22. comment
    Comment #20992336

    Have a look at Haxe. It transpiles to C++, Java, Javascript and Python. https://haxe.org

  23. story
  24. story
  25. story