How to install VMware Tools on Centos 6 with yum
A guide to installing VMware Tools on CentOS 6 using the yum package manager for streamlined and automated system management.
A guide to installing VMware Tools on CentOS 6 using the yum package manager for streamlined and automated system management.
A personal roundup of the software, hardware, games, and books used by the author throughout the year, with a focus on technology and tools.
A developer's year-end review of 2014, covering open source contributions, blogging, and personal goals in software development.
A developer reflects on 2014's tech achievements and personal goals, and outlines plans for 2015 focused on JavaScript, open source, and community involvement.
A review of the five most popular web performance and responsive design articles from 2014, discussing speed, myths, and metrics.
The State of the News and TLS: Part II Tue, Dec 30, 2014 About six weeks ago I blogged about the state of the news and TLS. Spoiler alert, it wasn’t g
A WordPress code snippet to restrict authors to only view their own posts in the admin post overview.
Tips for improving Rails development performance in Vagrant by addressing logging and filesystem bottlenecks.
A WordPress code snippet to restrict authors to only view their own uploaded images in the media library.
A step-by-step guide on how to install Craft CMS using Laravel Forge, covering server setup and installation.
A critical review of the Julia programming language, highlighting performance and numerous bugs encountered by the author.
A technical tutorial on building a multi-user video conference application using WebRTC, AngularJS, and Yeoman with detailed WebRTC explanations.
A technical guide on modifying dpkg-scanpackages to correctly handle custom fields for Cydia repositories.
Explains how to use Reactive Extensions (Rx) to sample high-frequency C# events like TextChanged in WPF, reducing UI updates.
A technical guide on setting up a Sculpin static site generator blog and deploying it using Laravel Forge.
Explains how to stream Application Jukebox packages to Mac/iOS/Android devices using Microsoft RemoteApp, minimizing IT provisioning effort.
Debunks common misconceptions about DevOps, emphasizing it's a collaborative ideology, not a job title or a cure-all solution.
A developer's analysis and comparison of JavaScript templating libraries like Underscore.js, Mustache, Jade, and Swig for server-side rendering.
Explores using ES6 generators for cleaner asynchronous JavaScript code, comparing them to callbacks and promises.
Discusses the misuse of guard clauses in code, arguing for domain-specific exceptions over generic null checks.