Posts Work

Some projects I have worked on.

Scheduler for buissines analytics Charts and tables.

Data retrieval from a SQL database to post process with different analytical tools. The conditions for the data retrieval were the same everyday. So a cronjob was adapted to retrieve the data and send it to the collegues automatically by email. Everything using python, pandas, latex, SQL connectors, exchange server, .

Fetch latest data from external database through a Django form.

Setup a Django project for end users to retrieve data from a SQL database giving specific arguments through a Form. The data is process in the backend with python and pandas and return HTTP a .csv file.

electronic invoices generation for EDI transmission between buissnes partners

An invoicing department needed to send invoices using a specific .CSV file format through EDI. the existing invoice system already had a SQL database So a script with an SQL connector was made to connect to the database and retrieve the data. The .CSV file was customized according to the format of the buissnes partner. The program was designed be triggered automatically everytime a new invoice data was input into the database. But also an option to manually send a request through a django form for excpetions on the invoices.

Personal project: KODI media setup on home network with NAS

Installed the Open source Home Theater Software KODI on a second hand Lenovo thinkcentre for home use. The thinkcentre size makes it suitable to have it right next to the TV. the OS was configured to boot directly to KODI on start up. Music, Videos and photos were stored on a NAS in the same network and accesed through FTP by KODI. The result is a very practical device next to the TV which allows to access all media resources on the NAS with a nice GUI. Any wireless keybard-like gadgets supplements it.

Task manager app

Task manager app

Wiki Website for Company's protocols on local network.

The setup was made on company's network premises.

Website for a Online videogame clan.

Setup a Django project for a clan leader to manage in-game activities. Setup of users roles and profiles. Models for activities, registrations, participation, results and user achievements. Succesfully deployed on Heroku.

Webscraping

Setup a Django project for webscraping an online videogame website information. Online videogames websites publish real-time data that needs to be checked manually by the player. The webscraping script retrieves the data, evaluates preset conditions and if met sends an alert by email.