Milan Latinović
Software Engineer and Enterprise Architect
Category Archives: Software Engineering
REST API tutorial – What is API? REST vs RESTful?
REST is one common approach related to building web applications. It is one important term that all web application developers should understand. This is the main goal of this REST API tutorial. Furthermore, a good understanding of what is REST can be beneficial for other stakeholders as well. Introduction to the REST API This article…
Token based authentication and authorization with OAuth
Open Authorization is commonly known as OAuth. This is an open standard for token based authentication and authorization on the internet. OAuth provides a way for third party services to use user related data without user password. Also, OAuth means additional security for user account. Let’s make things more simple. What if there would be…
PHP and Java projects with complete source code
Firstly, thank you all for comments and ideas related to my revamped blog. Some of you asked me about PHP and Java projects with code samples which I had on my old blog. I have moved these code samples to git repositories while ago. Therefore, I will use this post to point to the repositories…
GrazPHP Meetup, Year One
Introduction One year ago, Borislav Lazendić and I started GrazPHP meetup. We wanted to create a small community of people who are interested in development and PHP subjects. Overall idea was to have periodical meetups. Therefore different lecturers would be able to share their knowledge and promote their work within our community. It was a…
Setting up proper JS and CSS minification
Setting up the proper JS and CSS minification can be crucial for your web site’s speed and ultimately better search engine optimization. This article will provide you with quick hints to improve your web site using JS and CSS minification. What is the importance of setting up proper JS and CSS minification What is a…