Serving TypeScript Definitions for Eden Treaty: A Production-Ready Approach
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
A developer's 2024 year-in-review, focusing on TypeScript adoption, API work for Oak National, and reflections on tech and world events.
Explores the challenges and benefits of schema-first GraphQL development in TypeScript, comparing it to code-first approaches.
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.
A guide to creating fake HTTP endpoints for UI prototyping using ASP.NET Core Minimal APIs and the Bogus library.
Announces new .NET learning paths for APIs, C#, and Blazor, plus a personal update on the author's newborn.
A tutorial on building a habit tracker using GraphQL, Hasura for the backend API, and React for the frontend.
A tutorial on building and deploying a web API using the Dart programming language and the Google Shelf framework, from setup to deployment.
A tutorial on building and deploying a basic Java Spring API using VSCode, from project setup to deployment on Heroku.
A tutorial on creating and deploying serverless functions using Vercel's Cloud Functions platform, including setup, basic usage, and CORS configuration.
A step-by-step tutorial on building a GraphQL API using Apollo Server, covering setup, typedefs, resolvers, and testing.
A developer's monthly update on progress with SourceHut's GraphQL APIs, OAuth 2.0, and other free software projects.
Part 2 of a tutorial series on building a GraphQL client in TypeScript to interact with an ASP.NET Core GraphQL API, using Apollo Client.
A comprehensive guide to understanding the components and request lifecycle of AWS API Gateway for building serverless applications.
Learn how to pass extra data to Django REST Framework serializers before saving to the database, similar to Django forms' commit=False pattern.
A practical guide to using Go struct embedding to extend API responses with development metadata, avoiding code duplication.
A comparison of 5 popular Python web frameworks: API Star, Falcon, Flask, Django, and Pyramid, from a Python Frederick presentation.
Final part of a series on building a product classification API, covering the creation of a custom Python class and web app for categorizing product titles.
A guide on how to sideload extra model resources in a single API request using Django REST Framework and the DRF JSON API extension.
Part 2 of a series on building a product classification API, focusing on data cleaning, preparation, and measuring data purity for machine learning.