Pythonic code: the with statement
Explains the Python 'with' statement and context managers for proper resource management, using file handling as a primary example.
Explains the Python 'with' statement and context managers for proper resource management, using file handling as a primary example.
An introduction to Python list comprehensions, explaining their syntax and benefits for writing cleaner, more idiomatic code.
A technical guide on executing Webpack bundling tasks within AWS Lambda functions for serverless build pipelines.
How to set a custom User-Agent string for all requests in a UWP WebView control using a Win32 API.
A developer shares the challenges of integrating Semantic UI with Ember.js and the lessons learned from the process.
A developer uses dotPeek and Visual Studio to debug an IIS crash caused by a recursive method, analyzing a crash dump to find the root cause.
A review of 'The Pragmatic Programmer' book, assessing its timeless principles and relevance in modern software development.
A developer details migrating their blog from WordPress to Jekyll and GitHub Pages after hosting issues, highlighting the benefits of static site generation.
A guide to recovering lost Python source code from a running process using pyrasite and uncompyle6.
A developer investigates and fixes a subtle bug in Python tests for Themis' Secure Comparator, caused by C integer overflows in ctypes.
Needle v1.0.0 released with a new native Objective-C agent, adding iOS 10 support and replacing old dependencies.
A software engineer shares strategies and sources for staying current in the rapidly evolving tech industry, balancing work and family life.
Explains how to build and deploy Django web applications using the twelve-factor methodology for better scalability and security.
Developer shares personal achievement of receiving the 2017 Microsoft MVP Award for Windows Development and thanks the community.
A guide to implementing Open Graph and X card metadata to make blog content appear richer when shared on social media platforms.
Announcing the redesigned Inqlude website with improved library categorization, navigation, and metadata for Qt libraries.
A software developer suggests humility as a personal strategy to combat feelings of Imposter Syndrome in the tech industry.
A summary and collection of links, blogs, and media coverage from the Script'17 conference held in January 2017.
Explores using PostgreSQL's full text search and trigram similarity in Django for a college search feature, detailing implementation choices.
Explains how to apply progressive enhancement principles to CSS, covering fallbacks and feature queries for robust web design.