MarcoNotes to myself on Django SignalsSome points to consider when choosing between Django signals or overriding model .save() method to perform additional tasks when…Sep 4, 2020Sep 4, 2020
MarcoCustom Django model field based on default Primary KeySometimes we would like to have another unique but not auto-incrementing value as the identifier, serving as a “pseudo primary key” and…Aug 28, 2020Aug 28, 2020
MarcoConverting Text Field to Foreign Key in DjangoAltering your data models or schema is sometimes inexorable due to changing requirements or fixing legacy design mistakes.Aug 21, 2020Aug 21, 2020
MarcoinWebtipsPassing ID vs. Entity as props in ReactShould the parent component pass the domain entity/object or just the ID of the object into the child component?Aug 7, 2020Aug 7, 2020
MarcoinLevel Up CodingReact Hooks and the Evolution of State ManagementIn this post, I would like to share a brief history of ReactJS and its solutions to state management…Jun 10, 2020Jun 10, 2020