Browsing Tag
github
182 posts
5 Ways to Find High-Impact Ruby and Rails Projects to Contribute to Today
The Ruby community has always been known for its friendliness and “MINASWAN” (Matz Is Nice And So We…
Moving from GitHub to Codeberg(Forgejo)
NOTE: This post is written from a private developer perspective, not that of my employer. I’ve started migrating…
Basics of using Git
In this article, we’ll cover the basics of using git, how version control systems work, and how to…
A Guide to Git and GitHub for Data Analysts
A Guide to Git and GitHub for Data Analysts In the world of software engineering, writing code is…
Git Force Push: Bypassing Repository Protection Rules
Git Force Push: Bypassing Repository Protection Rules When you encounter repository rule violations while pushing code, here’s how…
ChatGPT + GitHub: The Duo That Helps Me Create 10x Faster
If I had to name one combination that transformed how I build, write, and automate, it’s ChatGPT +…
Developer Tooling #007
Welcome to Developer Tooling #007, a newsletter enhancement for Freek Van der Herten‘s popular and high-quality newsletter, geared…
4 Free Methods to use LLM APIs in Development
You might be in the situation I was the other day: I wanted to develop a small AI…
How I Used AI Workflows + GitHub Copilot to Rapidly Build a Production-Ready iOS App
🚀 Why Mix AI & Copilot for iOS? The landscape for iOS development is changing lightning-fast. In 2025,…
Day 13: Advance Git & GitHub for DevOps Engineers
Git Branching Branching is a fundamental concept in Git that allows you to work on new features or…