Aaqib Hussain
Aaqib is an enthusiastic programmer with the love of Swift and anything that looks like Swift i.e Kotlin. He loves writing code in Swift, and exploring new technology and platforms. He likes to listen to old music. When he is not writing code, he's probably spend his time watching movies, tv-shows or anime, or either doing some research for writing the next article. He started Kode Snippets in 2015.
- Total Post (22)
- Comments (7317)
Articles By This Author

Things to know when moving to Germany
- By Aaqib Hussain
- . March 8, 2022
This article covers some important things you must know when you are considering a move to Germany.

Factory Design Pattern
- By Aaqib Hussain
- . March 16, 2020
In this article, you will learn about a type of Creational Design Pattern which is the Factory Pattern. You’ll also know about the pros and cons of it.

Creating Target specific Theme in iOS
- By Aaqib Hussain
- . January 19, 2020
In this tutorial, you will go through the use of targets to achieve two separate themes on apps.

Facade Design Pattern
- By Aaqib Hussain
- . January 9, 2020
In this article, you will learn about a type of Structural Design Pattern which is the Facade Pattern. You’ll get familiarized with the pros and cons of it.

Singleton Design Pattern
- By Aaqib Hussain
- . July 13, 2019
In this article you will learn about a type of Creational Design Pattern which is Singleton Pattern. You’ll get familiarized with the pros and cons of it.

Design Patterns
- By Aaqib Hussain
- . June 23, 2019
Design Patterns are an important part of a Software design. In this article you’ll learn the types and the advantages it brings to the table.

Charming the VIPER
- By Aaqib Hussain
- . October 15, 2018
While writing an application from scratch coming up with the right architecture for it holds great value. It usually depends on the scope of the

Securing your Mobile Apps through SSL Pinning
- By Aaqib Hussain
- . March 22, 2018
The rise of enterprise mobility in the past decade has brought comfort and easiness to people’s lives but along with it has evolved a risk and threat of security. But How? Before, people didn’t use to transfer money through mobile devices, or take doctor appointments for an online session through their phones, but now, they do.

Understanding Relationships in Core Data
- By Aaqib Hussain
- . January 2, 2018
Greetings! It’s been a while I haven’t written anything, I was out of topics to write on. Lately I have been working on app at

Sending Network Request using Kotlin
- By Aaqib Hussain
- . October 2, 2017
Networking has always been necessary in any app. So I decided to write about doing network calls using Kotlin. So let’s start by setting up the project.