Josh DwernychukEvaluating sapien.network’s Decentralized Social Planhttps://www.sapien.network/ (ERC20-Compliant) has been gaining public traction recently and has been a topic among decentralized services…Feb 17, 2018Feb 17, 2018
Josh DwernychukinSightwave SoftwareTesting Models with Django using Pytest and Factory BoyPytest and Factory Boy make a rad combo for testing Django Applications.Nov 22, 20173Nov 22, 20173
Josh DwernychukBuilding REST APIs with Django REST FrameworkDjango Rest Framework is great for building REST APIs with Django and automates a lot of the tasks required for standing up APIs with…Nov 22, 2017Nov 22, 2017
Josh DwernychukinSightwave SoftwareDatabase Migrations with DjangoMigrations can be tricky with Django and can get hairy when not navigated precisely.Nov 22, 2017Nov 22, 2017
Josh DwernychukinSightwave SoftwareSetting up Nginx, Gunicorn, Celery, Redis, Supervisor, and Postgres with Django to run your Python…Ahoy fellow software adventurers! Today we have a chance to look into setting up some of the moving parts commonly used in production…Oct 11, 20174Oct 11, 20174
Josh DwernychukSHA256 Encryption with PythonSHA2 hashing can be used to increase the security of data by creation of a checksum purposed to represent private information. The process…Sep 17, 20172Sep 17, 20172
Josh DwernychukinSightwave SoftwareDatabase Transactions with the Django ORMDjango is a great tool for modern web development in python. It’s ORM is simple and reliable. We’ll be looking at a few ways to move data…Sep 16, 2017Sep 16, 2017
Josh DwernychukinSightwave SoftwareRetrying Asynchronous Tasks With CeleryWriting resilient code that can handle task failure is important for maintaining modern functional systems. We’ll be going over how to…Sep 16, 20174Sep 16, 20174