Open Source
-
Enterprise Java
KivaKit resources
A resource is a stream of data that can be opened, read from or written to, and then closed. KivaKit…
Read More » -
Enterprise Java
KivaKit command line parsing
The kivakit-commandline module provides the switch and argument parsing used by kivakit-application. Let’s take a look at how this works.…
Read More » -
Enterprise Java
KivaKit applications
The kivakit-application module contains building blocks for creating applications and servers. In the diagram below, we can see that the…
Read More » -
Core Java
Overhead added by Garbage Collection Logging
Enabling Garbage collection logs on your application has certain advantages. In nutshell, Garbage collection logs will facilitate you to optimize…
Read More » -
Core Java
Add Grpc to your Java Application
Grpc is a high performance, open source universal RPC framework.There are various benefits for using gRPC. It simplifies development by…
Read More » -
Python
Turning Python Scripts into Working Web Apps Quickly with Streamlit
I just realized that I am using Streamlit since almost one year now, posted about in Twitter or LinkedIn several…
Read More » -
Python
Generating Meaningful Mock Data with Faker
Faker is an Open Source Python package that generates synthetic data that could be used for many things such as…
Read More » -
Python
Python Calculations in Jupyter with Handcalcs
Jupyter notebooks allows LaTeX rendering inside markdown. This way you can write complex math equations within a notebook. While LaTeX…
Read More » -
Core Java
Set it up
In Java, we often have framework support for importing settings from the file system of our application. If we’re lucky,…
Read More »