The Single Most Important Resource When Learning Windows PowerShell
A guide explaining why the Get-Help cmdlet is the most crucial resource for learning and using Windows PowerShell effectively.
A guide explaining why the Get-Help cmdlet is the most crucial resource for learning and using Windows PowerShell effectively.
Author celebrates Programmers' Day by sharing an old Haskell Z-machine emulator project and suggests sharing old code on GitHub.
Learn how to implement a Binary Search Tree iterator using ES6 generators in JavaScript, covering generator syntax and the iterator pattern.
Explains the new directory structure and namespace changes in Laravel 5.0, highlighting the shift from a catch-all 'app' folder to a more organized, PSR-4 compliant layout.
A guide to configuring a Java application to connect to MongoDB using SSL encryption and access control rules.
A look back at a 2004 hack using Domino's public API to order pizza from the command line, illustrating the power of open APIs.
A technical guide on using R, RSiteCatalyst, and d3Network to create Sankey charts for visualizing website visitor pathing data from Adobe Analytics.
A guide to automatically strong-name signing NuGet packages using custom tools and MyGet webhooks to resolve dependency signing issues.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
Explains the ValidatesWhenResolved interface in Laravel 5.0, showing how to create custom validation classes outside of FormRequests.
A tutorial on creating a stacked bar chart using Seaborn and Matplotlib by overlaying data series.
Explains implementing validation in WPF using the INotifyDataErrorInfo interface within the MVVM pattern.
A tutorial on creating network graphs to visualize website page relationships using R, RSiteCatalyst, and d3Network packages.
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().
A developer's progress update on their ISOC (IDA Summer of Code) project, detailing work on code documentation, RFC proposals, and issue triage.
Discusses the importance of naming conventions and coding style for readability and productivity, with examples from SQL and C++.
A tutorial on building a peer-to-peer WebRTC chat application using React.js, covering the architecture and implementation.