Ok, I actually think testing is a very important part of development. I still haven't come back from vacation feelings (and wake up times), so I thought I would learn about setting up automated testing for my API. I have been putting off proper persistence implementation because I don't want to start paying for SQL… Continue reading Procrastinating with Tests
Category: learning
Slow start with creatives
We've just come back from vacation and it's a bit difficult to get started back up so I thought I would try to start with creatives. With edge, you get access to bing chat that has a creative mode and I thought I would try it. Here was my prompt, complete with typos: I wanted… Continue reading Slow start with creatives
Co-pilot helping with the boring frontend stuff.
If there is one thing that I hate like less, it is frontend development. Maybe not as much as I hate dislike databases though. So I thought this was the best first thing to outsource to copilot. Whether or not one can use chatgpt or copilot (from here on shall just be named AI for… Continue reading Co-pilot helping with the boring frontend stuff.
Trying out Co-pilot to Build a Side Project for the Summer
I watched a couple of build sessions and the one where Scott and Mark Learn to Code in particular was what prompted (🥁) me to check out Github co-pilot. It's been a while since I worked on a side project for learning. Now that summer is coming up, it's a little bit easier to find… Continue reading Trying out Co-pilot to Build a Side Project for the Summer
The Value of Value Objects
In my most recent employment, I got to work on refactoring some legacy code and one of things that I've learned to appreciate is the use of Value Objects. The domain focused on money and tax rates of various sorts so the code was filled with decimal variable types. The following is a simplified example: As… Continue reading The Value of Value Objects
