Browsing Tag
github
178 posts
My setup for publishing to Dev.to using github
This article is mainly around so that I can rmemember my current setup and maybe it’ll help you…
What’s new in SeaORM 0.11.0
🎉 We are pleased to release SeaORM 0.11.0! Data Loader [#1443, #1238] The LoaderTrait provides an API to…
The joy, the pride and the burden of maintaining open source
As a maintainer of i18next, an open-source localization library, I can attest that there is nothing quite like…
Why Using GitHub Pages is a Great Idea
A situation probably everyone of us has run into: I have knowledge, and I want to share and…
Mastering the Art of Writing Effective GitHub Commit Messages
There are no strict rules for writing commit messages but When working on a project on GitHub, it’s…
Automate Updating Major Release Tag on New Releases of a GitHub Action
I maintain several GitHub Actions, such as jacoco-badge-generator, generate-sitemap, javadoc-cleanup, and user-statistician. I’ve also written posts here on…
How to Create a New Reposiorty on Github
Introduction There are different means of pushing your project to GitHub, it can be done manually on your…
How to Write to Workflow Job Summary from a GitHub Action
This post continues my series on tips for developing GitHub Actions. In this post, I explain how an…
VSCode & GitHub Codespaces for my Python playground
Today I did some experiments with Python, I decided to do this activity with GitHub Codespaces without installing…
Pushing container images to GitHub Container Registry with GitHub Actions
In my job, I build a lot of samples that I share with customers to show them how…