Progressive enhancement all the things
A developer discusses the challenge of deciding when an interactive graph is core content versus a progressive enhancement, and how client requirements can shift that definition.
A developer discusses the challenge of deciding when an interactive graph is core content versus a progressive enhancement, and how client requirements can shift that definition.
A technical guide on using native ODBC drivers and the strace tool to connect Apache Drill to OBIEE 12c on Linux for troubleshooting.
A technical analysis of performance optimizations in the .NET Wire serialiser library, using BenchmarkDotNet to measure the impact of each change.
Explores the new tuple deconstruction feature in C# 7, including syntax and how to deconstruct custom types.
A guide to building great software products by absorbing complexity for users, focusing on core features, dogfooding, and optimizing for ideal use cases.
A guide to setting up and testing Apache Cordova apps on a BlackBerry 10 device, covering SDK installation and environment configuration.
A technical guide on running a Minecraft server in Docker with correct permissions for a persistent host directory.
A curated list of five interesting Python tutorials covering music generation, computer vision, data science, and popular modules.
A deep dive into Lisp's syntax flexibility, exploring custom macros for assignment and mutation operators like incf, decf, mulf, and divf.
A guide for developers on implementing offline functionality in web apps using Service Workers, including user notifications and UI cues.
A video tutorial detailing the step-by-step process for installing Arch Linux with full disk encryption for enhanced privacy.
A preview of key technical sessions at VMworld Europe 2016, focusing on PowerCLI, NSX, vSphere management, and troubleshooting.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
An introduction to Needle, an open-source modular framework for conducting security assessments of iOS applications.
An IT professional discusses the need for better communication between technical and non-technical business departments to bridge the digital divide.
Explains how to use the .NET TryStartNoGCRegion API to prevent garbage collection pauses during critical code execution.
Needle is an open-source modular framework for streamlining security assessments of iOS applications, similar to drozer for Android.
A developer shares their experience porting a game from Clojure to Common Lisp during a Lisp Game Jam, covering technical details and lessons learned.
A guide for teaching quantum mechanics to high-school students using light polarization as a simple, visual two-level system.
Explains Ahead-of-Time (AoT) compilation in Angular, covering its benefits over Just-in-Time (JiT) compilation for performance and efficiency.