Milan Latinović
Software Engineer and Enterprise Architect
All posts by milan.latinovic
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++…
How to cleanup WordPress header and gain speed
How to cleanup WordPress header is one of the common questions people ask when they start optimizing their WordPress sites. Constantly investing time to speed up your WordPress and keep everything clean will have big benefits to your SEO (Search Engine Optimization). Furthermore, it will make the look and feel of your site better and…
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…