Creating Calendars with Event Kit and Swift
A tutorial on creating local calendars in iOS using Swift and Apple's Event Kit framework.
A tutorial on creating local calendars in iOS using Swift and Apple's Event Kit framework.
Announcing WebAssembly, a new binary format for safe, efficient code on the web, designed as a successor to asm.js.
A technical guide on fixing cookie path issues when migrating from Apache's mod_proxy to Nginx's proxy_cookie_path directive.
A guide for Python/R users transitioning to Java, focusing on the necessity of IDEs like Eclipse or IntelliJ for productive development.
Part 11 of a Docker tutorial series, focusing on using Docker Compose to manage and run a complete multi-container web application stack.
A developer builds a web-based version of the rhythm game osu! using JavaScript, WebGL, and Web Audio to decompress, decode, and play user-created beatmaps.
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.
How Xcode 7 simplifies unit testing in Swift with the @testable keyword, removing the need to change access modifiers.
Learn how Xcode 7 simplifies unit testing in Swift with @testable import, removing the need to change access modifiers.
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.