Api Articles
Prepare Your Code Bases For Future Java - Inside Java Newscast #41
Java developer advocate discusses deprecated APIs and tools like jdeprscan to prepare codebases for future Java versions.
Using SimpleRPC with SvelteKit 1.0/Typescript
A tutorial on integrating the SimpleRPC framework with SvelteKit 1.0 and TypeScript to create a type-safe RPC API.
App Configuration – Using the feature flags from ASP .NET Core API
A tutorial on implementing Azure App Configuration feature flags in an ASP.NET Core API, including setup, configuration, and label-specific flag usage.
Automate Posting to Mastodon via Web Requests
A guide to automating Mastodon posts using IFTTT webhooks and the Mastodon API.
Toots are gonna be lit
A developer discusses auto-posting blog content to Mastodon and integrating webmentions for comments.
Implementing a GraphQL API with a Solid-Start Application
A tutorial on building a GraphQL API within a Solid-Start application, covering setup, schema definition, and resolvers.
Implementing a tRPC API with a Solid-Start Application
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
Building a Todo List with Solid Start
A tutorial on building a todo list application using the Solid Start meta-framework for SolidJS, covering setup, routing, and data handling.
Two(ish) months at Contenda
A developer reflects on their first two months at Contenda, a tech startup, discussing their role, team, and the meaningful work of building an API.
App to grab your Revue newsletters
Developer creates an open-source web app to help users easily export their Revue newsletter issues using the Revue API before the service shuts down.
Marking API's as obsolete or as experimental
Explains how to use .NET's ObsoleteAttribute and RequiresPreviewFeaturesAttribute to mark APIs as deprecated or experimental.
gNMIc joins Openconfig 🚀
The gNMIc network management tool suite is donated to Openconfig, expanding its role from a CLI to a feature-rich software suite for gNMI.
ASP.NET Core rate limiting middleware in .NET 7
Explains how to use the built-in rate limiting middleware in ASP.NET Core .NET 7 to control API and web app traffic.
How does Pagination work?
Explains pagination concepts, formulas, and implementation in C#/SQL, comparing it to infinite scrolling for efficient data loading.
Video Tutorial - Build Swift Charts Stocks App - Part 1 - Yahoo Finance API Service - SwiftUI
First part of a SwiftUI tutorial series on building a stocks app using Swift Charts and the Yahoo Finance API.
A Brief Overview over the Most Common jOOQ Types
An overview of the most important types in the jOOQ Java SQL library, including Configuration, Scopes, Settings, and the DSL API.
Kafka Producer Overview
Overview of Kafka producer API, covering use cases, configuration, and message sending process.
Build Client Payment Reminders using Twilio, Notion, and Python
A tutorial on automating client payment reminders using Twilio's WhatsApp API, Notion for data storage, and Python for business logic.
Exploring the new output caching middleware
A technical guide exploring the new output caching middleware in .NET 7, demonstrating its setup and usage with practical API examples.