ASP.NET Core 1.0 Configuration Deep Dive
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A guide to setting up a Docker development environment on Windows and Mac using tools like Chocolatey, Homebrew, docker-machine, and VirtualBox.
An introduction to symbolic computation in Lisp, explaining symbols and quoting for programmers new to Lisp languages.
A summary of the London VMware User Group event covering HCI, cloud debates, and EUC updates.
Explains how to use the enhanced firstOrCreate method in Laravel 5.3 to customize attributes when creating new database records.
An overview of generic CSS data types like <length>, <color>, and <url>, explaining their use across different CSS properties.
A quick guide on enabling app deletion on iOS devices by adjusting Restrictions in the Settings app.
Explores various methods for initializing and creating arrays in JavaScript, from basic literals to advanced techniques.
A guide to creating, running locally, and deploying an ASP.NET Core 1.0 web application to Azure Web Apps with Azure SQL.
Explains the Diamond Square algorithm for procedural terrain generation, comparing it to Midpoint Displacement and detailing its implementation.
Explains how to simulate relative positioning for elements within an SVG by using nested SVGs, addressing the lack of a CSS box model.
Explains the new $loop variable in Laravel 5.3's Blade templates, detailing its properties and usage in loops.
A technical guide on setting up a globally distributed Azure DocumentDB database and integrating it with an ASP.NET MVC web application.
A tutorial on restructuring a Redux application using the Ducks pattern to bundle actions, reducers, and types.
Introducing fluent interface extensions for ASP.NET Core to simplify configuration and middleware setup with conditional methods.
Explores new methods added to Java's Optional class in Java 9, focusing on the stream() method and its practical applications for cleaner code.
A guide to optimizing Angular app bundle size for production, covering tree-shaking, minification, and build tools to reduce from 1.4MB to under 50KB.
Explains the transition from callback-based error handling (errbacks) to using native Promises in Node.js for cleaner asynchronous code.
Explains the Node.js process.nextTick() method, how it defers execution to the next event loop iteration, and compares it to setTimeout().
A developer shares their essential software and tools for efficient WordPress development, including editors, utilities, and productivity apps.