by Tomasz Kluczkowski | Nov 25, 2018 | Coding Journey
Making your morning easier If you work with code then probably every morning looks the same: check emails, pull master blah blah blah… One thing that you don’t want to repeat is starting all the project’s workers manually, especially once you have...
by Tomasz Kluczkowski | Jul 11, 2018 | Coding Journey
Styling Forms in Django Applications Using django-bootstrap4 Django is a great framework and a lot is included but certainly forms look absolutely horrible. Bootstrap though formats everything nicely for us. How can we join them both? We will use a wonderful library...
by Tomasz Kluczkowski | Jan 19, 2018 | Coding Journey
A Little Summary of My Coding Achievements in 2017 It was quite a trek! I started humbly refreshing my programming skills from the past and using only one language – Python. Then within a few months I begun adding tools and languages one after another. Have a...
by Tomasz Kluczkowski | Jan 15, 2018 | Coding Journey
Unit Testing and Test Driven Development with Pytest Coding Examples – Outgoing Commands and Mocks In this final piece of our series on basics of unit testing we get to test outgoing commands and learn how to use mocks to remove dependency on external objects. Search...
by Tomasz Kluczkowski | Jan 5, 2018 | Coding Journey
Unit Testing and Test Driven Development with Pytest Coding Examples – Incoming Commands and Exceptions In the fourth part of our unit testing series we are introducing Test Driven Development (TDD) to test incoming commands and exceptions. Search for: Recent Posts...
by Tomasz Kluczkowski | Jan 1, 2018 | Coding Journey
Unit Testing and Test Driven Development with Pytest Coding Examples – Incoming Queries The time has come to put all what we said into practice. Let’s build and test a simple class – a beer Fridge. We all use them at home and we all have an idea more...
Recent Comments