Smarter Layouts with Susy
Explores creating semantic, self-correcting CSS layouts using pseudo-classes and the Susy framework to reduce reliance on presentational HTML classes.
Explores creating semantic, self-correcting CSS layouts using pseudo-classes and the Susy framework to reduce reliance on presentational HTML classes.
Part 2 of performance lessons from Stack Overflow, focusing on .NET Garbage Collector optimization and high-performance JSON serialization with Jil.
A KDE developer shares his excitement and presentation schedule for the Akademy 2014 conference, focusing on community and technology.
Debugging Drupal cron failures caused by a custom module's nodeapi hook using drupal_goto().
Discusses the importance of naming conventions and coding style for readability and productivity, with examples from SQL and C++.
A developer's progress update on their ISOC (IDA Summer of Code) project, detailing work on code documentation, RFC proposals, and issue triage.
A tutorial on building a peer-to-peer WebRTC chat application using React.js, covering the architecture and implementation.
Explains what Semalt is, why its crawlers appear as fake referrals in Google Analytics, and how to block them.
Argues that HTTPS requires certificate verification for security, discussing Python's debate on backporting this fix to version 2.7.
A response to a critique of the author's introductory series on Frequentist vs. Bayesian statistics, focusing on audience and the role of decision theory.
A speaker's personal reflections on attending and presenting at the Laracon EU conference in Amsterdam, covering their talk and community observations.
Explains how preemptive multitasking and process scheduling work in KnightOS, an open-source OS for TI calculators.
Announcing the Kindle release of 'Microsoft .NET: Architecting Applications for the Enterprise' (NAA4E), covering DDD, CQRS, and enterprise architecture.
RSiteCatalyst v1.4 is released with breaking changes, new Pathing/Fallout reports, OAuth support, and a cleaner codebase.
A guide to managing Git hooks, covering client-side hooks, setup, and centralized management via git templates.
Analyzes Stack Overflow's performance-first engineering culture, including trade-offs like skipping unit tests for speed and building custom servers over cloud hosting.
A developer details the step-by-step refactoring of a complex single-page JavaScript canvas application, exploring MVC patterns to reduce complexity.
A technical guide on how to automatically parse and embed YouTube videos in a static site built with the Hakyll framework using custom filters and regex.
A tutorial on using the VennEuler.jl Julia package to recreate a data analytics language popularity diagram from survey data.
A developer explains why avoiding major code changes on Fridays prevents weekend production bugs and burnout, advocating for refactoring and R&D instead.