Azure Functions: Build an ecommerce processor using Braintree's API
A tutorial on using Azure Functions with Braintree's API to build a secure payment processor for e-commerce applications.
A tutorial on using Azure Functions with Braintree's API to build a secure payment processor for e-commerce applications.
Argues for deprecating UITableView in favor of the more flexible UICollectionView, citing Apple's internal work on table-like collection view layouts.
A technical guide on using Kibana Timelion's holt function for anomaly detection on system CPU metrics from Metricbeat data.
Lyft engineers detail their approach to making the iOS app accessible, focusing on VoiceOver integration and UI improvements.
A guide to building a custom data science workstation for GPU computing and Docker, including specs, assembly, and a later upgrade.
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
How to configure git diff to correctly display C# method signatures, including async and partial methods, in hunk headers.
A developer explains their Twitter bot that monitors and visualizes Auckland bus delays using GTFS data and R packages.
An introduction to two essential Python packaging tools: tox for testing and twine for secure PyPI uploads.
A tutorial on creating a simple Web API using .NET Core and the NancyFX framework, highlighting its simplicity and features.
A guide to building a 32-bit FreeBSD version of the Telegraf monitoring agent using Go and Docker.
A tech industry reflection on sexism and bias, challenging the notion that it's not a problem in one's own company or country.
A guide to grouping and categorizing Spock tests using JUnit's @Category annotation with Gradle to manage test execution.
First part of a series on setting up a CI/CD pipeline for Infrastructure as Code (IaC) deployments targeting both Azure and Azure Stack.
Explains Python 3's string and bytes handling, debunking myths about it being worse than Python 2.
A technical analysis comparing pause times in .NET's Workstation and Server Garbage Collection modes using a standardized benchmark.
A technical guide on using Spark Streaming with Python and Kafka to filter and enrich real-time Twitter data for copyright infringement detection.
A technical guide to implementing 'Show More' and 'Read More' text truncation patterns on the web using JavaScript and CSS.
A technical guide to building a streaming data pipeline using Apache Spark Streaming, Python, and Apache Kafka for real-time processing.
A developer discusses the trade-offs between writing simple, clear code and optimizing for performance, using a real-world example of inefficient vector growth in R.