Ione Souza Junior

Posts

January 19, 2024

Git Basics: An In-Depth Look at Essential Commands

#git

When I started using Git, no GUI tool existed to manage a repository. Everything had to be done via the command line. After a few years, some good tools were introduced, and turns more productive the developer lifecycle with some Git GUIs and Git tools integrated into IDEs. In this series of posts, I won't talk about Git GUIs. I will talk about Git in the command line, and we will start right now.

January 14, 2024

Mastering Git: A Comprehensive Guide to Git Commands

#git

Welcome to the "Mastering Git" series – your ultimate guide to mastering the essential commands of Git, the widely-used version control system that supports developers across the globe. Whether you're a beginner looking to get started or an experienced developer aiming to deepen your understanding, this series is designed to provide clear and comprehensive insights into Git commands.

December 03, 2023

Book Tracking app clone using View Code in Swift

#swift #view-code

Afew 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!

August 20, 2023

My journey in mobile development: From C# to Swift

#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.