API Testing in FastAPI with Dependency Injection and Mock Objects
Mocking and dependency injection are tools that can help you test API endpoints without sending emails or connecting...
Create Your Own “Link In Bio” Page at justinmy.bio!
My friend told me how much she hated the tedious and frustrating task of updating her “Link in...
Learn How to Optimize Python with Coding Challenges
Knowing how to optimize code can help you in a pinch. You can practice with coding challenges, and...
Make a File Tree Browser with AJAX and JSTree
jsTree is a neat little tool that provides a tree interface in the browser. This is great for...
Update Your CSS Without Refreshing the Page with Live.js!
Live.js and Middleman are both pretty cool, and you can use them together to harness the power of...
Visualize Wage Data for Your Job at MyAverageSalary.com
I was curious about salaries around the US and had a hard time getting my answers from the...
Purely Functional Programming in JavaScript
This article on functional programming is incredible. It’s a fun exercise that helped me understand the functional approach...
First Time Skiing
A few weeks ago, my landlord came over to do a little work on the house. “My family...
Stop using timeouts with SWTBot: Custom Conditions
I’ve seen a lot of test code that looks like this: Fixed waits like this are pretty standard,...
Show Beautiful Math on Your Blog With MathJax
MathJax uses JavaScript to interpret MathML and LaTeX on your website and display it in any browser. It’s wonderful,...