Xcode Environment Specific Configuration
A guide to managing environment-specific configuration (like API keys and URLs) in Xcode projects using plist files and xcconfig build settings.
A guide to managing environment-specific configuration (like API keys and URLs) in Xcode projects using plist files and xcconfig build settings.
An exploration of the history and variety of .NET runtimes, from Microsoft's official frameworks to community and research projects.
An introduction to Black, the uncompromising Python code formatter that automatically styles code to PEP 8 standards and beyond.
A call for contributions to the Hacktoberfest open-source event, focusing on the PowerShell project 'BurntToast' and encouraging participation.
Explores SQL Server 2019's improved DBCC CLONEDATABASE command for automatically extracting Columnstore Index statistics into a cloned database.
A developer's post-mortem analysis of their unfinished pet project, EmpGrid, a web app for tracking employee online presences, built with .NET Core.
A developer recounts attending XDC 2018 with the wlroots team, sharing insights on graphics drivers, testing, and community interactions.
A developer compares using RecUp for voice memos with iOS 12's new Siri shortcut for the native Voice Memos app, focusing on workflow efficiency.
Explores typographic tempo experiments with Adobe, adjusting whitespace dynamically and discussing smart defaults for typesetting.
A tutorial replicating a Python experiment on creating a biased AI sentiment classifier, but using R, GloVe embeddings, and glmnet for logistic regression.
Explores Microsoft's new Columnstore compression estimation in SQL Server 2019, comparing it to a custom system stored procedure.
A talk exploring strategies for implementing rate limiting and request throttling in web applications to handle user traffic and prevent abuse.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
Explains a better approach for asynchronous initialization in ASP.NET Core apps, moving it from middleware to the Program.Main method.
A developer's summary of recent and upcoming technical projects, including blog series on Dapper.NET, Clojure, .NET Core, and Angular with Auth0.
A technical guide on deploying Red Hat OpenShift, an enterprise Kubernetes platform, on Microsoft Azure using ARM templates and Ansible.
Critique of HandCash wallet's centralized $handle system, highlighting security risks and trust issues in Bitcoin Cash transactions.
Explains the Terraform zipmap() function, which creates a map from two equal-length lists, with examples and use cases.
A preview of PostgreSQL 11's key new features, including usability improvements, safer column additions, and performance enhancements like JIT compilation.
Explores Apple's Marzipan project for porting iOS UIKit apps to macOS, including architecture, hacks, and future SDK availability.