How to plot test results to discover regressions
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide to automatically assign team reviewers to Azure DevOps pull requests using a PowerShell script and the Azure DevOps API within a pipeline.
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
A guide to updating Hugo tweet shortcodes using PowerShell, curl, and the Twitter API to comply with new syntax requirements.
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
An overview of mobile app architecture, including API endpoints, error handling, authentication, and dynamic styling for React Native apps.
A technical guide on creating a simple API stub for testing using AWS API Gateway, Lambda, and S3 to serve static JSON data.
A developer's first experience trying OData, describing it as 'REST on steroids' and comparing it to standard REST APIs and GraphQL.
A tutorial on building a REST API using Express.js and PostgreSQL, covering database integration and CRUD operations.
A technical guide on connecting to the PassKit API using Ruby, demonstrating authentication and API calls with the `jwt` and `httparty` gems.
A guide to implementing and managing API versioning in ASP.NET Core, covering setup, benefits, and practical examples.
Explores mocking REST APIs using the API-first approach with Mockoon, an OpenAPI-compliant tool for parallel development and testing.
A tutorial on building a basic CRUD API using only Node.js core modules, covering RESTful conventions and implementation without external frameworks.
A tutorial on using Swift 5.5's new async/await syntax to fetch REST APIs sequentially and concurrently, eliminating callback hell.
A quick guide on initializing and deploying Azure Management Groups within an Enterprise-Scale Architecture using PowerShell.
An update on the Spring RESTBucks sample project, showcasing integration of jMolecules for DDD, Spring Data REST, and Jackson for hypermedia APIs.
A guide to automating ksqlDB query deployments using bash scripts and REST endpoints, with examples for local and Confluent Cloud.
A guide on connecting to managed ksqlDB in Confluent Cloud using the REST API and CLI, covering API key creation and setup.
Learn how to turn a Google Sheet into a REST API using Google Apps Script for public data access.
Exploring different approaches for transforming data when using React Query with REST APIs, including backend, queryFn, and frontend methods.