Explore >> Select a destination


You are here

stribny.name
| | www.mattlayman.com
8.2 parsecs away

Travel
| | 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
4.3 parsecs away

Travel
| | 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
11.1 parsecs away

Travel
| | 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
89.2 parsecs away

Travel
| Angular offers a comprehensive JavaScript framework that is built using TypeScript. React, on the other hand, is built using JSX.