Topconf Linz 2016 is a wrap
A review of the Topconf Linz 2016 software conference, covering its organization, speaker lineup, and attendee feedback.
A review of the Topconf Linz 2016 software conference, covering its organization, speaker lineup, and attendee feedback.
Clarifies the common misconception that ES2015 `const` creates immutable values, explaining it only prevents variable rebinding.
An in-depth exploration of how the .NET Garbage Collector works internally, focusing on its low-level mechanisms and design goals.
A personal reflection on the emotional and practical challenges of a tech startup acquisition, based on the author's experience with Parse and Facebook.
A technical guide on implementing theme-able, multi-tenant applications in ASP.NET Core, focusing on view and layout customization per tenant.
A technical guide explaining how to use the srcset and sizes attributes for implementing responsive images in modern web development.
A guide for iOS developers on managing Ruby versions to avoid issues with tools like CocoaPods and Fastlane, using chruby and ruby-install.
Release notes for RSiteCatalyst versions 1.4.6 and 1.4.7, detailing bug fixes and new features for the Adobe Analytics R package.
An overview of Let's Encrypt, a free, automated, and open Certificate Authority, covering its features, limitations, and operational model.
An introduction to Houdini, a set of upcoming web standards that allows developers to extend CSS and hook into the browser's rendering engine.
A guide and free video series on how to contribute to open source projects, from creating a pull request to Git rebase.
Explores Serilog for structured JSON logging in .NET and introduces Serilog.Exceptions to capture full exception details.
A candid look at the realities of being a Product Manager, emphasizing data gathering, customer interaction, and team dynamics over high-level strategy.
Explains how to assign specific public IPs to Docker containers using the new libnetwork feature in Docker 1.10.
A technical guide on processing millions of small text files using GNU Parallel and stream processing, without needing Hadoop or a database.
A guide to fixing Fabric SDK crashes on iOS startup when installed via CocoaPods by adding the required API key to Info.plist.
A historical look back at the 1997 browser wars between Microsoft and Netscape, based on a conference talk.
A tutorial on how to implement email sending functionality in a Django web application using Gmail's SMTP server.
Explains Java's 'requires transitive' for implied readability in the module system, allowing modules to re-export dependencies.