Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
JSON Structure: A JSON schema language you'll love
(techcommunity.microsoft.com)
4 points
by
devj
9mo ago
|
0 comments
2.
▲
Ask HN: Do we need query languages like SQL, GraphQL, etc. anymore?
2 points
by
devj
3y ago
|
3 comments
3.
▲
JSON:API v1.1 Released
(jsonapi.org)
3 points
by
devj
4y ago
|
1 comments
4.
▲
Ask HN: Which SaaS services expose their API over GraphQL?
1 points
by
devj
5y ago
|
1 comments
5.
▲
Why EmberJS?
(whyember.com)
2 points
by
devj
5y ago
|
0 comments
6.
▲
Ask HN: Is it better to use Rust for SDK's core?
1 points
by
devj
5y ago
|
0 comments
7.
▲
by
devj
5y ago
More excited about the service worker based build system being developed in the emberjs ecosystem. Check it out here - https://github.com/ef4/mho
8.
▲
by
devj
6y ago
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 and text representations. T
9.
▲
by
devj
6y ago
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.
10.
▲
by
devj
6y ago
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.
11.
▲
by
devj
6y ago
## 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 webhooks that are available as part of the API. 2. The Info Objec
12.
▲
OpenAPI v3.1 – The best thing to happen to OpenAPI since OpenAPI
(spec.openapis.org)
3 points
by
devj
6y ago
|
1 comments
13.
▲
by
devj
6y ago
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 therefore, code generation is limited to fit in it. We use
14.
▲
by
devj
6y ago
Since Firefox has partnered with Amazon(SES) to filter spam, does it mean that Amazon can read our emails too?
15.
▲
Ask HN: Code first ORM vs. Database first ORM
1 points
by
devj
6y ago
|
0 comments
16.
▲
by
devj
6y ago
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.
17.
▲
Need for a standard Protocol for handling Change Feeds
(josephg.com)
4 points
by
devj
6y ago
|
0 comments
18.
▲
Ask HN: Why aren't plugin architecture adopted for web services?
2 points
by
devj
6y ago
|
0 comments
19.
▲
by
devj
6y ago
CEL spec: https://opensource.google/projects/cel
20.
▲
by
devj
6y ago
JSONLogic - http://jsonlogic.com/
21.
▲
by
devj
6y ago
The discussion thread is related to a tool created by UBER: Piranha - https://eng.uber.com/piranha/
22.
▲
Feature Flag Debt
(twitter.com)
3 points
by
devj
6y ago
|
1 comments
23.
▲
by
devj
6y ago
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 schedule this check every 15 minutes and based on it, we
24.
▲
by
devj
6y ago
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 Bloom here? Or am I looking at it the wrong way? Thanks.
25.
▲
by
devj
7y ago
Try jsonata.org
26.
▲
by
devj
7y ago
Earlier post here - https://news.ycombinator.com/item?id=21779191
27.
▲
Poetry – Dependency Management for Python – v1.0
(github.com)
129 points
by
devj
7y ago
|
73 comments
28.
▲
by
devj
7y ago
How does it compare with CouchDB Replication protocol - https://docs.couchdb.org/en/stable/replication/protocol.html ?
29.
▲
Zoho Catalyst: Serverless Suite for Business Apps
(techcrunch.com)
1 points
by
devj
7y ago
|
0 comments
30.
▲
by
devj
7y ago
# Fast, portable, non-Turing complete expression evaluation Common Expression Language (CEL) is a non-Turing complete language designed for simplicity, speed, safety, and portability. CEL is designed to be evaluated without a sandbox, makin
More ›