Toggle Raspberry Pi GPIO Pins with ASP.NET Core 2.0
A tutorial on controlling Raspberry Pi GPIO pins using an ASP.NET Core 2.0 Web API to turn an LED on and off.
A tutorial on controlling Raspberry Pi GPIO pins using an ASP.NET Core 2.0 Web API to turn an LED on and off.
An analysis of nine code quality tools for Clojure, evaluating their functionality and issues in a real-world project with cljc files and spec.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.
Argues that code reviews should be a team effort, not a single person's responsibility, to improve quality, share knowledge, and build ownership.
Analysis of new NIST password guidelines advocating for longer passphrases over complex, frequently changed passwords.
Highlights from the VMworld 2017 US keynote, covering VMware's announcements on AWS partnership, Cloud Foundation, NSX-T, and AppDefense.
Highlights from the VMworld 2017 Tuesday keynote, covering VMware's support improvements, partnerships, and the launch of Pivotal Container Service (PKS).
A curated list of tutorials and resources for learning tidy evaluation (tidyeval) in R programming, focusing on non-standard evaluation techniques.
How to use Visual Studio's debugger to step into and debug .NET library code while running it from a LINQPad script.
A deep dive into the internal implementation of Swift's error handling mechanism, comparing Swift 3 and Swift 4.
Author offers three free, structured programming courses designed for testers, focusing on core concepts over framework-specific code.
A guide to automating Docker builds and pushes for an ASP.NET Core 2.0 app to Azure Container Registry using Bitbucket Pipelines.
A tutorial on integrating Code Analysis and StyleCop for code quality in .NET Core projects, including setup and rule configuration.
A technical guide on deploying a Kubernetes cluster with Windows container hosts on Azure using Terraform.
Learn how to use AWS CloudFormation custom resources to create Amazon Route 53 DNS records across different AWS accounts in a multi-account setup.
Explains how to use CDI 2.0's InterceptionFactory to dynamically bind an interceptor to a built-in Java EE bean, like HttpAuthenticationMechanism.
A dual perspective on rOpenSci's open peer-review process for R packages, from both reviewer and package author viewpoints.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
Overview of the upcoming MQTT v5 specification, detailing new features like properties and request/response patterns for IoT development.
The article argues for the importance of recursion in functional programming, specifically F#, countering common misconceptions about its inefficiency.