PinnedHow to setup Python at your Mac/OS X in professional way !Hey fellow coders who are seeking for knowledge and the best practice. I always start any topic by mentioning a short story of mine as it was a motivation to state why i had done it. I happen to have course for AI/ML where I had assignment which was having…Python3 min read
Jun 4, 2021[Cybersecurity] What can IAM provideImagine that we have a key that can give you privileges to enter to multiple rooms: meeting room, office, and exit door. Sounds awesome ? Well, most of the places the house-keeper or the guard would need to have multiple keys. …Cybersecurity6 min read
Jan 12, 2021How to handle Multiple API calls in Flutter / Dart like PRO !Hi ALL ! Some of you may end up with the needs to make multiple API calls at once to get or send data to the back-end. It is possible to call them one by one and it works , BUT ! The issue is that we wish to trigger…Flutter4 min read
Jan 9, 2021[Mini Project]: LOTR in Vue.js 🧙🏽♂️Axios + ElementUI + Router 👾👁👁 Hello again and today is a bit different to the usual I do in my daily activity as programmer which is Vue ! I was interested to get to know new Front-End framework and Vue.js which I had my eyes on:👨🏽💻 1- Easy and simple. 2- Super fast and…Vuejs8 min read
Nov 3, 2020Why did I choose Dart in my Thesis ?Hi again ! If you did not read my awesome article for Remote Configuration for your app in Firebase: https://medium.com/ala-alhaj/flutter-how-to-configure-application-in-the-cloud-by-firestore-getx-dio-firebase-c2ebf8e5c6f3 Here we are in another topic that I would love to share my opinion why I see Dart is serious enough to take and also share my thoughts why I…Thesis4 min read
Oct 10, 2020[Flutter]: How to configure application in the cloud by Firestore “GetX + DIO + Firebase”I personally do not like to re-publish my work to the store for tiny changes such as coloring, add/change text(s), or whatever you can name. I worked once with a customer where he kept asking over and over again to change some part of the design / coloring that he…Flutter9 min read