Build a Basic GraphQL Server with ASP.NET Core and Entity Framework in 10 Minutes
A tutorial on building a basic GraphQL API using ASP.NET Core, Entity Framework, and related libraries, focusing on queries and mutations.
A tutorial on building a basic GraphQL API using ASP.NET Core, Entity Framework, and related libraries, focusing on queries and mutations.
A tutorial on implementing user authentication in a Next.js application using Supabase, an open-source Firebase alternative.
A tutorial on creating a custom Gatsby source plugin to fetch and integrate data from the Hashnode API into a Gatsby site's GraphQL layer.
A tutorial on setting up an Express.js server, using templating engines (EJS, Mustache, Handlebars, Pug), and creating APIs for full-stack development.
A tutorial on building and deploying a basic API using the Go Buffalo framework, from initial setup to deployment on Heroku.
A tutorial on implementing geolocation in React Native apps using expo-location to fetch coordinates and convert them to a postal address.
A PowerShell script to check the version and security status of WordPress sites by parsing HTML and RSS feeds.
A developer's status update on free software projects, including GraphQL API work for todo.sr.ht and a secret project in a new language.
Explains Node.js streams using the https.get method to handle data transfer incrementally, with code examples.
An introduction to serverless Cloud Functions, explaining their benefits, use cases, and how they differ from traditional web servers.
A guide to validating incoming requests in a C# API using MediatR and the command pattern to keep the domain layer clean and focused.
A beginner's tutorial on building backend web servers using the KOA.js framework for Node.js, covering setup, routing, and server-side rendering.
A deep dive into the design and development process of the .NET SDK for JetBrains Space, covering API integration and code generation.
A comprehensive 2021 list of hosted headless CMS providers offering free or developer tiers, including small-scale alternatives and self-hosted options.
Introduces JavaScript's new array.at(index) method, highlighting its ability to access array elements using negative indices.
A beginner's guide to building web APIs with the FastAPI framework, covering setup, routing, and handling URL parameters and queries.
A tutorial on building a simple file upload API server using Vapor 4 and Swift, including code examples and configuration.
A tutorial on building a blog using the Agility headless CMS, covering setup, content modeling, and data retrieval via API.
Monthly update on FOSS projects including SourceHut API 2.0 progress, mkproof anti-spam tool, Gemini protocol improvements, and BARE spec development.
A guide on implementing Web Monetization using Snippet Injection to add payment streams to websites without code changes.