Advertisement · 728 × 90

Posts by Chris Ching

Which AI Codes Best? Gemini 3 Pro, Opus 4.5 and Composer 1 Tested!
Which AI Codes Best? Gemini 3 Pro, Opus 4.5 and Composer 1 Tested! 🔥 Zapier MCP - Get Started → https://bit.ly/3Y0Nm7jIn this video, we put Google's new AI model Gemini 3 and Anti-Gravity coding editor to the test by compar...

Which AI model builds the best iOS apps? 
My results testing Gemini 3 Pro, Opus 4.5 and Composer 1:

4 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

In this video, we take the SwiftUI and Xcode skills from the previous lessons to build your first app user interface!

6 months ago 1 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

Learn how to use SwiftUI views, view containers and view modifiers to construct an app user interface.
https://f.mtr.cool/djnciomoco

This lesson focuses on the foundations of building user interfaces in Xcode using SwiftUI. This is important because building any kind of app involves building UIs.

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

Zapier vs Make - Comparing features, AI capabilities, ease of use, pricing and free tiers of both tools.

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

OpenAI's new Agent Builder just launched and it allows you to visually build workflows for your AI agents to perform.

It's made even more powerful if given access to to use more tools via MCP.

Guess what, I just released a intro video to Zapier MCP :)

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

Learn how to use Xcode 26 for your first iOS app project in this step by step tutorial! This tutorial will show you where to get Xcode, how to create your first iOS project, what all the files mean, how to use Xcode to code in Swift and build user interfaces and more!

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

Maximize Your Productivity with MCP and AI Tools!

In this video, I demonstrate using Claude to organize my inbox, schedule meetings, save notes and more!

6 months ago 0 0 0 0
Advertisement
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

Enhance your iOS development workflow using Cursor, GitHub, and Zapier MCP. From creating issues automatically to updating them with detailed implementation, this tutorial will show you how to stay organized, save time, and keep your code protected. 

6 months ago 0 0 0 0
How to Make an App (Day 1)
How to Make an App (Day 1) Confidently learn how to make an app (no coding experience required). Used in classrooms and Apple stores, these videos are designed for beginners in mind to...

🥳 New beginner series with Xcode 26!
https://youtu.be/MzUTDrSucZ8

Learn how to code and how to make an app (no coding experience required).

These videos are designed for beginners in mind to teach the fundamental skills for making apps on iOS.

We'll also use AI to learn efficiently!

6 months ago 0 0 0 0
Post image

I automated 4329 tasks in the last 30 days to run this business:

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

How i use automation at CodeWithChris!
Something a little different today:

6 months ago 0 0 0 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

GitHub Made Simple (Full Tutorial)
https://f.mtr.cool/tnitqxpnjx

Learn GitHub basics for beginners: set up your account, create repos, save commits, use branches, and revert changes—so you never lose work and can keep projects safe, synced, and organized.

6 months ago 0 0 0 0

If you want to see a step by step demonstration of this, check out my latest YouTube tutorial!

7 months ago 0 0 0 0

The big takeaways:

- Branches let you experiment safely.
- Your main project stays stable.
- You only merge the good stuff back in.

This is how professionals (and big teams) work — but it’s just as useful for solo devs.

7 months ago 0 0 1 0

Sometimes you’ll run into merge conflicts if both branches change the same code.

Don’t worry — you just open it in a text editor and decide which version (or both) to keep.

That’s how you resolve conflicts.

7 months ago 0 0 1 0

Once you’re happy with your changes, you merge your feature branch back into main.

After merging, you can delete the branch or keep it around.

That’s the full workflow.

7 months ago 0 0 1 0

On your feature branch, you can keep making commits just like normal.

It works the same way as your main branch, but separate.

That’s what makes branches so powerful.

7 months ago 0 0 1 0
Advertisement

When you create a branch, you can copy your project from the latest state or even from an older snapshot.

Then you switch your workspace to that branch and experiment freely.

Your main project stays untouched.

7 months ago 0 0 1 0

When you create your repo, by default, you have a single branch: the main branch.

But you can create more!

A new branch is just a copy of your project where you can safely test new ideas.

You can name it after the feature you’re building — like feature-xyz.

7 months ago 0 0 1 0

Last week, I showed you how to use source control with GitHub so you never lose your work.

But what if you want to experiment with new code without risking your main project?

That’s where branches come in 👇

7 months ago 0 0 1 0
Preview
Enjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.

In this GitHub tutorial, I’ll show you how to use branches so you can safely experiment with new features without breaking your main project.

7 months ago 0 0 0 0
Post image

Xcode 26 is available to download from the Mac App Store!

7 months ago 0 0 0 0

If you use source control, you’ll never have to start a project over from scratch again.  

Want to see how it works step by step?  
Check out my full GitHub tutorial on my YouTube channel.

7 months ago 0 0 0 0

You can even create "branches."

Branches are safe copies of your project where you can try new ideas without breaking your main version.

7 months ago 0 0 1 0

From there, you can:  

- Save commits as you go  
- Publish your repo to GitHub for cloud backup  
- Revert to older versions when needed

7 months ago 0 0 1 0

Getting started is simple:  

1. Create a free GitHub account  
2. Download GitHub Desktop  
3. Sign in and create your first repo

7 months ago 0 0 1 0

GitHub is the online vault.

It’s free, easy to set up, and it keeps your projects:  

- Backed up  
- Synced across computers  
- Ready for collaboration

7 months ago 0 0 1 0
Advertisement

The vault where your project lives is called a "repository" (or repo).  

Inside it, you save snapshots (commits).  

And you can always restore an old snapshot if things go sideways.

7 months ago 0 0 1 0

Source control = snapshots of your project you can roll back to anytime.  

Think of it as a time machine for your files.

7 months ago 0 0 1 0

Picture this:  

- AI breaks your project  
- Undo doesn’t work  
- Multiple copies scattered across folders (if you even have that..)

Source control is the answer.

7 months ago 0 0 1 0