Standard Search
About 46 results
https://www.coryd.dev/posts/2025/my-preferred-github-alternative · 11 Aug 2025
GitHub's now former CEO went in for some bold absolutes on software development as a career last week: Either you have to embrace the Al, or you get out of your career. And, this week, resigned. : GitHub and its leadership team will continue its mission as...
https://blog.kenrick95.org/2025/06/ikuyo-plan-your-next-trip/ · 1 Jun 2025
It has been many months since I started this side project called Ikuyo (source code in GitHub). I think I'm now relatively satisfied with the feature set to do a write up. Ikuyo is a web application for made to help and collaborate on travels. Features Iku...
https://blog.nove-b.dev/posts/github-release-setup-and-why-needed · 1 May 2025
2年前に1度だけGithubでリリース作成したことがあったけど、久しぶりすぎて忘れていたので改めてまとめることにした。 ブランチにタグをつける リリースのベストプラクティスが良くわ...
https://rednafi.com/misc/heredoc-headache/ · 19 Jul 2024
Avoid here-doc pitfalls when running remote commands via SSH. Learn variable expansion gotchas and simpler alternatives for deployment scripts.
https://rednafi.com/misc/sane-pull-request/ · 14 Jul 2024
Make pull requests easier to review. Learn commit organization, diff filtering, annotations, and context that helps reviewers understand changes faster.
https://rednafi.com/misc/on-rebasing/ · 18 Jun 2024
Master git rebase for cleaner commit history. Learn interactive rebasing, squashing commits, and rebasing feature branches onto main with practical examples.
https://blog.nove-b.dev/posts/github-keeps-growing-green · 15 Apr 2024
Github Actionが毎日動き、草を生やし続けていたことに気が付いた
https://nesbitt.io/2023/12/21/2023-ecosystems-end-of-year-update.html · 21 Dec 2023
Wrapping up what we've been up to over the past year on https://ecosyste.ms
https://www.coryd.dev/posts/2023/hacking-together-a-tweeklyfm-replacement · 15 Nov 2023
I mused the other day about wanting a replacement for Tweekly.fm which shut down due to Twitter's API changes and restrictions. In my case, the aim would be to make this compatible with Mastodon since that's where I've found myself spending the most time r...
https://blog.nove-b.dev/posts/manage-wordpress-plugin-github-action · 15 Oct 2023
WordPressのバージョン管理はSubversion で行われるのだが、なかなか慣れずに更新が億劫になってきたので、Githubで更新できるようにしてみた。 過去関連記事 Subversion (SVN) を使用し承認されたWo...