Showing 7 to 12 of 12 blog posts by Dmitriy Chukhin.
-
Suggestions For Picking Up Old Projects
At Caktus, we work on many projects, some of which are built by us from start to finish, while others are inherited from other sources. Oftentimes, we pick up a project that we... Read more
February 15, 2019 -
A Guide To Creating An API Endpoint With Django Rest Framework
As part of our work to make sharp web apps at Caktus, we frequently create API endpoints that allow other software to interact with a server. Oftentimes this means using a fron... Read more
February 1, 2019 -
Lessons from the Great Failure of 1858 (PyCon 2018 Must-See Talk Series)
This is the third post in the 2018 edition of our annual PyCon Must-See Series, which highlights the talks our staff especially loved at PyCon. While there were many great talks... Read more
June 25, 2018 -
How Documentation Works, and How to Make It Work for Your Project (PyCon 2017 Must-See Talk 3/6)
Part three of six in the 2017 edition of our annual PyCon Must-See Series, highlighting the talks our staff especially loved at PyCon. While there were many great talks, this is... Read more
June 19, 2017 -
Subtests are the Best
Subtests are the best Testing our code is important. Because developers write bugs, it’s valuable to catch and correct them before the code gets to production so our apps work... Read more
May 29, 2017 -
Learning to ask the right questions, or people
I ask a lot of questions as a developer. Some of them have been more basic, like ‘How do I import a Python function from one file into another?’, and some more complex, like ‘Ho... Read more
April 10, 2017