Viewing profile — jayy-lmao
jayy-lmao
HN member- Joined
- Tue, Feb 04, 2020, 4:03 AM UTC
- HN karma
- 30
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jayy-lmao
No profile information was provided.
Recent public activity
-
comment
Comment #45662532
This looks really cool! Have always wanted to dip my toe in EventStoreDB/Kurrent but this looks super intuitive and nice to use. Especially like the js projections, can imagine it …
-
comment
Comment #43749747
Nice thing about Monads in JS with tools like neverthrow is that you can create the Monad boundary where you like. It becomes very similar to try-catch exception handling at the pl…
-
comment
Comment #43224245
About a week ago I was thinking about how much something like this is needed in Rust. Especially something web-framework and DB agnostic. Great work, I’m sure this will save numero…
-
comment
Comment #42030516
But late but I saw this comment and it really spoke to me. I couldn’t agree more. I have the afternoons of my past week trialling to see if you could achieve something similar to T…
-
story
Show HN: I made a CLI tool to generate Rust SQLX models/queries from migrations
Still very much a work in progress. But with Testcontainers I've been able to do what I always dreamed of doing with pg-embed in supporting model generation from SQL migrations. - …
-
comment
Comment #37831374
After looking at tRPC, and having done a lot in a few jobs with GraphQL codegen & gRPC codegen, I always wondered why there were so few recent OpenAPI based codegen/client-server-c…
-
comment
Comment #36626111
Without a doubt DBeaver! PgAdmin never got me out of the psql terminal but DBeaver has been a pleasure to use
-
comment
Comment #36193987
I sure hope this is the unit of measurement and not a Berserk reference
-
comment
Comment #34851305
I’ve got to disagree a little. Revealing my bias: I’m a former TS full stack who now works full time in a company that uses Rust on the backend (not my choice). I’ve done so for ov…
-
comment
Comment #34451522
Shout out to Unruly Software! Love these guys. Australian dev duo. Casual conversations around web dev, mostly the experiences of the hosts over the last month or so. Informative b…
-
comment
Comment #34432450
Personally I’ve done a small amount of reading of the Hands On Functional Programming in Rust book. I’ve also found Scott Wlaschin’s F# resources quite transferable (though you may…
-
comment
Comment #34432418
Full time Rust web dev here (have been so for about a year). Feature delivery was slow to start due to familiarity with the language, the business domain, and the project. Now that…
-
comment
Comment #34227527
Love the mention of Zero to Production in Rust. Have read a few Rust textbooks at this stage and this one felt the most practical for my 9 to 5.
-
comment
Comment #32898558
Full time Rust dev here (For only about ~10m, before that hobby Rust dev). Used to be a full time ts dev. Others mention the smoothness of Serde. I also really enjoy using sqlx, an…
-
comment
Comment #32707671
This book made a lot of things click for me. External (inter-domain) vs internal (domain) events was super useful to understand. If you’re trying some idealised event driven archit…
-
comment
Comment #31954713
At my work we're building a system to train healthcare professionals. Instead of using ML to diagnose, we are treating the student as the AI. They're given chatbots which they must…
-
comment
Comment #28490297
Oh and also: If you use typescript in the frontend GQL codegen is super simple to set up and can type all your queries
-
comment
Comment #28490290
That sounds a lot like our experience. We use GraphQL as a gateway to like 20 different rest endpoints. Places where we have hammered an underlying endpoint are _usually_ places wh…
-
comment
Comment #26372069
Really excited to follow this project. Full stack who loves writing Rust, feeling this could be a really neat symphony of technologies. Was actually just going down a rabbit-hole o…
-
comment
Comment #25798576
I can agree with some of this up to a point. The stuff about compiler slowness is nothing new, and I will happily admit its one of my pain points for working in Rust. However for g…
-
comment
Comment #25523874
I've got a few examples of simple web servers within my company, could backport some of it to a public example. Are you just looking to have something a bit like: ``` #[get('/todo'…
- story