JIB – Dockerize your java build
We look at dockerizing our java build both in the cloud and in our local docker environment.
In this video, I give a small view of our new office and introduce channel memberships.
In this video I review the new Reef release of Ceph. This release is not generally available so I had to put in a bunch of effort in order to build it. I talk about the trials and tribulations with this project. All the different distributions and versions of operating systems I tried. I also…
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…
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.
In this video we will convert Pytorch model to Tensorflow using (Open Neural Network Exchange) ONNX. ONNX is a standard format supported by a community of partners such as Microsoft, Amazon and IBM. PyTorch is mainly maintained by Facebook and Tensorflow is built in collaboration with Google.
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.