TypeScript

Introducing extensions to TypeScript

In this article, we explore the transformative concept of 'extensions' in TypeScript, a powerful tool inspired by Swift that redefines how we structure and develop programs. It blends technical details with philosophical insights, encouraging a reevaluation of our programming practices.

Read
iOS

Generate Codable models from JSON data

In this post, I'll explore how to generate Codable models from JSON data and how to leverage the case when you have your Codable object inside some subpath of a JSON

Read
iOS

Using docker client in a CI environment via Fastlane

How to run docker headless with bitrise and fastlane

Read
iOS

Open app in multiple simulators with a single command

Command to run an app in multiple simulators without building again, reusing the Derived Data build

Read
iOS

ViewModel injection in ViewControllers with Storyboards

How to inject a ViewModel into ViewController when using Storyboards

Read