Starting with a Node.js webserver
A beginner's guide to creating a simple web server using Node.js, covering installation, basic scripts, and using NPM packages like nodemon.
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 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 guide to validating XML files against XML Schemas using online tools, command-line utilities like xmllint, and the Xerces parser.
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.
Explains a workaround for using @font-face rules within Shadow DOM encapsulation in web components.
Explains how to use PostgreSQL's CTEs (WITH clauses) to write more readable, composable, and maintainable SQL queries.
A developer shares her experience teaching a Girl Develop It class on web accessibility, covering topics like offscreen content and tab index.
How to suppress SSL certificate warnings when using VMware PowerCLI to connect to uncertified vSphere servers in test environments.
A technical overview of Flynn, an open-source Platform-as-a-Service (PaaS) built on Docker, covering its architecture and core components.
A guide to migrating an old ASP.NET WebForms app from Forms-Based Authentication to modern Claims-Based Authentication using Thinktecture IdentityServer.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
A developer's critical analysis of the stalled standards process for implementing responsive images on the web, focusing on the src-N proposal.
An introduction to Python's unittest framework, covering basic setup, writing tests, and using assert methods.
A critique of a proposal to lower the p-value threshold for statistical significance from 0.05 to 0.005, arguing it addresses symptoms, not root causes.