Hemantblog.hemant.social·13 hours agoA brief introduction to GraphQLWhat is GraphQL? GraphQL is a query language and runtime for APIs. It was created by Facebook and open-sourced in 2015. In simple terms, GraphQL is: A query language: It provides a syntax for clients to define the exact data they need from an API. ...Discuss·10 likesGraphQL
Pradeepto SarkarforNSCC BPIT's Team Blogblog.nsccbpit.tech·Sep 22, 2023GitHub API Demystified: A Developer's Handbook1. Introduction In the world of modern software development, collaboration and version control are at the heart of every successful project. GitHub, a platform synonymous with code sharing and collaboration, has become the go-to destination for devel...Discuss·11 likes·59 readsGitHub
Tao Chenbabyfish-ct.hashnode.dev·Sep 22, 2023High-quality documentation for my ORM framework(Java & Kotlin) is completedThe high-quality documentation for my ORM framework is now complete: Jimmer, revolutionary ORM for java & kotlin Based on suggestions from a group of Jimmer users, I spent a full four months writing this high-quality documentation. In the past, I’ve ...Discuss·1 likeJava
Ritesh Kokamriteshkokam.hashnode.dev·Sep 17, 2023REST vs. GraphQL: Choosing the Right API for Your ApplicationIntroduction The world of web development has seen a significant evolution in recent years. With the increasing complexity of web applications, the need for efficient and flexible APIs has become more apparent. Two popular API paradigms have emerged ...DiscussWeb Development
Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Sep 15, 2023CodeGen: How it Simplifies your lifeLearn how GraphQL Codegen enhances your TypeScript development, ensuring seamless integration with GraphQL APIs. Imagine having a collection of famous dishes as a chef. Everyone asks for the recipe, requiring details like ingredients, quantities, coo...Discusscodegen
Devang Tomardevangtomar.hashnode.dev·Sep 10, 2023Best Practices for Designing RESTful APIs: A Developer’s Guide 🚀As a software developer, you likely encounter RESTful APIs frequently. REST (Representational State Transfer) is an architectural style for designing networked applications and adhering to its principles is crucial for creating scalable, maintainable...DiscussREST API
Daniela PassosProdanizeres.dev·Sep 8, 2023Building a portfolio with Hashnode's Public API 2.0hi there, fellow devs 👀 Hashnode recently dropped their Public API 2.0, and it's honestly a game-changer. First up, let's talk growth. For us developers, the tech world is ever-evolving, and with every new framework or tool, there's a learning curve...Discuss·23 likes·161 readsBuilding in PublicHashnode
Binh-Nguyen Ngobinhngo.hashnode.dev·Sep 7, 2023Building a StackOverflow Clone | Part 2Welcome back, everybody! I want to go more in-depth about the tech stack that I decided to use, and why I think it makes sense. You can also check out my deployed website here. We will also be going over the access patterns of the StackOverflow clone...DiscussAWS
Squidexsquidex.hashnode.dev·Sep 5, 2023Looking for a GraphQL CMS that's easy to use and scalable?In today's fast-paced digital landscape, finding the right Content Management System (CMS) that seamlessly integrates with your technology stack is crucial. If you're in search of a GraphQL CMS that combines user-friendliness with scalability, look n...DiscussGraphQL
Ganesh Sinspire99.hashnode.dev·Sep 5, 2023GraphQL - my learnings in progressGraphQL is a query language - we can think of SQL ( getting data, mutating data ) over HTTP. With REST API as well, we have the capabilities to query for data or mutate data. GraphQL is an alternative to REST API. It comes into the picture when the d...DiscussGraphQL