Skip to main content

DevOps

Testing Open Api files

·6 mins
Using Tests to verify the type and nullable correctness of an Open Api file is one way to ensure a usable documentation (if the file cannot be generated).

Demo Environments and what I learned from implementing one

·6 mins
I got the task to implement a Demo environment, learned something about Laravel Factories and the usage of an environment to give possible customers / investors a taste of your product and the developers to find response time / query problems and UX bugs A “Demo” Feature Request #This card was proposed in a sprint planning and sparked a discussion around multiple problems and ideas.