[Clean Code] Clean Code Debate !

In this series of posts , I try to share with you some of my highlights on Clean Code Chapters. Lots of people argue about the necessity of applying clean code principles and whether spending time on refactoring is an important step of the software development process or just a waste…

The best language for data scientists/engineers !?

I recently answered this questions from a friend and I would like to share my answer with you. The question originally was As a data scientist or data engineer , what the best language for your job java or python ? specially in NLP and text mining field. It mainly depends on…

Simpe Redis: A Simple Interface For Using Redis

In my last post, I talked briefly about Redis and how to install it. In this post, I will try to go deeper and will introduce a very simple interface for using Redis in seconds from Java. At first I would like to introduce you to some important commands in…