While we are developing our application, we always need to have database connection information. Here is a quick copy/paste reference for Mysql Connection with Spring Boot framework. Just place following code...
While we develop our applications using Spring Boot, we keep searching these data every time. Here is the required code piece for a fresh start of application with postgres configuration. Here...
Graf (çizge) kavramı aslında temel olarak matematik biliminden çıkmış olsa da yazılım dünyasında gerek bilerek gerekse bilmeyerek hemen hergün kullandığımız bir konudur. Bu yazımda temel graflardan bahsederek grafların bilgisayar programlamasında bir...
Every programmer who has developed a web or a form application has experienced event based programming practices. When an user clicks a button or types something in a textfield or closes...
While working with Spring Framework, we are taking advantage of using CRUD repositories. However, some people would prefer having full control of SQL over the data. Sometimes I feel more comfortable...
It has been quite long time that we have been using web servers and application servers to serve our web applications developed using Java. While the application development technologies are evolving,...
We have already developed our entities and the most basic repositories in the previous posts. You can have a look here if you did not read the previous chapters. Now is...
In the past I had lots of problems while developing software applications and I am still having them. Here I would like to share one of my experience about client-server communication...
A couple weeks ago I needed to develop an application using “state of the art” technologies working with OAuth support. I was thinking that I had a good understanding of the...
Introduction Volume of data has been increasing everyday in the globe. Although companies, schools, scientists and institutions need the data, it is not so easy to control and use billion of...