Viewing profile — monssoen
monssoen
HN member- Joined
- Wed, Nov 16, 2016, 6:49 AM UTC
- HN karma
- 142
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About monssoen
No profile information was provided.
Recent public activity
- story
-
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…
-
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
- story
-
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.
-
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 …
-
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…
-
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.
- story
- story
-
comment
Comment #33679265
There are some alternatives being built, of which I find ladle.dev the most useful.
-
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 …
- story
-
comment
Comment #32729416
Another great collection of database schemas can be found here: https://drawsql.app/templates
- story
-
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…
- story
- story
- story
-
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.
-
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…
-
comment
Comment #20992336
Have a look at Haxe. It transpiles to C++, Java, Javascript and Python. https://haxe.org
- story
- story
- story