Deploy and Run Spark(java) on Heroku.

March 28, 2018

Couple days ago I build my PoC (Proof of Concept) project based on Spark (java) framework. It was REST API which I deployed and run on Heroku cloud platform. The Dev process was really rapid and I am going to share my experience how to quickly create REST API and run it on Heroku. As an example of I am going to implement simple temperature converter.

Read More

Spring Boot Testing.

March 08, 2018

As a follower of TDD I prefer to write test firstly and then implement logic for passing it. In this post I am going to demonstrate how to do “Unit Testing” in Spring Boot project.

Read More

Sample Spring Data JPA application.

February 26, 2018

In this post I am going to demonstrate common methods and approaches of working with Spring Data JPA. Spring Data JPA is a part of the big family Spring Data. Spring Data which is an umbrella project and the most popular project in set of Spring Tools. This project allows us to build fully configuring the persistence layer. I am going to demonstrate and do some code explanation of boilerplate code.

Read More

Javascript For Beginners. Lesson 1 - What should I start with?

January 20, 2018

OK, you decided to learn how to program. You probably have tons of questions. How should I start, from what should I start, Which programming language should I pickup??? I am going to introduce you into programming world and describe the basics stuff (like a program script, compiler, translator etc.) before you dive in deeper and will start writing you first program. If you already familiar with that or you find it boring you can skip it and go onto my next lesson which has more practical tasks.

Read More

Introduction or My Very First Post

January 18, 2018

In this blog I collect my posts/tutorials/best practices related with programming process. I am going to organize my posts in several levels according to level of programming knowledge which will help you to dive in to wonderfull world of programming.

Read More