Dev
- [New open source CLI framework from Salesforce](https://engineering.salesforce.com/
open-sourcing-oclif-the-cli-framework-that-powers-our-clis-21fbda99d33a) –
Salesforce engineers are open sourcing some exciting new things you may be
interested in. Recently, we open sourced Oclif, a CLI framework that you can
use to quickly build your own CLI.
- Debugging with Git – let’s do
some debugging!
- Here’s how to [verify code and encrypt data with Python-GnuPG and Python 3](
https://www.digitalocean.com/community/tutorials/
how-to-verify-code-and-encrypt-data-with-python-gnupg-and-python-3).
- Check out Google’s Bash style
guide.
- Learn ways to [do things safely in Bash](https://github.com/anordal/
shellharden/blob/master/how_to_do_things_safely_in_bash.md).
- And here are some [common errors that Bash programmers make](http://
mywiki.wooledge.org/BashPitfalls).
- [38 Actions and Insights](https://hackernoon.com/
38-actions-and-insights-to-become-a-better-software-architect-f135e2de9a1b)
to Become a Better Software Architect by Kai Niklas.
Ops
- [Ansible from scratch](https://medium.com/@vineetcloudops/
ansible-from-scratch-9e466111d47b) – It’s a radically simple IT automation
platform that makes your applications and systems easier to deploy. Vineet
Sharma, on Medium, gives you the no-fluff intro to getting Ansible up and
running.
- Here’s how to install [MongoDB on Ubuntu 18.04](https://www.digitalocean.com/
community/tutorials/how-to-install-mongodb-on-ubuntu-18-04).
Misc