
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...

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...

Purely Functional Programming in JavaScript
This article on functional programming is incredible. It’s a fun exercise that helped me understand the functional approach...

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,...