WTF is operations? #serverless
A critique of the "NoOps" mindset, arguing that operational excellence is a shared responsibility, not a role, in modern software development.
A critique of the "NoOps" mindset, arguing that operational excellence is a shared responsibility, not a role, in modern software development.
A developer shares his experience of inspiring 40 teenagers to start programming through a motivational session at a London college.
Explores the unique memory layout and performance optimizations of the String type within the .NET Common Language Runtime (CLR).
Explains changes to the BI Server cache behavior in OBIEE 12c, focusing on the new OBIS_REFRESH_CACHE logic.
Part 4 of a series on building a Twitter bot, focusing on implementing it in PureScript and deploying to AWS Lambda.
Explains how to use CancellationTokenSource.CreateLinkedTokenSource in C# to combine multiple cancellation sources for async operations.
Cimbalino Toolkit 2.0.0-beta1 released, now compatible with Windows 10 UWP for universal app development.
Learn how to stream your desktop to an HTML5 video element using VLC media player and HTTP Live Streaming.
A developer explains the technical drawbacks of icon fonts and details their workflow for replacing them with inline SVG for better rendering and maintainability.
A guide on using WebStorm IDE for developing JavaScript applications on the Tessel microcontroller, including setup and workflow tips.
Explains the Python Buffer Protocol (PEP 3118), showing how objects like arrays and NumPy ndarrays share data efficiently without copying.
A technical analysis of performance issues with the WrapPanel control in Windows Phone development and a proposed alternative using VirtualizingStackPanel.
Explores the fundamental differences between Word and Markdown, arguing Markdown's semantic nature is better suited for web content creation.
A guide for tech-savvy individuals to help family members set up a robust, local backup system for personal data, focusing on photos and videos.
A quick guide on how to fix the 'maximum recursion depth exceeded' error in Python by increasing the recursion limit.
A blogger asks for feedback on two potential ebook topics about Python programming: a beginner's guide or a project-based tutorial.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.
How to integrate Amazon, LinkedIn, and other social logins with Windows Azure Access Control Service using the SocialSTS protocol converter.
A developer explains his personal philosophy for blogging, focusing on knowledge sharing, becoming replaceable, and refining ideas.
A developer builds an iOS app to track his son's age down to the second, discussing date math and programming challenges.