Early adopters – Using new web platform features
A guide for web developers on evaluating and responsibly adopting new web platform features, covering benefits, browser support, and implementation strategies.
A guide for web developers on evaluating and responsibly adopting new web platform features, covering benefits, browser support, and implementation strategies.
Troubleshooting HBase failures after resuming a suspended VirtualBox VM running the BigDataLite OVA, with analysis of Zookeeper session expiration errors.
Explores Docker's GELF logging driver for containerized applications, comparing logging methods and discussing scalable log management solutions.
A guide to optimizing CSS image sprites for better web performance, covering file separation, PNG8, UTF-8 icons, and memory management.
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.
Using the traveling salesman problem to find the optimal route for a London pub crawl with Google Directions API.
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.