Configuring TLS With Requests
A guide to configuring TLS settings, including re-enabling 3DES cipher suites, in the Python Requests library for compatibility with older servers.
A guide to configuring TLS settings, including re-enabling 3DES cipher suites, in the Python Requests library for compatibility with older servers.
A software developer suggests humility as a personal strategy to combat feelings of Imposter Syndrome in the tech industry.
Explains race conditions in Go concurrency and demonstrates how to use mutex locks to ensure thread-safe operations on shared variables.
A technical guide on implementing automated validation checks for Django database migrations to achieve zero-downtime deployments.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A developer shares his journey of creating and publishing his first Alexa skill using Node.js, AWS Lambda, and the TfL API, including CI/CD and certification.
Announcing FakeItEasy 3.0.0, a .NET mocking framework update with .NET Core support, new syntax, and improved features.
A guide to renaming files to lowercase in a Git repository using a command line script.
Explores how fostering a culture of experimentation and tolerance for failure enables data science teams to innovate successfully.
SwiftGen 4.2 released with major internal refactoring, plus updates on other open-source projects like Reusable and fastlane.
Explains an algorithm for responsive images that scales based on target file size to optimize bandwidth, with PHP implementation details.
A macOS app that displays battery time and percentage in the menu bar, with FAQs on usage, troubleshooting, and limitations.
A guide to effectively testing Django signals, covering decoupling, signal creation, and best practices for writing clean, maintainable tests.
A deep dive into JavaScript errors, stack traces, and how to manipulate them for better debugging and library development.
Exploring Zig's approach to improving bit-field implementation for embedded and OS development, addressing C's limitations.
A developer discusses implementing the responsive images spec in Stitcher, focusing on challenges of image downscaling and integration.
A developer explores the technical challenge of implementing an infinite loop scrolling carousel, comparing it to Zeno's Paradox of motion.
Part 3 of a series on setting up a CI/CD pipeline with Azure Stack, covering automated Windows updates and TFS deployment.
A developer shares a coding problem: transforming a flat array of objects into a 2D array grouped by a key, using JavaScript's reduce method.
How to fix Outlook performance and disk space issues by disabling or adjusting Cached Exchange Mode for large mailboxes.