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, … Read more

TimeTac Connect – integration framework

timetac connect integrations

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 … Read more

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 … Read more

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 … Read more

Content Time Management in WordPress

Content time management in WordPress

Content Time Management in WordPress is important topic if you are producing content on regular basis. Basically, you might want to control a content on your web site in a specific way. In example, you might want to show some content only on weekends or only within a specific time frame. Furthermore, you might want … Read more