Step by step: Serilog with ASP.NET Core
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.
Explores the potential memory savings of storing strings in a more compact encoding like ASCII/Latin-1 within the .NET CLR, using real-world data from Stack Overflow.
A curated list of five interesting Python tutorials covering music generation, computer vision, data science, and popular modules.
A guide encouraging developers to contribute to open-source projects like AngularJS by improving documentation, not just code.
Fixing a Kafka Connect HDFS/Hive integration error caused by using the wrong converter class, preventing automatic schema creation.
Explains how to use the linker's --wrap flag to mock C standard library functions for unit testing, enabling isolated code testing.
Troubleshooting a JSON parse error in PFCloud due to incorrect Parse Server URL configuration.
Troubleshooting a JSON parsing error in Parse PFCloud due to incorrect server URL configuration.
Explains a misleading OBIEE 12c error when importing a non-existent BAR file and advises reading full error logs.
A software tester's reflection on the unpredictable pace of testing within Agile sprints, comparing it to a dance rhythm.
A critique of complex multi-environment deployment workflows, arguing they create more problems than they solve.
An analysis of Butler Lampson's 1999 predictions on computer science, comparing what worked then to the state of technology in 2015.
Explains how Swift handles integer overflow using specific methods like addWithOverflow, preventing crashes.
Explains the performance benefits and key differences of Compiled Bindings in Windows 10, highlighting the default OneTime mode.
A developer shares their experience switching to Neovim, highlighting its async plugin benefits and providing basic setup instructions.
Deep dive into the technical design of Stack Overflow's Tag Engine, focusing on implementing ignored tag preferences and performance considerations.
Weekly roundup of browser developer news, covering Firefox 38 features, ServiceWorker, HTTPS, and debugging tools.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
Introducing Hooks, a simple tool for running custom commands on GitHub webhooks to enable easy continuous deployment.
Troubleshooting guide for connecting MySQL Workbench to MAMP's MySQL server, fixing port mismatch issues.