Backend

Automatically document and deploy your API with SLATE and GitLab

Sometime ago we were looking into Markdown (MD) documentation for a project, and we found out there are different tools out there. We were particularly curious about SLATE. SLATE allows you to automatically convert your MD files into a web application you can deploy, so you just need to focus on writing the documentation. SLATE […]

Automatically document and deploy your API with SLATE and GitLab Read More »

Dependency Injection for iOS Applications – Part 2

In Part 1 of our article Dependency Injection for iOS Applications we introduced Dependency Injection (DI) and looked into Init based DI. In the second part we will be discussing another common type, the Container based DI. Container based Dependency Injection The container based DI approach is different from the init based approach. In DI

Dependency Injection for iOS Applications – Part 2 Read More »

Scroll to Top