Skip to content

Commit

Permalink
blog: publish post
Browse files Browse the repository at this point in the history
  • Loading branch information
César Román committed Oct 12, 2021
1 parent 14236c4 commit 99673a2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _posts/2021-10-12-i-m-still-around.md
Original file line number Diff line number Diff line change
@@ -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 <python_package>` and switching to `pipx`

So don't worry, I'm still around.

Happy coding!

0 comments on commit 99673a2

Please sign in to comment.