Python, Linux, Docker, Selenium, Java, Devops
Modelling tools and their capabilitiesWhy would you even bother using modelling tools and technologies? :1. Using modelling tools keeps track of how your classes/flow/environment will look like and how they will work with each-other.Check information from University of Cambridge about <a href="https://www.cl.cam.ac.uk/teaching/1112/SWDesign/materials.html" rel="nofollow">Software Design - course materials.</a>2. Designing …
FTP at Fabric - Mini Project - RequirementsThere are few other attempts to create ftp connection using fabric. I've found most of them interesting. The most closest to my version can be found <a href="http://adampresley.github.io/2013/04/20/how-i-deployed-a-php-app-via-ftp-using-fabric-and-git.html" rel="nofollow">How I Deployed a PHP App via FTP using Fabric and Git</a>What Ftp libraries for python there …
Unit Tests why would you need this at all?1. Unit tests and regression testing!Gives you confidence of not breaking your previous features by creating new features.2. Program some more!When you create unit-tests you have to think-through on the source-code to be proper applied to the tests …
Biking Endorphines - story REVEALED.Story behind the bars :)How this project came to my mind and why I've started it?This project came to my mind as an idea, that I could motivate myself to ride bike more offen than I do now.Second part besides of "motivation for riding …
Introduction - How I end-up with slappy SCP?I've decided I'll use my old laptop (which is currently used as a media server for TV) as my main "server" for maintaining and creating content and building site on it.I have to confess, two posts (how-to-create-own-blog && get-noticed ) were deployed by me …
What Github offers us.Since project <code>Biking Endorphines</code> will be maintained at open-source Github, let's check what type of tools does Github offers us.To narrow down our research, let's just find tools available as "free" - they will all be an Continuous Integration tools which purpose will be to build …
Get Noticed ??So what's "Get Noticed" about ? It's a Polish programming Contest that covers creating your own project and making 2 posts a week.From those 2 posts, one must be with information about Contest project, the second one can be about any topic that's connected with programming/IT/technologies …
A word of introduction before we go to 'tutorial' part.If you want to go to the tutorial part right-away - please use <a href="#make-blog-using-pelican" rel="nofollow">Making Blog using Pelican</a>IntroductionI've been struggling on how to begin my own blog (which post will be best) and then found out, that I'm thinking about …