Dan6erbond
dan6erbond.bsky.social
Dan6erbond
@dan6erbond.bsky.social
Software developer based in Switzerland. Currently building the Consulting Tool at InnoPeak.
Why you should use GraphQL 🧵:

1️⃣ Type-Safety
With GraphQL, API documentation becomes part of your development process. No need for OpenAPI schemas or Swagger docs—everything is defined in the schema itself.
January 8, 2025 at 4:10 PM
Excited to share my new website! Built with Next.js, PayloadCMS, and ShadCN components, it’s a space to share my blog posts and projects.

It’s open-source, hosted on Vercel with Neon for a serverless Postgres DB. Check it out: ravianand.me

#webdev #nextjs #opensource #buildinpublic
www.ravianand
January 8, 2025 at 1:59 PM
New blog post: Small Teams, Big Wins: Why GraphQL Isn’t Just for the Enterprise.

Learn how GraphQL empowers solo developers and small teams with a better dev workflow by providing caching, code generation & more.

Read more: www.ravianand.me/blog/small-t...

#graphql #go #startups #typescript
Small Teams, Big Wins: Why GraphQL Isn’t Just for the Enterprise
Many developers hesitate to adopt GraphQL for their fullstack projects, believing the setup overhead outweighs the benefits, especially for smaller teams or solo projects. Recent discussions around Gr...
www.ravianand.me
January 8, 2025 at 1:54 PM
New blog post: Cursor-based Pagination with Multiple Column Ordering in Go.

Explore how we implemented backend support for infinite scrolling and multi-column sorting using cursor-based pagination.

Read more: www.ravianand.me/blog/cursor-...

#golang #backend #postgres #sql #graphql
Cursor-based Pagination with Multiple Column Ordering in Go
Cursor-based pagination is a powerful technique for maintaining API performance with large datasets, enabling smooth navigation through thousands of rows. It also helps avoid issues like duplicate or ...
www.ravianand.me
January 8, 2025 at 1:51 PM