Sarah Ting

✍️ Blog

Personal thoughts on technical learnings and life in Tokyo.

Django dev docker compose

In the Laravel ecosystem, there’s a first party development environment called Laravel Sail which takes care of your Docker containers. When I popped my first Django project up, I was looking for Django’s version of Sail, but it doesn’t seem like there’s a first party equivalent.

Laravel test learnings for 2022

I had a large untested side project at the beginning of 2022 which I wanted to start getting under automated tests. My target for this year wasn’t to get it to complete test coverage which I thought may be too ambitious, but just to write 1,000 PHPUnit tests before 2023.