The Future Of Mobile: The Finished(?) Product
A developer's humorous, unprepared talk on the future of mobile development, presented at a conference via SlideDeckKaraoke.
A developer's humorous, unprepared talk on the future of mobile development, presented at a conference via SlideDeckKaraoke.
A programmer shares their personal method for learning new programming languages and offers motivation based on their own journey into coding.
Introducing Stretchy, a standalone JavaScript utility for automatic form element autosizing that works with inputs, textareas, and select menus.
A developer documents their journey creating a Whitney Houston song API from scratch using Python, web scraping, and JSON.
Quick tip on using CSOM API to get subsite count per site collection in Office 365/SharePoint Online with .NET.
Discusses critical SQL Server security patches (MS15-058) and emphasizes the importance of following security best practices like least-privilege access.
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
A Bash function to create a directory and immediately change into it with a single command.
Analyzes the historical and technical reasons behind R's controversial 'stringsAsFactors' default, explaining its origins and the problems it causes.
A tutorial on using Xcode 7's UI testing framework, focusing on asynchronous waiting for view changes with code examples.
Using Python and unsupervised machine learning to analyze Seattle bicycle count data and uncover insights about commuting work habits.
Xcode 7 beta 4 fixes @objc class prefixes, allowing proper namespacing for Swift classes used in Objective-C.
A developer argues for learning HTML, CSS, and JavaScript fundamentals before jumping into frameworks like React or Angular.
Explores the limited PowerShell modules available in Windows Nano Server Tech Preview 2 and the absence of SysPrep.
A guide to improving PowerShell's ValidateScript attribute by creating custom validation functions for better error messages and user experience.
Introducing Govspeak, an open-source markup language extension for Markdown, created by the UK Government Digital Service for technical and government writing.
A graduate reflects on their 5-year computer engineering master's at Linköping University, covering courses, projects, and personal growth.
A guide on using PowerShell commands to force immediate synchronization on a WSUS server, leveraging .NET components.
Explains how to test Django views directly using RequestFactory for faster, more isolated tests that don't rely on URL config or middleware.
Explores various CSS properties (display, visibility, opacity, position) for hiding elements, detailing their visual, functional, and accessibility implications.