HackerTrans
TopNewTrendsCommentsPastAskShowJobs

praveenweb

no profile record

Submissions

Anthropic Economic Index: Understanding AI's Effects on the Economy

anthropic.com
4 points·by praveenweb·10 mesi fa·0 comments

[untitled]

1 points·by praveenweb·anno scorso·0 comments

Together AI acquires CodeSandbox to launch code interpreter for generative AI

together.ai
3 points·by praveenweb·2 anni fa·0 comments

Moving to Invite Only in India

support.stripe.com
1 points·by praveenweb·2 anni fa·0 comments

Mongo Atlas is deprecating their GraphQL API

mongodb.com
2 points·by praveenweb·2 anni fa·0 comments

[untitled]

1 points·by praveenweb·3 anni fa·0 comments

[untitled]

1 points·by praveenweb·3 anni fa·0 comments

IBM Acquires StepZen

newsroom.ibm.com
1 points·by praveenweb·3 anni fa·0 comments

[untitled]

1 points·by praveenweb·3 anni fa·0 comments

The State of GraphQL 2022

hasura.io
3 points·by praveenweb·4 anni fa·2 comments

The State of GraphQL 2022

2022.stateofgraphql.com
2 points·by praveenweb·4 anni fa·0 comments

Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres

github.com
4 points·by praveenweb·4 anni fa·0 comments

Show HN: Instant streaming GraphQL APIs with built-in authorization for Postgres

github.com
5 points·by praveenweb·4 anni fa·0 comments

Using PostgreSQL for a robust cron system

hasura.io
4 points·by praveenweb·4 anni fa·0 comments

Show HN: Instant streaming APIs with built-in auth for new or existing Postgres

hasura.io
6 points·by praveenweb·4 anni fa·0 comments

Hasura now lets developers turn any data source into a GraphQL API

techcrunch.com
1 points·by praveenweb·4 anni fa·0 comments

Show HN: Hasura GraphQL Data Connector SDK to add GraphQL API to any data source

hasura.io
7 points·by praveenweb·4 anni fa·3 comments

Best practices of using JWT on front end clients

hasura.io
2 points·by praveenweb·4 anni fa·0 comments

Hasura enables GraphQL joins for data federation

techtarget.com
1 points·by praveenweb·4 anni fa·0 comments

GraphQL Joins for federating data across GraphQL services

hasura.io
5 points·by praveenweb·4 anni fa·1 comments

comments

praveenweb
·2 mesi fa·discuss
Claude web app cannot automatically read from my github private repo. I need to attach it every time manually.

Claude Code works though. But now I can’t share this with non-technical users
praveenweb
·2 anni fa·discuss
12x multiple for a Cloud SaaS company is not overpriced typically. I was surprised at this low multiple. Could be due to the current economic situation. And also the licensing changes, lack of product moat contributing in the wrong time.
praveenweb
·3 anni fa·discuss
Would this benefit encourage you to use GraphQL as your backend/data api layer?
praveenweb
·3 anni fa·discuss
On the performance side, there is definitely the N+1 problem which is solved (partially) by the data loader pattern. But curious if the benefits vs tradeoffs is in favour of GraphQL? And have you considered tools like Hasura/Postgraphile that take care of boilerplate CRUD APIs for databases? Then you actually just focus on writing business logic.
praveenweb
·4 anni fa·discuss
Relay spec lets you do cursor based pagination. Are there specific use cases you are looking to solve?
praveenweb
·4 anni fa·discuss
We have written a post[1] on building a real-time chat app with Streaming Subscriptions on Postgres. It gives a quick overview of the architecture used and how you can leverage the API on the client side with AuthZ. There’s a live demo that you all can try out.[2]

[1] https://hasura.io/blog/building-real-time-chat-apps-with-gra... [2] https://eclectic-dragon-25a38c.netlify.app/

Would love to see more use cases coming out of this :)
praveenweb
·4 anni fa·discuss
Interestingly, there are no breaking changes that were required to be addressed by Hasura GraphQL Engine to support Postgres 15. Hasura is fully compatible with this release, with the potential of adding the MERGE command via the GraphQL API soon.

Excited about the incremental performance improvements and making more secure defaults by revoking CREATE permission for public schema for non-superusers.
praveenweb
·4 anni fa·discuss
MERGE feature is interesting. But specifically on the revoking CREATE permissions for the public (or default) schema, this is a step in the right direction. Some of the defaults in Postgres can be more secure. For example, the first time I use a POSTGRES_PASSWORD to configure a password, changing this password involves more steps than just changing the values of the ENV, because it doesn't take the changed value there after.

Structured logging with JSON is going to improve a lot of debugging, again a great productive change.

Also, any idea when the docker image for Postgres 15 will be available?
praveenweb
·4 anni fa·discuss
I can speak about Hasura; I work there :)

Hasura connects to databases and all your other APIs to give a unified GraphQL API (and REST API, if you configure it).

This takes care of your CRUD APIs portion of building your app. With declarative Access Control Rules, you get powerful Authorization. IMO, these two should take care of 70% of your application code that you typically end up writing. The remaining will be custom business logic that you can write in any language or framework of choice and connect it to Hasura.

There’s of course more with the cloud offering to give you caching, rate limiting and monitoring in production. Hasura doesn’t host your database, it just needs the db connection string to get started.
praveenweb
·4 anni fa·discuss
We're very excited to launch GraphQL joins - a way for folks with existing investments in GraphQL to join data across GraphQL and non GraphQL sources. A few key points:

- Join data across new or existing GraphQL services: Your own GraphQL services or GraphQL vendor APIs (eg: Github)

- Join GraphQL services with other non-GraphQL services: Join data in your GraphQL Server with data in your databases (eg: Postgres, Timescale, Yugabyte with GraphQL servers)

- Uses native GraphQL with no changes to the GraphQL specification: No upstream changes are required to the GraphQL service

- Powered by semantic configuration - no custom code required.

- Role-based access for schemas you bring in

We'd love for you to try it out and give us your feedback. This is a sample repo for you to take this for a spin: https://github.com/hasura/graphql-joins-example
praveenweb
·4 anni fa·discuss
My google search over the last two years has been primarily "site:http://reddit.com <search-term>".

Niche communities with valuable insights and anecdotes that cannot be found elsewhere.

Now I wish they do well with their upcoming IPO and beyond.
praveenweb
·5 anni fa·discuss
Hey folks, I am Praveen, a developer advocate at Hasura. We first launched Hasura Learn in 2019 with the intention of building GraphQL tutorials for developers who wanted to learn GraphQL by getting hands-on, within the comfort of their favourite stacks. 2.5years later, we have grown this to just over 25 courses, added tutorials on databases, and Hasura (basics, authorization & production ready advanced concepts). We. have had a lot of help from the community in building & maintaining these over the years.

The intent has always been for devs to be able to get exactly the slice of info they need to get productive. The courses typically take between 30mins to about 2 hours to complete.

We're super excited to re-launch Hasura Learn today with it's brand new look, poised for many more courses to be added in collaboration with the community. We have also Japanese & Mandarin translations to our two most popular courses, and added 2 new databases courses (SQL Server & MySQL in addition to Postgres).
praveenweb
·5 anni fa·discuss
> with all your back end logic being in lambda functions.

Although this is recommended for NoOps and Scale, you can technically run all your backend logic on any full fledged servers that can run anywhere. Hasura just requires a HTTP endpoint for custom logic.
praveenweb
·5 anni fa·discuss
Agreed with all 4 points.

EXPLAIN ANALYZE output is cryptic enough for beginners to get any meaningful information out of it. Your thoughts on where to get started as a frontend developer?