How to build java packages using jlink

2017-11-27 02:11:13 - No Comments

We explore how to package your Java code using jlink and maven in order to get all your dependencies in order.

Read more →

Git the basics #3 (how-to)

2017-11-20 00:11:17 - No Comments

In this video we talk about how to use remote repositories, pushing and fetching changes and integrating them into our repository.

Read more →

What to know when looking for work.

2017-11-13 01:11:11 - No Comments

We talk about what is good to know when you take employment in a company.

Read more →

Running work on GPU (Cuda) (how-to)

2017-11-06 00:11:48 - No Comments

We use JCuda to run some workloads on the GPU and see the difference in speed.

Read more →

Git the basics #1 (how-to)

2017-10-25 15:10:46 - No Comments

We look into the very basic commands of git. Making changes and committing to a branch.

Read more →

PHP 7 improved performance

2015-07-13 00:07:01 - No Comments

I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some […]

Read more →

Kdelibs build failure on 64 bit system

2015-07-06 00:07:40 - No Comments

I just switched to use Linux at work. I’ve had Gentoo at home for years but Windows seems to be a part of the consulting branch of work I’ve done so far. The new machine I got was of course a 64 bit one and I installed the right distribution. After a week of use […]

Read more →

Building a local OpenSwift object store

2015-06-29 00:06:48 - No Comments

I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying […]

Read more →

Debugging with breakpoint in any place

2015-04-20 00:04:49 - No Comments

Was debugging some code the other day and had some annoyance. I had to set a breakpoint in my code and then try to figure out where a problem happened by going into methods, and jump multiple steps before actually reaching the code I wanted to test. In this case the code to debug was […]

Read more →

Platform as a service review

2015-04-13 00:04:20 - No Comments

I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production […]

Read more →

Add/remove to segment

2015-04-06 00:04:22 - No Comments

Customer segments aren’t the most straight forward concept. It should be and works fine but the back-end handling seems to be a set of different solutions put together to make the whole. First of we have the customer segments created as member groups. These groups have names and some small settings but only a few […]

Read more →

Remote search server on a development environment after FEP7

2015-02-19 11:02:43 - No Comments

Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing […]

Read more →