Definining aspect ratio to prevent reflow
Explains CSS techniques to define image aspect ratios, preventing layout reflow and improving page load experience.
Explains CSS techniques to define image aspect ratios, preventing layout reflow and improving page load experience.
A guide to manually update Xcode plug-ins for compatibility with new Xcode versions by editing the DVTPluginCompatibilityUUIDs.
A developer shares a personal story about feeling inadequate after organizing a major tech conference, exploring the emotional challenges in tech careers.
A technical tutorial on recreating Headspace's animated, imperfect dot logo using iOS graphics and CAShapeLayer.
Compares animated SVG and GIF formats, highlighting SVG's advantages in quality, scalability, and performance for vector-based graphics.
A developer shares three reusable SASS mixins for media queries, element centering, and fade transitions to improve CSS workflow.
A tutorial on how to easily add a Hacker News share button to a blog using code from Segment.io.
A web developer recommends and reviews two industry books: 'Adaptive Web Design, 2nd Edition' on progressive enhancement and 'Using WebPageTest' for performance analysis.
An exploration of the JUnit Lambda prototype, detailing its new features and API changes for Java 8+ testing.
Explores the key benefits of open source software, including cost savings, higher quality, and enabling developers to focus on high-value work.
An analysis of Butler Lampson's 1999 predictions on computer science, comparing what worked then to the state of technology in 2015.
A tutorial on building an Outlook add-in that uses Azure Text Analytics to classify email sentiment as positive, neutral, or negative.
Analyzing Twitch chat data from Bob Ross painting marathons on Twitch Creative, including scraping methods and message volume statistics.
A guide on fixing a bug in the Convert-WindowsImage script to successfully create a Nano Server TP4 VHD, including updated installation steps.
Explains how Swift handles integer overflow using specific methods like addWithOverflow, preventing crashes.
A guide on using Windows 10's 'Find My Device' feature to locate a missing laptop or Surface device.
Explains how PYTHONHASHSEED affects test reliability and demonstrates robust testing strategies for non-deterministic dictionary ordering.
Microsoft adds PowerShell language support to Visual Studio Code, offering a faster alternative to PowerShell ISE and Visual Studio for scripting.
GitHub's internal use of its own platform for non-code collaboration highlights four key traits of modern, open-source-inspired collaboration tools.
Explores solutions for splitting Swift initializer logic into functions while adhering to Swift's initialization safety rules.