iOS Developer
Take a look a this code, share in comments what are your thoughts/notes about it? struct Bottles { func song() -> String { verses(from:...
View <-> Controller <-> Model · Life started with MVC long time ago. It was clear how to separates responsibility between different components. So the...
About The Series This article is part of the following series: PART 1: Getting To KnowHere I talk little about Hilt, just how to setup Hilt for...
About The Series This article is part of the following series: PART 1: Getting To Know (This Article)Here I talk little about Hilt, just how to setup...
Whenever you have a primitive array and you would like to convert it to List (collection-based array). You might do this using asList() method of...
Introduction In this article I try to simplify for beginners, how to run local development environment (of different apps) over HTTPS using Caddy...