Dockerized Java Enterprise
Posted: July 7, 2018 | Java , DockerSince Docker containers became the new virtualization layer between the operating system and the applications, Java engineers whose job was to develop web services in the SOA epoch, had to adapt themselves to work with Docker containers, suddenly. But, how do containers change developer’s culture...
Powermocking and OOP
Posted: April 9, 2017 | Java , Testing , MockingEncapsulation helps us to define boundaries of data and behavior within a class, though there are mocking frameworks which bend the rules of this protection. But, if you consider, is it all right to drill down through this protection layer by leveraging the reflection API and mock private methods...
R in Practice: Pipes
Posted: April 9, 2017 | Data Science , Machine Learning , RThe more I write code in R, the more I am impressed with the facilities that the language provides which is perfectly tailored to cleaning and tidying data, one of the most crucial steps in statistical analysis. As you may also admit it, failing at choosing the right tools in development context,...
Routine
Posted: October 13, 2016 | Random , MiscOnce you get a job, and code for others and get paid for it, you are a professional, a part of the whole, a cell in business organism and the business needs to survive in the competitive economy. If you are working at a recognized company with a working business model, the doubts on keeping busin...