Deploy and Run Spark(java) on Heroku.
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.
Spring Boot Testing.
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.
Sample Spring Data JPA application.
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.
Sample Spring Boot application.
Spring Ecosystem has been so popular in “Java World” for the last several years and if you want to be on the cutting-edge of Java technologies you should have Spring Boot in your skills set. I am going to show how to level up your String application with Spring Boot.
Spring Boot Server as a Groovy script.
With this post I am going to start series of post related with my Cheat Sheet. Here is an example of simple Goovy script which initializes and runs Spring Boot server.
Javascript For Beginners. Lesson 2 - Common programing concepts.
In this lesson I am going to explain basic common concepts of programming. So I will try to answer questions: What compiler/interpreter is? What source code is? Basic elements of your program. etc
Javascript For Beginners. Lesson 1 - What should I start with?
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.
Introduction or My Very First Post
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.