TechEd Europe 2014- Windows 10 Deployment
Summary of a TechEd Europe 2014 session on Windows 10 deployment options, including in-place upgrades and provisioning.
Summary of a TechEd Europe 2014 session on Windows 10 deployment options, including in-place upgrades and provisioning.
A developer explains the technical drawbacks of icon fonts and details their workflow for replacing them with inline SVG for better rendering and maintainability.
Introduces Shoestring, a lightweight JavaScript DOM utility that helps reduce code bloat by offering a modular, jQuery-like alternative.
Tutorial on using MFMessageComposeViewController in Swift to send text messages in-app, with clean code architecture.
A tutorial on sending text messages in-app using MFMessageComposeViewController with Swift, following a clean architecture pattern.
Summary of the TechEd Europe 2014 keynote, highlighting new Windows 10 features, Azure capabilities, and enterprise security announcements.
Quick guide on setting up Unity IOC container for ASP.NET MVC using NuGet and dependency injection.
Quick guide to setting up Unity IOC container for ASP.NET MVC dependency injection using NuGet.
Analyzes semiparametric efficiency in two-phase sampling designs, comparing estimators under correctly specified and 'nearly true' models.
Article encourages Swift developers to write about Swift, citing benefits like community growth, personal learning, and sharing unique knowledge.
A persuasive article encouraging Swift developers to write about the language, highlighting benefits like community growth and personal understanding.
Using the ELK stack (Elasticsearch, Logstash, Kibana) to monitor and diagnose issues in an OBIEE business intelligence system.
Explains the Swift compiler error 'Variable used within its own initial value' when using recursive closures, with solutions.
Explains the Swift compiler error 'Variable used within its own initial value' when defining recursive closures, with solutions.
Proposes a 'dev-only iPhone' concept to reduce costs for iOS developers needing multiple devices for testing different OS versions and configurations.
Analyzes publication bias in scientific reporting using a humorous example of socks and Bayesian statistics.
How to use rlwrap with Apache Hive beeline for enhanced command-line editing, including history search and navigation.
A critique of the 'jet' colormap in data visualization, with a Python function to convert colormaps to grayscale for analysis.
A Swift tutorial on creating a UIView extension for 360-degree rotation animation with examples.
A Swift tutorial on creating a UIView extension for 360-degree rotate animation with CABasicAnimation.