Uploading data with HttpClient using a "push" model
Explains how to implement a 'push' model for uploading data with HttpClient in .NET, contrasting it with the default 'pull' model.
Explains how to implement a 'push' model for uploading data with HttpClient in .NET, contrasting it with the default 'pull' model.
An FAQ on using gender-neutral language in technical documentation to create inclusive and welcoming communities.
A tutorial on creating a clean, scalable CSS spinner using only 2 HTML elements and pseudoelements, focusing on maintainable code and performance.
Fixing a Google Charts date formatting issue specific to Internet Explorer 7 and 8 by implementing browser-specific JavaScript.
A beginner's guide to creating a simple web server using Node.js, covering installation, basic scripts, and using NPM packages like nodemon.
Introducing a lightweight, declarative Java library for parsing custom file formats using annotated beans and enhanced regular expressions.
A technical guide on using Python and tools like rtmpdump to reverse engineer and download songs from Myspace.
Explains why field injection in dependency injection is problematic and advocates for constructor injection as a better practice.
A guide to testing ASP.NET Web API filters and handlers that use IDependencyScope, with a focus on dependency injection and unit testing patterns.
A guide to setting up a remote IPython Notebook server on Amazon EC2 for data science and analytics.
A guide to validating XML files against XML Schemas using online tools, command-line utilities like xmllint, and the Xerces parser.
A tutorial on implementing long-press item selection for WinRT ListView and GridView controls to improve user experience.
Discusses the internet's pragmatic ethos and why using GitHub for large datasets requires rethinking desktop paradigms for web-native, granular data delivery.
A technical tutorial on formatting ggplot2 plots for scientific publication, including design adjustments and using Inkscape for final edits.
An iOS developer shares favorite podcasts for learning programming techniques, development insights, and tech career advice through audio.
Securely using OBIEE command line tools by encrypting plain-text passwords with GPG and mkfifo to meet security policies.
Explains a workaround for using @font-face rules within Shadow DOM encapsulation in web components.
Two methods to add line numbers to cells in IPython/Jupyter Notebooks: a keyboard shortcut toggle and a permanent startup configuration.
Explains how to use PostgreSQL's CTEs (WITH clauses) to write more readable, composable, and maintainable SQL queries.
How to suppress SSL certificate warnings when using VMware PowerCLI to connect to uncertified vSphere servers in test environments.