The perils of polyglot programming
Discusses the drawbacks of using too many programming languages in a project, arguing for a balanced approach to benefit operations and maintainability.
Discusses the drawbacks of using too many programming languages in a project, arguing for a balanced approach to benefit operations and maintainability.
Explains how to use Event Triggers in BI Publisher 11g to call PL/SQL functions for auditing data refreshes.
A developer created a game called Sat-E for the Ludum Dare 22 game jam, inspired by the theme 'Alone' and Wall-E.
A discussion on the design choice of overriding browser keyboard shortcuts in web applications to leverage user muscle memory.
Introducing dabblet, an interactive CSS playground with real-time updates, GitHub gist saving, and built-in vendor prefixing.
A developer announces their participation in Ludum Dare 22, outlining their tech stack (C++, SFML, sfxr, LMMS) for the game jam.
Analyzing and optimizing slow date range queries in Apache Jackrabbit within Hippo CMS to improve performance and reduce memory usage.
Exploring virtual sequences and lazy evaluation in Common Lisp, inspired by Clojure's sequence abstraction and functional programming concepts.
An analysis of mobile network inconsistency and a call for better communication between carriers, manufacturers, and developers for improved mobile performance.
A developer reflects on finishing school projects, plans to participate in a game jam, and aims to improve technical skills like Vim and Emacs.
A technical tutorial on using SignalR, an ASP.NET library, to create a real-time web application for broadcasting slide deck navigation.
Explores the practice of extending JavaScript native prototypes, discussing its utility, risks, and compatibility concerns.
Explains how IIS handles SSL with host headers, focusing on wildcard certificates and resolving common HTTPS binding errors.
Announcing the Move the Web Forward initiative, a community-driven project to help developers contribute to the web platform.
An inside look at Heroku's engineering hiring philosophy and process, focusing on cultural fit and practical skills over rigid steps.
A technical guide on using LINQ queries to filter, sort, and group data in a WPF CollectionView for a more type-safe and readable approach.
Explores real-time web communication challenges and solutions like polling, long polling, and SignalR for server-to-client updates.
Analyzes the outdated U.S. federal IT procurement model, advocating for regulatory reform and agile development practices to improve efficiency.
A guide to automating software reinstallation after a Windows system refresh using Ninite, Web PI, and Chocolatey.
Explains why deleting a non-existent key from a Python defaultdict should raise a KeyError to prevent silent bugs, aligning with Python's design philosophy.