Pinned Repositories
1-Getting-Started-With-App-Development-Presentation
Advanced-iOS-and-Android-Development-Diploma-Course
App-Development-With-Swift
This project was born to collect all my iOS development knowledge acquired in the year of 2018 at the iOS Development Laboratory, UNAM, campus CU. The academic institution provided me Apple material that was readable but not editable, so I created a new awesome documentation that includes notes, images, GIFs, drawings, diagrams, bash scripts, swift code. It also takes advantage of tools like git, GitHub and VIM, you will also find a browsable index of documentation to easily access each topic. On the other hand, this project helps me to show my experience with colleagues and even allows me to share my knowledge with my teammates.
iOS-Code-Testing
iOSProgramming_AdvancedObjectiveC
As a profesional I am always looking for new ways to be more productive and improve my knowledge, that’s why I started this project which allows me to recall how iOS development was in the past, specifically how was the memory management in Objective-C. Understanding the concepts: retain and release, developers were responsible to avoid leaks and premature deallocation, so they used tools (more frequently) like Static Analyzer and Instruments and took care of each allocated object. From this project these apps were born: Hypnosister, Homepwner, TouchTracker, Nerdfeed, Basic MediaPlayer and CocoaServer. Xcode 12 version and Manual Reference Counting settings were used.
iOSProgramming_BasicObjectiveC
As part of my Trainee program to become an iOS developer was necessary to learn Objective-C programming language, not only because are the foundations of iOS development but also because it was part of my job to perform simple maintenance task such as patching, debugging and create new classes for an application. I am proud of these notes because allows me to show my experience with teammates and share knowledge. As you can see, each link leads you to each repository which contains a beautiful README.md file and the Xcode projects. After a while was obligatory to add the the sentence“Using ARC” because that concept was rounding my head.
PracticalAutoLayoutXcode
This project pretends to store all basic and advance concepts of AutoLayout. Designing a well thought user interface, AutoLayout is able to show a suitable user interface for all devices. The Xcode version originally used was 10+, but actually all xcodeproj files are also tested on Xcode 12+. At first glance you can see GIF files to show what is the final product. This knowledge base is one of my favorites because allow me to speed up the basic design of a suitable user interface.
rm-dot-DS_Store-files-recursively
It finds all .DS_Store files in the current directory and deletes them.
trad3
This is a new repository for my script trad3. It translate in a basic way an English word to Spanish and viceversa.
Xcode
All Xcode tricks that helps me to improve my development knowledge.
c4arl0s's Repositories
c4arl0s/rm-dot-DS_Store-files-recursively
It finds all .DS_Store files in the current directory and deletes them.
c4arl0s/Apple-Pie-App-Presentation
c4arl0s/ChronoList-Presentation
This README file only pretends to be a presentation for the real project.
c4arl0s/create-table-of-contents
I found that when you start a new project on GitHub and your goal is to learn something, you have to create a content index and focus on each of these steps as you project grows, this content index have to have the ability of being browsable, so with the help of GiHub and markdown I wrote a bash script to generate this index from a text file. This script speed up the first step after creating a new repository and allow you to navigate through your project.
c4arl0s/Homepwner-App-Presentation
c4arl0s/Hotel-Manzana-App-Presentation
c4arl0s/IntroducingSwiftUI
Introducing SwiftUI
c4arl0s/Personality-Quiz-Presentation
c4arl0s/sed
c4arl0s/Touchtracker-App-Presentation
c4arl0s/WorldTrotter-App-Presentation
c4arl0s/iOSProgramming_AdvancedObjectiveC
As a profesional I am always looking for new ways to be more productive and improve my knowledge, that’s why I started this project which allows me to recall how iOS development was in the past, specifically how was the memory management in Objective-C. Understanding the concepts: retain and release, developers were responsible to avoid leaks and premature deallocation, so they used tools (more frequently) like Static Analyzer and Instruments and took care of each allocated object. From this project these apps were born: Hypnosister, Homepwner, TouchTracker, Nerdfeed, Basic MediaPlayer and CocoaServer. Xcode 12 version and Manual Reference Counting settings were used.
c4arl0s/iOSProgramming_BasicObjectiveC
As part of my Trainee program to become an iOS developer was necessary to learn Objective-C programming language, not only because are the foundations of iOS development but also because it was part of my job to perform simple maintenance task such as patching, debugging and create new classes for an application. I am proud of these notes because allows me to show my experience with teammates and share knowledge. As you can see, each link leads you to each repository which contains a beautiful README.md file and the Xcode projects. After a while was obligatory to add the the sentence“Using ARC” because that concept was rounding my head.
c4arl0s/2TheBasicsRysGitTutorial
2 The Basics Rys Gi tTutorial
c4arl0s/Combine-Asynchronous-Programming-With-Swift
Combine: Asynchronous Programming with
c4arl0s/git-add-ui
c4arl0s/git-add-with-extension-ui
git add with filter ui
c4arl0s/git-restore-ui
c4arl0s/git-restore-with-extension-ui
script to restore files with filter
c4arl0s/grep
c4arl0s/HandlingUserInput
Handling User Input
c4arl0s/iOSProgramming_BasicSwift
iOS Programming Basic Swift
c4arl0s/LearnToCodeInSwift4
c4arl0s/List-App-Presentation
c4arl0s/Photorama-App-Presentation
c4arl0s/rename-files
This script rename all files and directories in the current directory.
c4arl0s/Restaurant-App-Presentation
c4arl0s/Set
c4arl0s/Unix
BashCheatSheet
c4arl0s/verify-status-of-current-repositories
Verify Status Repositories Script