Python: Django, what should you NEVER put in a transaction?Transactions are central to Django apps, but if you put the wrong code in transactions, you may cause an outage!Mar 3Mar 3
Python: How Django Transactions WorkTransactions are how Django manages all the DB operations that your app runs. Learn how to best use them and avoid costly mistakes.Feb 221Feb 221
Maggie: Building a Baby TranslatorOne spring and summer in 2017 a friend and I built a baby translator and it worked! We had happy users and a great adventure.May 13, 20242May 13, 20242
Python: 30 Questions to Learn MultithreadingI used this to review Python multithreading for upcoming interviews; I hope it helps you. PS: It is repetitive to help with memorization —…Apr 19, 2024Apr 19, 2024
Retool: Sample of TAPIs and Tests for RetoolHere is a sample that demonstrates how to login and manipulate a simple Retool form in a test. The rest of the tests are too involved to…Mar 11, 2024Mar 11, 2024
Migrating Stitch Fix’s Core Recommenders to One Config Driven AppEvery item of clothing that is displayed on Stitch Fix’s website, apps, and stylist portal was filtered by Quals and I choose to migrate…Feb 23, 2024Feb 23, 2024
Retool Review-Is lowcode production ready?I go over Retools features, upsides, downsides, and how you can overcome them.Jan 30, 20244Jan 30, 20244
TDD: Why Testing APIs?Leverage the power of abstraction to make your tests easier to write, read, and update.Jan 2, 2024Jan 2, 2024
Published inLevel Up CodingTDD: Reintroducing the Testing APIDon’t access the code you’re testing directly from your tests; use a testing API. It will make testing fun and easy.Dec 29, 2023Dec 29, 2023