Serhat Teker is the software engineer who wrote these articles.
I created this Tech Blog to help me remember the things I’ve learned in the past, so my future-self doesn’t have to re-learn them in the future.
Hash of a Directory
How to find hash of a directory with bash
pytest Exceptions - Part II
How to test exceptions in python - part 2
Placeholder Templatetags Django
How to make a templatetag which lets you add the html placeholder attribute to your form field
Django Custom Model Field - Positive Decimal Field
How to get create custom field for django models. How to make a positive decimal field.
Custom Model Field Validator - Django
How to get create custom validator for django model fields. How to make a django model field greater than zero.