Lucy Linder
DERLIN.

DERLIN.

Follow
homeAbout MeKotlin is funnewsletter
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

Share your Jupyter Notebooks like a pro

Jan 18, 202312 min read

Are you doing data analysis with Jupyter Notebook? Here is how to create beautiful notebooks with interactive plots and host them as HTML on GitHub...

Share your Jupyter Notebooks like a pro

Let's code a reusable workflow for building state-of-the-art, multi-platform Docker images with GitHub Actions ✨

Dec 5, 202211 min read

I wrote a reusable GitHub Action workflow for one of my pet projects, rickroller. The workflow itself is very small and uses mostly well-known...

Let's code a reusable workflow for building state-of-the-art, multi-platform Docker images with GitHub Actions ✨

How to create nightly releases with Github Actions

Oct 31, 20212 min read

In my GitHub projects, I like to have the artifact (e.g. a jar) of the latest successful build on a specific branch (e.g. develop or main) available...

How to create nightly releases with Github Actions

Testing github pages with remote theme locally

Sep 29, 20213 min read

I am using github-pages with a remote theme (just-the-docs) to host one of my projects documentation. I wanted a way to test everything locally,...

Testing github pages with remote theme locally