Series: How to create your own website based on Docker (Part 7 - Creating the mongodb Docker container)
Part 7 of a Docker tutorial series: creating a custom MongoDB container image for a website's persistence layer.
Part 7 of a Docker tutorial series: creating a custom MongoDB container image for a website's persistence layer.
Weekly roundup of browser updates, bug reporting tips, and web development tools, covering Chrome, Edge, Firefox, and WebKit.
A GitHub staffer shares eight key technical lessons learned from six months of hands-on work with GitHub Pages.
Using Linux diagnostic tools to troubleshoot OBIEE internal issues when standard logs are insufficient, focusing on a custom skin deployment problem.
Explains four key programming principles (KISS, DRY, YAGNI, SOLID) for building sustainable and maintainable mission-critical software applications.
The article argues for making website source code public by default, especially for blogs and simple sites, to help other developers learn and collaborate.
Five best practices for engaging external communities in open source projects, particularly within government or large organizations.
A philosophical and technical exploration of the practical meaning of measurability in mathematical statistics, questioning its necessity for real-world data analysis.
A roundup of browser updates, bug fixes, and developer tools for July 2015, covering asm.js, responsive images, and debugging platforms.
A personal guide and study tips for passing the Microsoft 70-410 exam on installing and configuring Windows Server 2012 R2.
Author announces speaking engagement at DotNetSpain 2015 conference on topics like Complex Event Processing and EventStore.
A technical guide on implementing domain routing and tenant resolution for multi-tenant applications using ASP.NET MVC 6/5.
A developer shares his career transition from JetBrains to Microsoft's NuGet team, while continuing to maintain the MyGet package management service.
Explores how an organization's core optimization goal, like developer happiness or process, shapes employee behavior and culture, using laptop stickers as an example.
Introducing XamlAnimatedGif, a new open-source library for displaying animated GIFs in WPF, Windows Store, and Windows Phone apps with improved memory efficiency.
A guide to setting up and running Docker containers on Microsoft Azure, covering initial setup, common pitfalls, and management from a Linux host.
Explains how to use Reactive Extensions (Rx) to sample high-frequency C# events like TextChanged in WPF, reducing UI updates.
Analyzes the cultural and technological barriers to modern software development practices in government IT, contrasting it with the private sector.
Explains performance issues with ToArray/ToList and proposes a custom extension method to optimize them by providing the element count.
Explains and solves common .NET assembly binding errors caused by NuGet version conflicts, with a practical fix.