Milan Latinović
Software Engineer and Enterprise Architect
Tag Archives: project
3D Robot in C++, 10 years ago :)
Few days ago I stumbled upon an archive folder related to university days. I did a quick digging and found this 3D Robot in C++, written with a help of GLUT library. #nostalgia At that time, we had a great professor of Computer Graphic, dr. Patricio Bulic. He provided us with first insights to C++…
Simple web scraper / crawler in Python
Simple web scraper / crawler in Python is one basic coding example. Therefore, this example demonstrates on how to make program that grabs information from web pages. Furthermore, this data can be used for additional calculations. Reminder: If you need to brush up on your Python syntax check out Quick start with Python post. In…
Quick start with Python, code examples and exercises
Quick start with Python: There is one big problem with programming courses for beginners. They guide you trough the long introductions, history facts, lots of theory. Usually, most people simply quit before getting to the “good stuff”. Let us try a bit different approach. Lets make our quick start with Python Here is a list…
TimeTac Connect – integration framework
TimeTac Connect – integration framework is a custom made framework based on ETL concept. ETL means extract, transform and then load. Meaning, extract data from one system, transform it to a proper form and load it to some other system. It represents a baseline for developing data integrations between various sources. TimeTac Connect – integration…
Automation of API documentation
Automation of API documentation is project where we wanted to automate process of API documentation generation. Motivation for the automation of API documentation Before this project we used Swagger standard to manually write and generate documentation for our API. This was resulting in several things that were not optimal: Concept of API documentation generator Firstly,…