Article
There's no doubt that JavaScript popularity has skyrocketed in the last few years, and it's quickly becoming the language of choice for not only client-side code, but server-side as well. I had never been a huge fan of JavaScript, it just seemed too messy and unnecessarily confusing. While I still...
Scott Robinson
Amazon Web Services (AWS) is a collection of extremely popular sets of services for websites and apps, so knowing how to interact with the various services is important. Here, we focus on the Simple Storage Service (S3), which is essentially a file store service. All files must be assigned to...
Here we present a fully-working Apache Camel Blueprint project. It provides example code for building routes, creating beans, and deploying to ServiceMix with Blueprint. In short, Blueprint is much like Spring. Really, it's a lot like Spring, but with slight differences. The Blueprint Container specification was created by the OSGi...
First we explained how it worked, and now, thanks to Jared Stafford (and stbnps on GitHub for explanations) we can show you how to exploit it. Heartbleed is a simple bug, and therefore a simple bug to exploit. As you'll see below, it only takes about a single page of...
Just about everyone knows that its important to encrypt your data these days, and there are quite a few ways to go about it. As simple as the concept of encryption sounds - "use a key to encrypt your data" - its not always straightforward to do. Here,...
With the extreme prevalence of mobile apps, web apps, and desktop apps, REST services are more important than ever to provide data to its users. This data could be used for the native app, or for 3rd party developers to expand your service's reach into other apps. Either way, the...
Programming isn't easy, and adding a user interface around functionality can really make life difficult. Especially since not all UI frameworks are thread safe (including Swing). So how do we efficiently handle the UI, run the worker code, and communicate data between the two, all while keeping the UI responsive?...
Eventually, you may find yourself wanting to run a particular script every time you log in to a Unix machine (SSH hop to another machine, see a detailed system status, etc.) or, you maybe you'd like to improve the experience for all the users on your machine (i.e., show...
XSLT is, in my opinion, similar to the likes of the Mako and Chameleon templating engines. XSLT is mainly used to transform some type of structured markup language (like XML) to another form, like HTML, JSON, or even another XML document. This is done through the use of XPath identifiers...
© 2013-2024 Stack Abuse. All rights reserved.