Optimising compilers are there so that you can be a better programmer
Explains how optimizing compilers allow programmers to write clean, maintainable code without sacrificing performance, using examples like inlining and constant propagation.
Explains how optimizing compilers allow programmers to write clean, maintainable code without sacrificing performance, using examples like inlining and constant propagation.
Explores using ASP.NET MVC 2's 'Serialized Model State' feature for handling optimistic concurrency in web forms.
A developer's response to a CSS3 learning tool challenge, discussing its features and potential for education.
A guide to creating custom dynamic objects in C# 4.0 by inheriting from the DynamicObject class and overriding key methods.
A guide to using daemontools for monitoring and restarting daemon processes like web servers, with examples and commands.
A technical overview of new features in the ASP.NET MVC 2 Preview 2 release, focusing on the Futures assembly, client-side validation, and REST SDK.
A technical guide on extending the QUERY_TEXT column length in OBIEE usage tracking to prevent SQL truncation errors.
A developer shares their experience migrating from Courier-IMAP to Dovecot, noting significant performance improvements and bug encounters.
Explores strategies for motivating users on social sites, moving beyond automated rules to social nudging and community-driven encouragement.
Technical notes on validating and scripting LoadRunner VUsers for performance testing Oracle Business Intelligence Enterprise Edition (OBIEE).
A technical guide on creating LoadRunner (HP Performance Center) scripts for performance testing Oracle Business Intelligence Enterprise Edition (OBIEE) dashboards.
A 2009 presentation on building a Twitter clone in 60 minutes using ASP.NET MVC 2 Preview 1, covering security and routing.
James Morle's blog post on identifying key warning signs for diagnosing performance issues in Oracle databases.
A software engineer's perspective on upward micromanagement, offering strategies for managing your manager effectively.
A security vulnerability in SQL Server (2005-2008 R2) allows guest account impersonation to bypass database access controls, with a fix planned for a future version.
A developer's postmortem analysis of creating 'Bugger,' a speed-typing game about fighting programming bugs, covering development time and tools.
Fixing ORA-28001 and ORA-01017 errors when changing expired passwords on Oracle 11g using 10g clients.
Zend and partners release Simple Cloud API, a unified interface for interacting with multiple cloud storage and queue services.
Developer updates on Awesome WM 3.4 & 3.5 progress, Lua object layer improvements, and mentoring a Google Summer of Code project for XCB.
A technical guide on parsing email attachments and body content from multipart emails using Python's email and StringIO modules.