API With GO Buffalo, from zero to deploy
A tutorial on building and deploying a basic API using the Go Buffalo framework, from initial setup to deployment on Heroku.
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.
A guide on extracting and parsing JSON data from websites and public APIs using R, focusing on converting nested JSON into tidy dataframes.
A guide on using environment variables in Next.js applications, including configuration for both server and client-side, and deployment on Netlify.
Guide to migrating from Cypress's deprecated .route() command to the new .intercept() command, covering syntax and benefits.
Explains the differences between cookies and tokens for API authentication, covering OAuth, JWT, and deployment considerations.