You are here |
stribny.name | ||
| | | |
www.mattlayman.com
|
|
| | | | On last week's Twitch stream, I added Mitogen to my Ansible deploy, and it dramatically improved how fast I could deploy to my site. | |
| | | |
www.mattlayman.com
|
|
| | | | At Python Frederick this month, I presented on features of pytest to use when testing in Python. We looked at parametrize, test file organization, and fixtures. The recording is up on YouTube. | |
| | | |
richardtier.com
|
|
| | | | Django Rest Framework integrates well with models to provide out of the box validation, and ModelSerializers allow futher fine-grained custom validation. However, if you're not using a model as the resource of your endpoint then the code required for custom validation of complex data structure can get hairy. If there is a heavily nested data... | |
| | | |
paragpallavsingh.com
|
|
| | Angular offers a comprehensive JavaScript framework that is built using TypeScript. React, on the other hand, is built using JSX. |