Speech-to-text with Deepgram
A tutorial on using Deepgram's Node.js SDK for speech-to-text transcription, including building an Express app to transcribe audio from URLs.
A tutorial on using Deepgram's Node.js SDK for speech-to-text transcription, including building an Express app to transcribe audio from URLs.
A guide to implementing feature flags in .NET applications, from basic toggles to advanced configurations for controlled rollouts.
A comprehensive guide to all OAuth 2.0 grant types, explaining their flows and use cases for secure application authorization.
Learn how to cancel API requests in JavaScript using the AbortController interface with fetch and axios to improve performance.
Explores various data fetching methods in jOOQ, including iterable, single-record, and resourceful fetching techniques.
A tutorial on implementing pagination using Strapi v4 for the backend and building the pagination UI with SvelteKit for the frontend.
A tutorial on customizing Strapi v4 controllers to add custom business logic for a messaging app backend, integrated with a Next.js frontend.
Introducing localStore, a JavaScript library that simplifies localStorage usage by automatically handling JSON conversion and adding features like automatic expiry.
A comprehensive 2022 cheatsheet for ExpressJS covering project setup, middleware, routing, and server configuration.
Introducing faviconPlease, an R package for programmatically retrieving favicon URLs from any website, with applications for web apps and data tables.
Explains how to use Microsoft's API and a PowerShell script to check Azure Availability Zone mappings between different subscriptions for deployment planning.
A tutorial on using the SwiftHttp library to build async HTTP API clients in Swift, featuring async/await support and request handling.
A tutorial on creating a gRPC client in .NET to communicate with a server, including project setup and code implementation.
A tutorial on creating a gRPC client in Go to communicate with a gRPC server, covering code generation and implementation.
An engineer shares insights and tutorials on applying Cohere's large language models for real-world tasks like prompt engineering and semantic search.
A tutorial on building a gRPC server in .NET, covering project setup, protocol buffers, and service implementation.
A critical analysis of Plaid's security model, arguing its credential collection widget undermines decades of online banking security best practices.
A guide introducing gRPC for API development, comparing it to REST, GraphQL, and other protocols, and outlining a hands-on tutorial series.
A guide to configuring HTTP caching headers for web assets, covering best practices for versioned files, HTML, and cache invalidation.
A deep dive into the pros and cons of using Java's Optional type for method parameters, analyzing common arguments and patterns.