piovincecang

@piovincecang

35 Points 0 Followers

4 Posts

0 Answers

User has not added any information in their about section.

piovincecang · 2 years ago

Windows 10 Post-Reformat Checklist

A little how-to guide on what services to turn off after installing Windows 10 because these services are a pain in the ass and on the disk. These instructions were gathered from various sou...

piovincecang · 2 years ago

Developing Django and React on Virtual Machine, Testing on Host Machine

This post is a little how-to guide on being able to access a site under development from a host machine as it is being built and served from inside a guest virtual machine. In my case, I run...

piovincecang · 3 years ago

Django: Decorators for Permissions Checks

Role-Based Access Using Decorators Below, I go through a Python decorator which takes arguments to enforce a granular level of permission handling on Django REST Framework API Views. Why use...

piovincecang · 3 years ago

Python: defaultdict

defaultdict If you're tired of encountering KeyErrors when accessing a non-existent key in a dict, and instead want to have a predefined default value returned when accessing the existent ke...

Loading More Content