Viewing profile — devj
devj
HN member- Joined
- Sat, Dec 03, 2016, 4:59 AM UTC
- HN karma
- 181
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About devj
No profile information was provided.
Recent public activity
- story
-
story
Ask HN: Do we need query languages like SQL, GraphQL, etc. anymore?
Especially since UI is being slowly replaced by chat based AI.
- story
- story
- story
-
story
Ask HN: Is it better to use Rust for SDK's core?
We are on the process of creating an SDK for our thin(API) client. Saw an article by TemproalIO - https://docs.temporal.io/blog/why-rust-powers-core-sdk/ which states the following…
-
comment
Comment #26899427
More excited about the service worker based build system being developed in the emberjs ecosystem. Check it out here - https://github.com/ef4/mho
-
comment
Comment #26237181
And there's Amazon Ion too - https://amzn.github.io/ion-docs/ "Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary…
-
comment
Comment #26237157
OpenAPI 3.1 which was released recently, uses JSONSchema 2020-12 as the primary schema format. The incompatibilities has been completely resolved as of today.
-
comment
Comment #26237135
OpenAPI 3.1 which was released recently, uses JSONSchema 2020-12 as the primary schema format. As a result, we can expect further consolidation of tooling, etc in the community.
-
comment
Comment #26162309
## Changelog The below changes are documented as part of the release notes. ### Additions 1. Introduced a new top-level field - `webhooks`. This allows describing out-of-band webho…
- story
-
comment
Comment #25997927
Though we do not generate the entire server code, we do follow a spec first design paradigm for APIs as well as DB. We have adopted hexagonal architecture for our web framework and…
-
comment
Comment #25905743
Since Firefox has partnered with Amazon(SES) to filter spam, does it mean that Amazon can read our emails too?
-
story
Ask HN: Code first ORM vs. Database first ORM
Recently came across model generators like SQLBoiler which generates models based on the database schema. The approach is the exact opposite of code first ORMs which are more preva…
-
comment
Comment #25054540
How does datafusion based engine like this compare to timely/differential dataflow(naiad)? PS: Im a rookie in this whole domain.. so any pointers would be really helpful.
- story
-
story
Ask HN: Why aren't plugin architecture adopted for web services?
Jenkins is the only exception I've found.
-
comment
Comment #23749617
CEL spec: https://opensource.google/projects/cel
-
comment
Comment #23749603
JSONLogic - http://jsonlogic.com/
-
comment
Comment #23256603
The discussion thread is related to a tool created by UBER: Piranha - https://eng.uber.com/piranha/
- story
-
comment
Comment #22745247
Sorry.. Forgot to mention that. Yes insertion/deletion is required and the frequency may be higher. The exact usecase is that group membership is dependent on some conditions. We s…
-
comment
Comment #22745074
I have a requirement of checking group membership wherein a group may contain > 10K members. Each member is an 8byte ID. Do you think Xor filter would be a better fit compared to B…
-
comment
Comment #21787537
Try jsonata.org