How to improve in Math for ProgrammingMy math skills aren’t that great, to be honest. I used to suffer from doing some easy problem solving that are math-related. I do think my poor math skills are mostly because I didn’t get a good foundation in high school. So, without further ado let’...Oct 3, 2019·2 min read
The Ultimate Guide for the ICPCResources to prepare yourself for the The International Collegiate Programming Contest (ICPC) or any competitive programming contest Photo by Ariel Besagar on Unsplash What is the ICPC? “The ICPC, the ‘International Collegiate Programming Contest,’ ...Sep 19, 2019·3 min read
How I Created Apple’s Shortcuts Icon SystemA step-by-step guide on implementing Apple’s Shortcuts Icons Customization system.Aug 28, 2019·14 min read
iOS Memory Management in Under 6 MinutesWhat you should know about ARC in old good Objective-C In the last couple of days, I was searching more on memory management in iOS. It was a kind of a hard topic for me to understand in Swift. Therefore, I decided to go a little deeper in old good ...Jul 4, 2019·6 min read
14 Resources to help you get your iOS engineering jobThanks to unDraw for great illustrations! If you already read **my last article on interviewing**, you know that I failed dozens of my previous interviews. In that article, I mentioned how to improve developers’ hard & soft skills in order to impress...Jun 11, 2019·4 min read
Disjoint-set union data structure in C++ and SwiftHave you ever wondered, when you drive by your car, how your navigation system corrects the optimal route, from your current position to your destination, on changes based on the input data such as traffic jams and missed turns? This is one of the re...Apr 10, 2019·7 min read