5 followers
Welcome! In this blog, I share knowledge about iOS Development with Swift.
Subscribe to my newsletter and never miss my upcoming articles
When I started my career as an iOS developer in 2013 I created a very simple app that featured famous quotes. I published it on the App Store for free to serve mainly as a portfolio to me. It was a really cool project that I was proud of creating b...
Almost all the time is a bad decision to use Strings in conditionals because you will have no help from the compiler to alert you when you typed them wrong. Throw the first stone the developer who never lost hours of work debugging because the code d...
I already wrote about naming conventions in a past article but I wanna explore a little more because I think this topic is very important for every developer. The "One word per concept" rule Consider the following code: class UserManager { func ...
Today I learned something very useful about code blocks on Hashnode (and it probably works on other blogging platforms too) that I immediately wanted to share with the community. To explain this let me first show the result without the language tag: ...
Continuing the powerful coding practices series, today I will talk with two simple concepts that can greatly improve the readability of our code. Maintaining proper indentation A source file is a hierarchy rather like an outline. Each level of this ...
Everyone has their favorite software to do a specific job. As developers, we have some mandatory ones like code editors, task managers, source control, etc. Today I decided to list my current favorite tools that I use every day to do my job. I think...