07
August
2015
Backup File Utility in Python [Tkinter application]
Author:
victorjabur
0
Hi readers,
This is a graphic software (tkinter) in Python to back up a file on your computer. A backup folder is created in the current directory of the selected file and then every x minutes a backup of the file is done, respecting the maximum number of files in the backup directory.
10
November
2014
Spring Batch Partitioner – Case Study with SourceCode – Best Practices
Author:
victorjabur
I started a sample project which could reproduce the problem to show the community what I was experiencing, but to my surprise I was using the partitioner feature incorrectly. I am writing this post to share what I learned throughout this experience to help those who are going through the same questions.