Let’s talk about graph databases. Some industry watchers claim that they are the fastest-growing type of database. If so, maybe it’s useful to know more about them. So, let's start with the basics: what is a graph database, and what is it useful for?
RetroPie is great for your retro gaming needs, but unfortunately, N64 ROM performance is decidedly hit or miss. The Runcommand Launch allows emulator-switching, for selection of the best emulator for a specific ROM. Check out how to install additional emulators, boot into the Runcommand menu, and see a user-aggregated list of ROM performance.
I was working with Web API for one of my new projects, when suddenly I got this error message: "the server responded with a status of 405 (method not allowed)" when I tried to delete a record through API. I began to scratch my head, and finally, I came up with a solution.
As you plan your analytics and data architecture on AWS, you may get confused between Redshift and Aurora. Both are advertised to be scalable and performant. Both are supposedly better than incumbents. Both have optically inspired names. So, what’s the difference?
JavaFX is an awesome UI framework, but there can definitely be deployment issues. The Javapackager tool improves ease of native installer creation. Here's a quick overview of JavaFX applications with auto updates.
Wearables have infiltrated the IoT space, but they're relegated mainly to the consumer market. However, 2016 may see wider adoption in the enterprise. Check out what APX Labs discovered in a recent report, "What's Next in Wearable Technology."
Recently, AWS announced that they’ve added support for triggering AWS Lambda functions into AWS CodePipeline–AWS’ Continuous Delivery service. In this article, I’ll describe how I codified the provisioning of all of the AWS resources in the documentation using CloudFormation.
The past few years have seen the SaaS implementation model shift. Here's what HipChat and Slack can teach us about implementation and system integrators.
Learn how to make a HSON API REST service using Elide and Spring Boot in this awesome tutorial. The JSON API is a great specification for developers, and is getting much more popular.
The open source NGINX v. 1.9.11 is out, and features an awesome addition: dynamic modules. These let you load separate shared object files at runtime. Learn more about the latest open source NGINX 1.9.11 release!
In part one of this series, we discussed the many different Python frameworks. Building on that, let's categorize them into full vs. micro-stack and analyze some of the top frameworks in each category.