Three useful Express middleware
Explains three useful Express.js middlewares: Morgan for logging, and custom ones for camelCase conversion and removing empty properties.
Explains three useful Express.js middlewares: Morgan for logging, and custom ones for camelCase conversion and removing empty properties.
A tutorial on using Apple's Combine framework with URLSession to make HTTP requests and parse JSON responses in Swift.
Developer reflects on a monthly project update, shelving 'What Got Done' due to low interest while reporting on Zestful and Is It Keto progress.
A guide to encoding and decoding multipart/form-data in Python without external libraries, covering native methods and the email.mime module.
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
A technical recap of the Rubrik Build Workshop, covering hands-on sessions on Git, REST APIs, and PowerShell SDKs.
A tutorial on building a Grey's Anatomy-themed Lorem Ipsum generator using React, Netlify functions, and serverless architecture.
A tutorial on scaling Kubernetes deployments programmatically using a .NET Core API and the KubernetesClient library.
First part of a tutorial series on building a GraphQL application using ASP.Net Core and TypeScript, covering core concepts and advantages.
A tutorial on using the DEV.to API with client-side JavaScript to fetch, sort, and embed a user's recent blog posts by positive reactions.
A tutorial on using Swift 5's new Result type to simplify asynchronous API request handling and error management in iOS development.
Overview of Cohesity Marketplace, a platform for third-party apps to integrate and process data directly within the Cohesity DataPlatform.
A technical analysis of bus punctuality using Auckland Transport API data, with R code for data processing and visualization.
A guide to using PowerShell to automate batch transcription of audio files with the Azure Speech Service REST API.
A tutorial on building a CRUD API using Node.js, gRPC, and PostgreSQL, covering service definition, server/client setup, and Protocol Buffers.
A technical guide on configuring an Azure VM to authenticate with HashiCorp Vault using Azure AD, retrieving secrets via API.
A guide to enabling and managing Cross-Origin Resource Sharing (CORS) in Azure Cosmos DB using the PowerShell module.
An analysis of ASP.NET Core's maturity, comparing its stability and API evolution to Node.js and the .NET Framework.
A guide to creating an Alfred workflow for quickly running performance tests on WebPageTest.org from your desktop.
A guide to organizing and decoupling API calls in a Nuxt 2 application for better maintainability and scalability.