blog.outsidecode.comOn improving my simple codePen clone Junior-Dev-TeamI run a programming course in my kids' primary school since two years with kids between 8 and 10 years old. The main reason for doing it was to get my kids into coding and also to give other kids a chance to get into coding very early. It is a lot of...Jan 26, 2024·3 min read
blog.outsidecode.comRun Django 5.0 on a ChromebookI own an HP Chromebook and use it for my private side projects. I wanted to try Django 5.0 to learn something new for a new project idea. I also do not want to rely too much on Google Firebase, which I use for a different project. Finally, I like pro...Jan 15, 2024·2 min read
blog.outsidecode.comDerive Requirements from Use Cases using ChatGPTIn the first attempt to define what a system shall do, simple yet powerful use case definitions are often used. If you are unsure what a use case is, let's ask ChatGPT. A use case definition is a description of a specific goal or task that a user or...Jan 18, 2023·5 min read
blog.outsidecode.comStructure Requirements in FunctionsDid you ever read a requirements specification with dozens if not hundreds of requirements that come in form of an excel sheet or word document? It takes a huge effort and a long time to understand the intent of the author. The result is most of the ...Jan 5, 2023·6 min read
blog.outsidecode.comRequirements Gathering using ChatGPTGathering requirements is hard. Often we do not have access to real users, just lack ideas on how to start or miss important aspects completely. Wouldn’t it be great to have a co-author that helps to come up with ideas to kick-start the gathering? Si...Dec 31, 2022·6 min read