I show you how to setup simple two-factor-authentication in Django.
I show you how to setup simple two-factor-authentication in Django.
Decorators are a feature in Python that allows modifying function behavior without changing its source code. I show you how to write your own decorators.
Database transactions group multiple operations into a single atomic unit of work. I show you how to write transactions in Django.
A modal dialog box is element commonly used to prompt the user for input. I show you how to implement a modal dialog in react bootstrap.
Here are five tech books and five math books I think are worth reading. The list honors two teachers that got me hooked on the subjects.
Learn how to use a JSON schema to validate JSON data for a Django backend.
Learn how to shuffle elements on an HTML page in JavaScript.
Django Q objects are a way to construct complex queries in Django, allowing developers to build more flexible and powerful queries than can be achieved with
Learn how to make your own HTML5 elements to increase semantic meaning in your web pages.
Django layers and channels are a tool for the backend to broadcast information to clients.