From 99673a265566f340d32bb34486db86bb325332d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Tue, 12 Oct 2021 12:36:25 -0700 Subject: [PATCH] blog: publish post --- _posts/2021-10-12-i-m-still-around.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/2021-10-12-i-m-still-around.md diff --git a/_posts/2021-10-12-i-m-still-around.md b/_posts/2021-10-12-i-m-still-around.md new file mode 100644 index 0000000..2b49caf --- /dev/null +++ b/_posts/2021-10-12-i-m-still-around.md @@ -0,0 +1,23 @@ +--- +layout: post +title: I'm still around +tags: quick-take +date: 2021-10-12 12:34 -0700 +--- +Well, hello there! + +I know it's been a while since we last spoke, but I wanted to let you know that I'm still around and keeping busy with work and continuing learning. + +And on that note, here are some of the things I've learned in these months, and might end up on a post of their own: + +1. Using `pylint` +1. Implementing GitHub actions, and suggesting a change on a "starter workflow" ([starter-workflows#1108](https://github.com/actions/starter-workflows/pull/1108){:target="_blank"}) +1. Packaging projects and publishing to PyPI (see: [ignition-api](https://pypi.org/project/ignition-api/){:target="_blank"}), [Azure artifacts](https://docs.microsoft.com/azure/devops/artifacts/quickstarts/python-packages?view=azure-devops){:target="_blank"}, as well as packaging for Jython and learning about unexpected errors and its own shortcomings +1. Using a Python package's "extras" on `pre-commit` hooks +1. Writting code compatible with Python 2.5, 2.7 and 3+, and learning about the `__future__` +1. Switching to informal interfaces after struggling with `abc.ABCMeta` when the implementing classes required a constructor +1. Dropping `brew install ` and switching to `pipx` + +So don't worry, I'm still around. + +Happy coding!