Implementing your hiring process with C trivia
A developer critiques two flawed technical hiring tests, analyzing C trivia and a C# coding challenge, highlighting issues with time limits and scoring.
A developer critiques two flawed technical hiring tests, analyzing C trivia and a C# coding challenge, highlighting issues with time limits and scoring.
Explores the benefits and practical limits of purely functional programming in F#, advocating for strategic use of imperative code for performance.
Lyft's iOS team shares their experience using Interface Builder at scale, addressing common criticisms and sharing custom tools for a better workflow.
A developer outlines key criteria for selecting a Content Management System (CMS), prioritizing client needs, documentation, and user interface.
A guide to using the PowerTrello PowerShell module to generate reports and automate tasks from Trello boards.
Part 4 of a series on configuring a CI/CD pipeline for Azure Stack, focusing on using PowerShell scripts for deployment via TFS.
A video series on transitioning from interactive Jupyter data exploration to reproducible, packaged, and tested code for data analysis.
Analysis of a major AWS S3 outage, its widespread impact, and key lessons for building resilient, fault-tolerant cloud architectures.
A guide to handling inconsistent JSON structures in Java using custom Jackson deserializers, with a Spring Boot example.
Guide to setting up and using Adobe Analytics' self-service Data Feed feature for customer-level analytics via FTP/SFTP/S3.
Developer shares personal achievement of receiving the 2017 Microsoft MVP Award for Windows Development and thanks the community.
A tutorial on integrating Twilio's SMS API with a .NET Core console application, including code examples.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
A guide to securing Azure DevOps VM deployments by dynamically managing NSG rules with PowerShell to restrict inbound access.
Solutions for preserving exception tracebacks in JSON logs when using Python's multiprocessing QueueHandler.
Explores the concepts of 'bikeshedding' and 'honeypots' in software, introducing the idea of a 'bikeshed honeypot' to manage feedback.
A guide to using dependency injection with static methods and classes in Swift to improve testability of legacy code.
Reveals three lesser-known technical facts about the Yarn package manager, including its dependency on npm and built-in spellcheck.