Jun 28, 2024
| Category: mobile
| Tags:
#swift
#100 days of swift
A while ago I completed the 100 Days of Swift challenge by Paul Hudson. It was an amazing experience where I learned a lot about Swift and iOS development. In today’s post, I’ll share my thoughts about this journey and highlight some of the most interesting things I encountered. Let’s dive in!
May 03, 2024
| Category: tools
| Tags:
#swift
#linter
Code linting is a crucial practice in software development, aimed at maintaining code quality by identifying errors, bugs, and stylistic inconsistencies early in the development process. In iOS development, SwiftLint stands out as a valuable tool for enforcing coding standards and ensuring consistency across projects. This post explores SwiftLint’s role in elevating iOS code quality and streamlining development workflows. Let’s delve into the world of code linting with SwiftLint and discover its benefits for iOS developers.
Dec 03, 2023
| Category: mobile
| Tags:
#iOS
#swift
#view-code
A few days ago, I published a post about my journey as a mobile developer and why I am changing to native iOS development. Today, I will share my first impressions of using View Code in iOS development. To practice, I chose a design for a mobile app that I found at Dribbble and started to make an app clone. So, let’s jump in and see the results!
Aug 20, 2023
| Category: mobile
| Tags:
#xamarin
#swift
In mid-2014, when I began my journey into mobile development, there were few options for cross-platform approaches. My journey started with Xamarin, a powerful technology that allowed me to create native applications for multiple platforms using C#. Over the years, I focused on mobile development, leaving backend development behind to dedicate myself solely to Android and iOS development. In this post, I share some of my experiences and explain why I am increasingly drawn to iOS development with Swift.