Reset Hue password
Guide to resetting a Hue user's password and activating the account in a Cloudera/Hadoop environment using Django shell commands.
Guide to resetting a Hue user's password and activating the account in a Cloudera/Hadoop environment using Django shell commands.
Introducing the Cloud Foundry OpenStack Validator, a tool to check if an OpenStack installation is ready to run Cloud Foundry.
A guide on integrating Stripe payments with Angular, covering default and custom forms, despite using deprecated APIs.
Explores creative uses of the CSS :target pseudo-class to create interactive elements like modals and navigation drawers without JavaScript.
A tutorial on integrating Swagger UI documentation into a .NET Core Web API project using Swashbuckle.
A historical overview of JavaScript's evolution from a simple scripting language in 1995 to a dominant force in web development.
Explains how the .NET Core CLI tooling executes code, detailing the transition from traditional .NET runtime to the new dotnet command-line process.
Explores various mathematical proofs for the Central Limit Theorem, comparing approaches like characteristic functions, the Lindeberg trick, entropy, and moments.
A guide to using PowerShell and the Plex API to automatically shut down a home server when no media is being streamed, saving power.
Explores SQL Server 2016's In-Memory OLTP enhancements, including new constraints, encryption, and operational analytics capabilities.
A critical analysis of the DevOps vs SRE debate, comparing the two philosophies and practices in modern software engineering.
Explains why including a requirements.txt file in Python package releases helps document dependency versions for users and future maintainers.
Investigates the thread safety of creating UIImage objects on background threads, analyzing crashes and Apple's documentation.
A summary of survey responses from screen reader users about their strategies for navigating unfamiliar websites, revealing common techniques and assumptions.
Explains Swift's Optional type, its implementation as an enum, and the importance of understanding it beyond basic nil-checking.
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.