GraphQL for Beginners: Setting Up GraphQL Server
Beginner-friendly series on GraphQL 🔰 Let's start building our app! Part 3: Setting Up GraphQL server

Search for a command to run...
Articles tagged with #backend
Beginner-friendly series on GraphQL 🔰 Let's start building our app! Part 3: Setting Up GraphQL server

If you are a back-end developer, you probably work with APIs a lot. And you're probably aware of how API documentations can take forever to write, but are essential for communication between teams and for users to be able to use your API. In this art...

You may have heard of REST APIs. But what exactly is REST? Or if you are a beginner, what is an API? In today's post, I shall explain the definitions of a RESTful API, how it works and why you as a developer should know how to build REST APIs. What i...

Hello coders! Today's tutorial is a simple one relating to back-end programming. If you haven't read it, please refer to my Beginner's Intro to Back-end Programming for some essential background info. Okay, so let's dive into the topic~ Types of HTTP...

If you are new to programming, you've probably heard a few jargons here and there like "recursion" or "dynamic programming" and so on. One of them is probably back-end (no, not yours), aka "server-side programming". So, what's Back-End Programming? T...
