Recent Posts
-
February 16, 2018
Install Apache Zookeeper, Kafka and Cassandra in ArchLinux
In this tutorial we are going to install Apache Zookeeper, Kafka and Cassandra in ArchLinux. Installing this way in other Linux distribution is the same but a little bit different.
-
November 20, 2017
Python Shared Data Between Processes
Providing a shared data or state between different processes is so useful and great idea because in many cases when you want to implement parallel systems, you should provide a way that each process can communicate with others.
-
November 11, 2017
Python Ldap Get Modified Users
In many systems when you want to implement an integration with LDAP services, normally you get all users details in every sync action which sometimes this amount of size is large and it’s not good action to sync all users on every sync action.
-
November 08, 2017
Speed up Emacs Startup
Emacs is a fantastic editor for developers with many features. Unfortunatelly emacs boot time is not good enough and it takes a while to load server and client services.