More GitHub workflow automation
Introducing Mergify's new automation engine for GitHub workflows, enabling advanced pull request rules and automated merging.
Introducing Mergify's new automation engine for GitHub workflows, enabling advanced pull request rules and automated merging.
A tutorial on using Java 11's new HTTP/2 API, covering HttpClient, HttpRequest, and synchronous/asynchronous requests.
A technical guide on extending the googleway package's google_distance() function in R to handle multiple inputs, cache API calls, and manage errors efficiently.
A data science tutorial using Leaflet to map Wellington bus locations and lateness, analyzing real-time transit data with R.
A detailed case study on refactoring a JavaScript function for handling API responses, focusing on reducing cognitive load and improving maintainability.
A guide to generating random numbers and values in Swift using the native APIs introduced in Swift 4.2, covering basic generation, collections, and custom types.
Part 2 of a guide on implementing Azure AD authentication in ASP.NET Core APIs, covering custom permissions and multi-tenant configuration.
Explains how to use the ASP.NET Core QueryHelpers utility to build and parse URL query strings, simplifying URL construction.
A developer's progress update on building an app with Angular and ASP.NET Core, focusing on creating an order review page and backend APIs.
Explains how to standardize and add emojis to GitHub issue labels across multiple repositories using GitHub's API and the R 'gh' package.
An overview of GraphQL, exploring its advantages like declarative data fetching and disadvantages compared to REST.
Author announces 'Practical Python Projects' book, designed to teach intermediate Python through 15+ real-world, portfolio-ready projects.
Part 12 of a tutorial series on building a shopping cart feature using Angular and ASP.NET Core 2.1, focusing on product grouping and order total updates.
A tutorial on building an app with Angular and ASP.NET Core, focusing on services, events, and cross-component communication for a shopping cart.
A technical guide on setting up Azure AD authentication for ASP.NET Core APIs, covering app registration, scope validation, and creating a test client.
A PowerShell script to automatically select and tweet a random blog post from an RSS feed archive.
A developer explains their preference for GraphQL over REST APIs, citing issues like lack of standardization and type safety in REST.
.NET Boxed is a collection of pre-configured project templates for ASP.NET Core APIs and GraphQL, designed to accelerate development.
The author debates whether to include authentication and server-side concepts in a JavaScript course, highlighting the security risks of client-side authentication.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.