– manzoor
I am currently working on a User Authentication module for a Django project and am anticipating using this in other Django projects. Wondering, not just with the User Authentication module, but other similar common building block modules that I could be working on and using in various projects – how would I plan on doing that.
I am also, for now at least, using Django as my backend for not only the web and mobile applications I am currently working on but also the native iOS apps I have plans to begin soon.
– manzoor
UI is my weakest link in my Software Development journey. But with iOS Autolayout, I am getting a slight taste of the challenges faced when designing the User Interface. My biggest challenge right now – designing for both iPAD and iPhone. Designing just for iPhone has become complicated enough given the range of devices – iPhone 5s to iPhones XS Max.
– manzoor
– manzoor
While there is an emphasis on the “dev” portion of my workstation – mostly because there is more of a need to ensure the various tools and their compatibility is maintained. I do want to clarify that I use the same workstation for my personal stuff too.
Issues:
rvm shell_session_update: command not found
Possible solution –
http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
Note:
Uninstall rvm
1. rvm implode
2. gem uninstall rvm
chef aws provisining -> https://christinemdraper.wordpress.com/2015/01/31/deploying-a-multi-node-application-to-aws-using-chef-provisioning/
VM
rails
– manzoor
While I try to figure out why all the available PODs seem to be written in Objective-C (and not Swift) I need to make notes for using Objective-C (in addition to using CocoaPods) in my iOS App(s).
Pre-Req:
– manzoor
– manzoor
These are simply programming languages to help us learn “Object Oriented Programming”. While we will be trying to learn each of the languages as best we can, the goal is to learn to Program and user “Object Oriented Programming” as the foundation.
Data Structures
Struct
Class
Struct vs Class
Method
Initializer
Default / Memberwise
Functions
Optionals (need to go over) / Unwrapping Optionals / Optionals Chaining
– manzoor
Related Posts (internal)