Here at System Code Geeks we know how much you love books about system administration; we are geeks ourselves. After all, a geek that respects himself should always have his face in a book, he has to keep up with the latest technologies and developments. For this reason, we have decided to distribute 6 of our books for free. You ...
Read More »Intelligent data as a service (iDaaS) – Example HL7 and FHIR integration
In our previous article from this series we talked about the example iDaaS data architecture which outlines at a higher abstraction level the solution for any healthcare organisation. The process was laid out how we approached the use case and how portfolio solutions are the base for researching a generic architecture. It continued by laying out the process of how we approached ...
Read More »Intelligent data as a service (iDaaS) – Example data insights
In our previous article from this series we talked about the example iDaaS data architecture specifically integration for HL7 and FHIR healthcare standards. The process was laid out how we approached the use case and how portfolio solutions are the base for researching a generic architecture. It continued by laying out the process of how we approached the use case by researching ...
Read More »Intelligent data as a service (iDaaS) – Example data architecture
In our previous article from this series we talked about the logical common architectural elements found in an intelligent data as a service (iDaaS) solution for the healthcare industry. The process was laid out how we approached the use case and how portfolio solutions are the base for researching a generic architecture. It continued by laying out the process of how we ...
Read More »VirtualBox installer fails on Windows 11 (program compatibility issue)
What is this article about? When you try to install VirtualBox v.6.1.30 on Windows 11, you will see the following error: This app can’t run on this device: This app can’t run because it causes security performance issue on Windows. A new version may be available. Check with your software provider for an updated version that runs on this version ...
Read More »Intelligent data as a service (iDaaS) – Common architectural elements
In the previous article from this series we introduced an architecture around intelligent data as a service (iDaaS) for the healthcare industry. The process was laid out how we approached the use case and how portfolio solutions are the base for researching a generic architecture. Part 2 – Common architectural elements The only thing left to cover was the order in which ...
Read More »Intelligent data as a service (iDaaS) – Architectural introduction
The last few months we have been digging deeply into the world of healthcare architectures with a focus on presenting access to ways of mapping successful implementations for specific use cases. It’s an interesting challenge in that we have the mission of creating architectural content based on common customer adoption patterns. That’s very different from most of the traditional marketing ...
Read More »Installing Fedora 35 on Macbook Pro 13 inch (late 2011)
This weekend I decided to update my old Macbook Pro 13 inch from late 2011, with 125GB SSD and 8GB RAM. It’s a machine I’ve taken on trips around the world and back in the day ran many a session, workshop, or demo on sharing all that AppDev goodness you know from JBoss technologies. Last time we checked, this was ...
Read More »Add mTLS to Nginx
Previously we added ssl to an Nginx server. On this example we shall enhance our security by adding mTLS to Nginx. Apart from encrypting the traffic between client and server, SSL is also a way for the client to make sure that the server connecting to, is a trusted source. On the other hand mTLS is a way for the ...
Read More »Add SSL to Nginx
Nginx is a versatile tool that has many usages, can be used as a reverse proxy, load balancer etc. A common usage is to handle the SSL traffic in front of applications. Thus instead of handling SSL from your application layer you can have nginx in front. In our example we shall generate the certificates and make Nginx do the ...
Read More »