Ming Lee Full Stack Developer

Components
Angular JS
Angular User Management

Delete User Function

This piece of work is esentially a directive that allows a user to delete his/her account. The directive calls a method on a service which sends a DELETE request to a specified url.
Angular external link interceptor
Django V1
Djangular rest framework
Django model logging

Data migration

My first data migration to remove field encryption. I had to decrypt the field and assign it to a new field, remove the encrypted field and rename the new field.
Django declaration middleware

Middleware

Allow an app to specify a list of urls that will redirect to a page where the user has to accept the terms to use.