Tuesday, December 24, 2019

DevOps in Legacy Systems

I had a discussion with one of my then-manager-colleague about ensuring the movement of a planned item even if the only available team member has no expertise to take it on. The simple answer is to get that team member to a starting point with the help of the experienced ones, through a non-heavy pair work format, just enough to give them momentum. It is possible that the task won't be completed...

Monday, December 16, 2019

Quantum Computing: Drivers of the Hype

Last October, I attended PSIA's SoftCon.ph 2019, where one of the plenary hall speakers is a Managing Director from Accenture who discussed a new set of emerging technologies following the SMAC (Social, Mobile, Analytics, Cloud) technologies from 6 years ago. Abbreviated as the DARQ Power which stands for Distributed Ledgers, AI, Reality Extended, and Quantum Computing. The first time I heard...

Saturday, December 14, 2019

My notes on setting up PyCharm with Gerrit

PyCharm Notes1. Install Pycharm 2. Install Git 3. Install Python interpreter 4. Install required Python modules In Pycharm 1.    Clone the projects 2.    For multiple projects in one window – do an ‘attach’ 3.    Configure Python interpreter per project 5.    install packages/plugins  via Settings - e.g. Gerrit plugin 6.  ...