JavaScript has long been the go-to language for building interactive web applications, but I’ve never enjoyed its complexity. The endless frameworks, bloated d...
#Django #HTMX #Learning
It occurred to me recently that this app is not covered with tests. I thought about end-to-end tests with pytest and Playwright, which will be performed later. Currently, I'm covering this app ...
#Django #Learning #Tests