Configuring Kafka Connect to log REST HTTP messages to a separate file
Guide to separating Kafka Connect REST HTTP logs from stdout into a dedicated file using log4j configuration for easier troubleshooting.
Guide to separating Kafka Connect REST HTTP logs from stdout into a dedicated file using log4j configuration for easier troubleshooting.
A quick troubleshooting note about a common Apache Kafka console producer error caused by a misspelled property.
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
Explains how to build and deploy Django web applications using the twelve-factor methodology for better scalability and security.
A guide on integrating the modern .NET Core Configuration system into legacy ASP.NET Web API projects, covering setup, JSON files, and strongly-typed binding.
Fixing OGG-15051 error: 'Class not found: kafkahandler' due to a typo in Oracle GoldenGate Kafka handler configuration.
Fixing Oracle GoldenGate for Big Data Kafka handler error: 'Class not found: com.company.kafka.CustomProducerRecord'.
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 creating, running locally, and deploying an ASP.NET Core 1.0 web application to Azure Web Apps with Azure SQL.
A tutorial on creating CLI applications using a JSON config file and the 'engage' tool in Go, simplifying command management.
Guide to configuring Kestrel server URLs in ASP.NET Core RC2, covering code-based and external JSON file methods.
A guide to hardening Apache web servers by disabling trace methods and hiding server tokens to prevent information disclosure.
A technical guide on installing and configuring the inadyn DynDNS client as a service on CentOS 6.
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
Explains and solves common .NET assembly binding errors caused by NuGet version conflicts, with a practical fix.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
Troubleshooting guide for Drupal 6 email notification failures, focusing on a misconfigured module variable.
A technical guide on implementing A/B testing for a static website using Apache httpd, covering design choices and cookie-based user tracking.
Explains how NuGet configuration file inheritance works, allowing settings from multiple config files to be applied to projects.