DevNexus 2013 - Feb 18/19 - Registration is Open
Announcement for DevNexus 2013, a Java/JVM technology conference in Atlanta, featuring sessions on cloud, mobile, web, and more.
Announcement for DevNexus 2013, a Java/JVM technology conference in Atlanta, featuring sessions on cloud, mobile, web, and more.
A developer explains how to automate building and publishing the GoogleAnalyticsTracker NuGet package using MyGet's CI/CD services.
A guide to creating consistent Windows Server backups on AWS by combining Windows Server Backup with scheduled EBS snapshots using PowerShell.
Microsoft's SkyDrive desktop client adds selective sync, allowing users to choose which cloud files sync locally, similar to Dropbox and Google Drive.
A quick R function to edit CSV files using R's native data editor, providing a lightweight alternative to spreadsheet software.
A personal recap of the Web Development Conference 2012, summarizing key talks on creativity, Git, web security, and developer tools.
Explains Drupal's node access system, covering the node_access table, grant records, and module hooks for implementing role-based access control.
A tutorial on setting up RequireJS for optimized JavaScript loading in a multi-page website, covering shim configuration and build strategies.
A developer shares his approach to writing clean, readable SQL with practical examples and best practices for structuring queries.
An article encouraging developers to contribute to open-source, arguing that not everyone needs to be a 'rockstar' coder to make valuable contributions.
A technical guide on preventing the Flash of Unstyled Text (FOUT) specifically in Internet Explorer 9 when using webfonts.
A blogger details their switch from ModX back to WordPress for better blogging capabilities and hints at future website changes.
A developer creates an Objective-C/C++ wrapper for Leap Motion SDK to enable hands-free mouse control on Mac OSX using finger tracking and ray tracing.
A developer explains creating a minimal IRC bot in Perl for code golfing, detailing its commands and source code.
Explains how to integrate WebJars for client-side dependency management in a Hippo CMS project using Servlet 3 containers like Tomcat 7.
A tutorial on using Windows Azure, SignalR, and Twilio to add phone number verification via automated calls to a web sign-up process.
Explains how to send emails from Windows Azure applications using SendGrid and asynchronous queues for scalability.
A guide to setting up a pre-commit Git hook to automatically lint JavaScript files with JSHint, ensuring code quality across a team.
A guide to using Windows Phone 8 theme accent colors in app development, including a C# helper class for hex color conversion.
A technical guide to implementing complex, user-specific role-based access control (RBAC) in Drupal's node system, covering hooks and query rewriting.