|
You are here |
humanwhocodes.com | ||
| | | | |
kittygiraudel.com
|
|
| | | | | I'm Kitty Giraudel, a transfeminine web engineer based in Berlin, focused on accessibility and inclusivity. | |
| | | | |
www.andrlik.org
|
|
| | | | | I've been using uv in my Github Actions workflows for a while now to speed up my runner environment creation, and I wanted to do the same for my publishing workflows. So, I created the following workflow for each of my PyPI packages. | |
| | | | |
code.dblock.org
|
|
| | | | | The OpenSearch API specification is authored in OpenAPI and used to auto-generate OpenSearch language clients. I wanted to know how much of the API was described in it vs. the actual API implemented in the default distribution of OpenSearch that includes all plugins. To do so, I have exposed an iterator over REST handlers in OpenSearch core, and wrote a plugin that rendered a very minimal OpenAPI spec at runtime. All that was left was to compare the manually authored OpenAPI spec in opensearch-api-specification to the runtime one, added in opensearch-api-specification#179. The comparison workflow output a total and relative number of APIs described. | |
| | | | |
schadokar.dev
|
|
| | | Setup serverless framework and create a hello function using the serverless template and deploy it on the cloud. | ||