Dec 6, 2019 | Java, System Architecture, Technology
I’ve been using Clean Architecture for a long time quite successfully. I previously posted about Clean Architecture, where I linked to a sample project in C#. I wanted to also see what a project in Java would look like, so I went ahead and implemented it as well...
Jul 4, 2019 | c#, System Architecture
In the past few days, I soared straight through Robert Martin’s book, Clean Architecture. After seeing a receipe for such an elegant system architecture, I spent a couple days converting an existing project to the architecture. It was difficult to implement...
Nov 30, 2014 | Technology
Intro When I tried to do this seemingly simple task, I could not find any one guide on the web which told me everything I needed to do, so I write it myself I also ran into a bug in Ubuntu that at least shows up on Amazon: Authentication fails every time even though...
Jun 17, 2012 | Technology
On the Debian distro, use apt-get like so: sudo apt-get install openjdk-6-jdk libjna-java
Jun 17, 2012 | Technology
If you have a Raspberry Pi and you have installed one of the linux distros on your memory card and booted up to a blank screen, then this may be your problem. For what it’s worth, I have connected my RPi to a monitor via a HDMI to VDI converter cable. When I...