Create an auto-mocking container with Unity and FakeItEasy
A guide to creating an auto-mocking Unity container extension using FakeItEasy to simplify unit testing with complex dependencies.
A guide to creating an auto-mocking Unity container extension using FakeItEasy to simplify unit testing with complex dependencies.
A comparison of Python implementations for the Lomb-Scargle periodogram, recommending the fast algorithm in the gatspy package for analyzing irregularly-sampled data.
A developer's experience with Apple's UIStackView, explaining how it simplifies complex UI layouts in iOS compared to traditional Auto Layout.
Part 10 of a Docker website series: Creating and configuring an nginx reverse proxy container to route requests to backend and frontend services.
Explores the mathematical design of the game Spot It! using finite projective planes and prime numbers, with code on GitHub.
A 2015 roundup of browser updates, new web features, and developer tools for debugging, testing, and performance.
A guide on using GitHub Pages to create a custom, branded website for showcasing an organization's open source projects and efforts.
iOS 9 enables HTTP/2 and HTTPS by default for apps, accelerating adoption and requiring server-side upgrades.
Part 9 of a Docker series: Creating a Docker container for an nginx web server hosting an Angular 2 frontend application.
The Bite Python Newsletter is now an official weekly publication, with a new schedule and homepage.
Practical advice for enhancing company security, covering password storage, SSH access, network encryption, patching, and developer education.
Explains how to use SQL window functions and percentiles in Postgres for more meaningful data analysis than simple averages.
Explains the benefits of using Python's namedtuple for readable, self-documenting, and efficient code compared to regular tuples.
A weekly roundup of browser updates, bug fixes, performance tools, and web development resources from June 2015.
How to add async and cancellation support to .NET WaitHandle synchronization primitives using extension methods.
Explores the concept of Technological Singularity, inspired by a classic song, and discusses our accelerating integration with technology like IoT and AI.
Explains best practices for copyright notices in open source projects, covering dates, copyright holders, and legal necessity.
A developer explores creating a web performance heatmap to visualize when specific page elements render, building a proof-of-concept tool for analysis.
A weekly roundup of browser bugs, workarounds, and developer tools, focusing on CSS, SVG, and debugging techniques.
A guide on using a Raspberry Pi and a USB DVB-T tuner to capture ADS-B flight data and feed it to the Flightradar24 tracking service.