MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Generate md5 Hash for Maven

maven

Generate md5 Hash for Maven

Maven creates and checks MD5 checksums at various times. For instance, when downloading an artifact from a repository, Maven checks whether the checksum of the downloaded files (e.g. POM, JAR) is correct. I am uploading Maven artifacts manually to a very simple, file-based repository. This requires me to calculate

By Max Rohde 15 Aug 2016
AWS Lambda: Cross-account pass role is not allowed.

aws

AWS Lambda: Cross-account pass role is not allowed.

Today I came across the following exception while working with the AWS SDK for Amazon Lambda: com.amazonaws.AmazonServiceException: Cross-account pass role is not allowed. (Service: AWSLambda; Status Code: 403; Error Code: AccessDeniedException; Request ID: xxx) At first I was a bit puzzled where this exception might come from; but

By Max Rohde 27 Jun 2016
What is Amazon Flourish (for AWS)

aws

What is Amazon Flourish (for AWS)

According to a recent article on the New Stack Blog, the Amazon Serverless Team (responsible for instance for Amazon Lambda) is about to release a new open source product called 'Floruish'. Currently, there are very few details available on this product. These are some points I could find:

By Max Rohde 27 May 2016
Bulk Change ACL for Amazon S3

aws

Bulk Change ACL for Amazon S3

Using bucket policies, it is easy to set ACL settings for all new objects that are uploaded to Amazon S3. However, I wanted to remove 'public' read rights for a whole bunch of objects at the same time and such policies do not apply to objects that are

By Max Rohde 26 May 2016
JQuery UI Droppable: Prevent Event Bubbling

JQuery UI Droppable: Prevent Event Bubbling

JQuery UI Droppable is a great framework for implementing drag and drop features in a web application. Here I will show two ways how it can be prevented that multiple droppable elements on the same page can receive the same drop events. If the one droppable is the parent of

By Max Rohde 17 May 2016
Install Puppet 3 in Amazon Linux

ec2

Install Puppet 3 in Amazon Linux

The most recent version of the Amazon Linux VMI (2015.09.1) seems to install version 2 of Puppet by default. However, if you need to install Puppet 3, that is also easy enough. Just type in the following to install it: sudo yum install puppet3 If any errors pop

By Max Rohde 09 Feb 2016
Add Date to File Name in Windows

Add Date to File Name in Windows

I like to organize my files by prefixing the current date and time to the file name. Yes, sorting files by date created and date modified more or less accomplishes the same thing but I just find it to be more organized this way. I've spent countless hours

By Max Rohde 07 Feb 2016
newrelic service doesn’t start on CentOS: Solution Run as Root

newrelic service doesn’t start on CentOS: Solution Run as Root

Today one of my virtual servers suddenly showed up as offline in my New Relic console (Which is an amazing tool and free by the way). I checked the log file /var/log/newrelic/nrsysmond.log and it had these contents: 2015-08-15 02:06:04.512 (915) error: nria_context_

By Max Rohde 15 Aug 2015
Understanding Creation of GWT Serialization Policy Files (.gwt.rpc)

gwt

Understanding Creation of GWT Serialization Policy Files (.gwt.rpc)

Today I deep-dived a bit into how GWT creates and reads Serialization Policy files. These are the .gwt.rpc files which are generated beside the JavaScript files for GWT modules. Chiefly, I learned two things: * The .gwt.rpc files are only used by the server. The client never reads them.

By Max Rohde 14 Aug 2015
Run GWT Generated Code in Nashorn

gwt

Run GWT Generated Code in Nashorn

GWT is a very useful tool to compile Java code into JavaScript. Nashorn is Oracle's new JavaScript implementation which runs JavaScript scripts in Java. In order to run JavaScript server-side code within a Java server I now want to make an extensive GWT library available to this JavaScript

By Max Rohde 07 Aug 2015
Sandboxing JavaScript in Java App – Link Collection

javascript

Sandboxing JavaScript in Java App – Link Collection

The JVM is by design an insecure environment and it is generally difficult to run untrusted code in a sandboxed environment. However, it seems that is relatively easy to sandbox JavaScript code running in Oracle Nashorn. The instructions are here. Strangely, this was not easy to find through a Google

By Max Rohde 06 Aug 2015
Use Signed SSL Certificate with Java

programming

Use Signed SSL Certificate with Java

It seems to me like every time I have to do something that has to do with SSL certificates – be they self-signed or signed by a certificate authority – things do not go smoothly. I only do this from time to time, so I am by no means an expert; but

By Max Rohde 03 Aug 2015
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.