https://youtu.be/iLxGvLTDv3s?si=odijzVxqvUc0Yuso
#keep #it #simple #apps #aplikasi #sederhana #kuat #kekuatan #fokus #satu
#keep #it #simple #apps #aplikasi #sederhana #kuat #kekuatan #fokus #satu
YouTube
Apps so simple you won’t believe they make money
Build your own SIMPLE app → https://build.starterstory.com/build/ai-build-accelerator?utm_source=youtube&utm_campaign=SSBsimpleapps
Access the database → https://www.starterstory.com/simple?utm_source=youtube&utm_campaign=SSBsimpleapps
Follow Starter Story:…
Access the database → https://www.starterstory.com/simple?utm_source=youtube&utm_campaign=SSBsimpleapps
Follow Starter Story:…
https://youtu.be/0dMXxlpcaLs?si=BBlJnowPtE0j8nPy
#gemini #desain #insane #web #ai #free #open #source #apps #fullstack
#gemini #desain #insane #web #ai #free #open #source #apps #fullstack
YouTube
Gemini 3.0 Designer Is INSANE! Build Beautiful Websites and Apps In Minutes FOR FREE!
Try Agentic Postgres free on Tiger today. Link in the description. No credit card required: https://tsdb.co/worldofai
Gemini 3.0 Designer is a game-changer for building stunning websites and apps in minutes — completely FREE! In this video, I show you how…
Gemini 3.0 Designer is a game-changer for building stunning websites and apps in minutes — completely FREE! In this video, I show you how…
On Local when any Change...
git add -> git commit -> git push origin main
On Server...
git pull origin main
The overall process
People often call this:
Git-based deployment
Deploy via git pull
Or simply: push to GitHub, pull on server
---
on local
# 1. Stage everything you changed
git add .
# 2. Commit with a message
git commit -m "Use MariaDB for TODO storage"
# 3. Push to GitHub
git push origin main
on server
login as owner of the site then
su - cloud # or ssh in as cloud
go version # should also show go1.22.0
cd ~/public_html
git pull
go build -o todo-app
login to root
su
sudo systemctl restart todo-app
sudo systemctl status todo-app
#git #command #common #github
git add -> git commit -> git push origin main
On Server...
git pull origin main
The overall process
People often call this:
Git-based deployment
Deploy via git pull
Or simply: push to GitHub, pull on server
---
on local
# 1. Stage everything you changed
git add .
# 2. Commit with a message
git commit -m "Use MariaDB for TODO storage"
# 3. Push to GitHub
git push origin main
on server
login as owner of the site then
su - cloud # or ssh in as cloud
go version # should also show go1.22.0
cd ~/public_html
git pull
go build -o todo-app
login to root
su
sudo systemctl restart todo-app
sudo systemctl status todo-app
#git #command #common #github
You can totally do that 👍
Think of it like this:
1. Your backup folder = the code you want
2. Your Git repo = the thing connected to GitHub
3. You copy backup → repo, commit, then (maybe) force-push to make GitHub match.
I’ll assume:
* Your WSL project repo is:
* Your backup is somewhere like:
---
## A. Make your local repo match the backup
1. Go to your repo:
2. (Optional, but safer) Clean out current files except .git:
> If
3. Copy the backup contents into this repo:
> If your backup also has a
> That’s fine as long as its
> We’ll check that next.
4. Check git status and remote:
You should see:
* lots of changes (or “untracked files”)
*
If there is no .git (i.e.
---
## B. Commit the backup as the new version
Now your local
---
## C. Decide: overwrite GitHub or merge?
### 1️⃣ If you want GitHub to match the backup (overwrite)
This will throw away newer commits on GitHub and replace them with your backup.
*
* After this, GitHub’s
### 2️⃣ If you want to keep GitHub history and merge backup in
Then instead of forcing, you’d first pull and rebase:
But from how you described it (“backup of the original go folder”), you probably want option 1: force-push so everything goes back to that state.
---
## D. Update the server from GitHub
Once GitHub has the backup version:
On the server as user
Then as root:
Now:
* WSL code = backup
* GitHub = backup
* Server = backup build, running on your domain
---
#git #command #common #github #backup #upload #change #file #wsl #server
Think of it like this:
1. Your backup folder = the code you want
2. Your Git repo = the thing connected to GitHub
3. You copy backup → repo, commit, then (maybe) force-push to make GitHub match.
I’ll assume:
* Your WSL project repo is:
~/projects/go/todo-api* Your backup is somewhere like:
~/backup/todo-api-backup---
## A. Make your local repo match the backup
1. Go to your repo:
cd ~/projects/go/todo-api
2. (Optional, but safer) Clean out current files except .git:
rm -rf *
rm -rf .[^.]* 2>/dev/null # removes dotfiles but keeps .git if it exists
> If
rm -rf .[^.]* scares you, skip it and just overwrite files when copying.3. Copy the backup contents into this repo:
cp -r ~/backup/todo-api-backup/* .
cp -r ~/backup/todo-api-backup/.* . 2>/dev/null || true
> If your backup also has a
.git folder, this will overwrite your current .git.> That’s fine as long as its
origin is still set to https://github.com/kenzastore/todo-api.git.> We’ll check that next.
4. Check git status and remote:
git status
git remote -v
You should see:
* lots of changes (or “untracked files”)
*
origin https://github.com/kenzastore/todo-api.gitIf there is no .git (i.e.
git status says “not a git repository”), then:git init
git branch -M main
git remote add origin https://github.com/kenzastore/todo-api.git
---
## B. Commit the backup as the new version
git add .
git commit -m "Restore original Go app from backup"
Now your local
main branch = backup code.---
## C. Decide: overwrite GitHub or merge?
### 1️⃣ If you want GitHub to match the backup (overwrite)
This will throw away newer commits on GitHub and replace them with your backup.
git push -f origin main
*
-f = force (required because history is different)* After this, GitHub’s
main will look exactly like your local code.### 2️⃣ If you want to keep GitHub history and merge backup in
Then instead of forcing, you’d first pull and rebase:
git pull --rebase origin main
# resolve any conflicts
git push origin main
But from how you described it (“backup of the original go folder”), you probably want option 1: force-push so everything goes back to that state.
---
## D. Update the server from GitHub
Once GitHub has the backup version:
On the server as user
cloud:cd ~/public_html
git fetch origin
git reset --hard origin/main # make server code exactly match GitHub
go build -o todo-app
Then as root:
systemctl restart todo-app
systemctl status todo-app
Now:
* WSL code = backup
* GitHub = backup
* Server = backup build, running on your domain
---
#git #command #common #github #backup #upload #change #file #wsl #server
https://youtu.be/bJGOxx0azas?si=v4f8M5LEIZrLtx8a
#self #host #server #project #apps #github #free #open #source
#self #host #server #project #apps #github #free #open #source
YouTube
22 Self-Hosted Projects on GitHub: Kurrier, Meetily, Mydia, Calibre, Omnom, Faved, Memos, Torrra
Paid channel subscription: https://www.youtube.com/channel/UC9Rrud-8CaHokDtK9FszvRg/join
Today, we’re diving into 22 self-hosted projects on GitHub that you can spin up on your own server, laptop, or even a Raspberry Pi.
00:00 - Introduction
00:11 - Kurrier…
Today, we’re diving into 22 self-hosted projects on GitHub that you can spin up on your own server, laptop, or even a Raspberry Pi.
00:00 - Introduction
00:11 - Kurrier…
https://youtu.be/ipY_e9sldFM?si=SyC9QJSMZk8Kbi4V
#open #code #cli #source #agent #agen #gemini #cli #terminal #free #ai
#open #code #cli #source #agent #agen #gemini #cli #terminal #free #ai
YouTube
OpenCode: The BEST AI Coding Agent Ever! BYE Gemini CLI & ClaudeCode! (Opensource)
OpenCode has leveled up the AI coding game! In this video, we dive into OpenCode, the ultimate open-source AI coding agent that lives in your terminal. With features like MGrep for faster searches, Zed integration for 1-click setup, full TUI support, and…
https://youtu.be/6sk-q79-zZE?si=WIgLAgFS7mF-nZ1e
#open #agen #agent #builder #free #open #source #n8n #alternatif #ai #automate #workflow
#open #agen #agent #builder #free #open #source #n8n #alternatif #ai #automate #workflow
YouTube
Open Agent Builder: Easily Create AI Agents That Can Automate Anything! Opensource n8n Alternative!
🚀 Introducing Open Agent Builder — an open-source visual workflow builder that lets you create AI agents and automation pipelines just like n8n… but built for the era of agentic AI!
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: i…
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: i…
https://github.com/dhanji/g3
#g3 #dhanji #new #ai
paper of dialectical autocoding
In this video, I'll be telling you about g3, a revolutionary new AI coding tool based on adversarial cooperation that solves the context loss problem by making two AI agents fight each other to write better code. This is based on a groundbreaking research paper and represents a completely new paradigm for autonomous software development.
--
Key Takeaways:
🤖 Current AI coding tools like Cursor and Windsurf struggle with complex projects due to context loss and hallucinations.
⚔️ g3 uses two adversarial agents - the Player (builder) and the Coach (critic) - that argue to produce better code.
🧠 Fresh context windows every turn prevent the AI from getting confused by past mistakes and bad attempts.
✅ In testing, g3 achieved 100% requirement compliance and zero crashes while other tools failed or needed manual intervention.
⏱️ Takes about 3 hours to run autonomously but delivers 1,800+ lines of fully functional, tested code without human input.
💰 Higher token costs due to multiple iterations, potentially $5-$10 per complex task using Claude 3.5 Sonnet.
📝 Requires a detailed Requirements Document rather than casual chat-based prompting for best results.
🦀 Open-source tool written in Rust, developed by researchers at Goose and backed by Linux Foundation's AI Fund.
#g3 #dhanji #new #ai
paper of dialectical autocoding
In this video, I'll be telling you about g3, a revolutionary new AI coding tool based on adversarial cooperation that solves the context loss problem by making two AI agents fight each other to write better code. This is based on a groundbreaking research paper and represents a completely new paradigm for autonomous software development.
--
Key Takeaways:
🤖 Current AI coding tools like Cursor and Windsurf struggle with complex projects due to context loss and hallucinations.
⚔️ g3 uses two adversarial agents - the Player (builder) and the Coach (critic) - that argue to produce better code.
🧠 Fresh context windows every turn prevent the AI from getting confused by past mistakes and bad attempts.
✅ In testing, g3 achieved 100% requirement compliance and zero crashes while other tools failed or needed manual intervention.
⏱️ Takes about 3 hours to run autonomously but delivers 1,800+ lines of fully functional, tested code without human input.
💰 Higher token costs due to multiple iterations, potentially $5-$10 per complex task using Claude 3.5 Sonnet.
📝 Requires a detailed Requirements Document rather than casual chat-based prompting for best results.
🦀 Open-source tool written in Rust, developed by researchers at Goose and backed by Linux Foundation's AI Fund.
GitHub
GitHub - dhanji/g3: experiments in goose
experiments in goose. Contribute to dhanji/g3 development by creating an account on GitHub.
https://x.com/i/status/1999003717115253120
#master #sistem #desain #perusahaan #besar #system #design
#master #sistem #desain #perusahaan #besar #system #design
X (formerly Twitter)
Shalini Goyal (@goyalshaliniuk) on X
If you want to master System Design, nothing accelerates your learning faster than studying how real-world products operate at massive scale.
Here’s a guide that brings together 15 practical, high-impact case studies from companies that handle billions of…
Here’s a guide that brings together 15 practical, high-impact case studies from companies that handle billions of…
https://youtu.be/U2iFkardx9g?si=hUA3O50tVQBwhNg8
Google Antigravity: Gemini 3.0 + Opus 4.5 = The Ultimate AI Coding Workflow - FULLY FREE!
#ai #google #gemini #antigravity #free #open #source
Google Antigravity: Gemini 3.0 + Opus 4.5 = The Ultimate AI Coding Workflow - FULLY FREE!
#ai #google #gemini #antigravity #free #open #source
YouTube
Google Antigravity: Gemini 3.0 + Opus 4.5 = The Ultimate AI Coding Workflow - FULLY FREE!
Google just quietly dropped one of the most powerful FREE AI coding workflows right now.
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com
🔥 Become a Patron (Private Discord): https://patreon.com/WorldofAi
🧠…
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com
🔥 Become a Patron (Private Discord): https://patreon.com/WorldofAi
🧠…
https://youtu.be/eSUe62dnfYw?si=12qqZTLa979hYUM_
Shadcn Create + Opus 4.5 / Gemini 3 Pro: This is THE BEST WAY to make BEAUTIFUL APPS with AI!
#shadcn #opus #gemini #google #gemini #ai #beautiful #apps #desain #design
Shadcn Create + Opus 4.5 / Gemini 3 Pro: This is THE BEST WAY to make BEAUTIFUL APPS with AI!
#shadcn #opus #gemini #google #gemini #ai #beautiful #apps #desain #design
YouTube
Shadcn Create + Opus 4.5 / Gemini 3 Pro: This is THE BEST WAY to make BEAUTIFUL APPS with AI!
In this video, I’m showing you ShadCN’s new “Create” builder update that lets you generate a full project with your own theme, fonts, icons, and component styling, and then use that same design system to build apps fast, even with AI.
--
Key Takeaways:
…
--
Key Takeaways:
…
https://youtu.be/-0VsUmqsyiI?si=PLd2N4TVnX4GjQLQ
Open NotebookLM
#open #notebook #lm #free #open #source #gemini
Open NotebookLM
#open #notebook #lm #free #open #source #gemini
YouTube
Open NotebookLM is INSANE! Fully Free Local NotebookLM Alternative with Gemini Integration
Open NotebookLM is absolutely INSANE 🤯
If you love Google’s NotebookLM but care about privacy, local control, and open-source, this is the tool you’ve been waiting for.
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com…
If you love Google’s NotebookLM but care about privacy, local control, and open-source, this is the tool you’ve been waiting for.
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com…
https://youtu.be/rLu_3hpG0b8?si=DYaVItpLhft3lwJW
#gemini #konduktor #toolkit #context #engineering #ai #agen #agent #geminicli
#gemini #konduktor #toolkit #context #engineering #ai #agen #agent #geminicli
YouTube
Gemini Conductor: NEW Google Toolkit Ends Vibe Coding! 100x Better Than Vibe Coding (Full Tutorial)
🔗 My Links:
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com
🔥 Become a Patron (Private Discord): https://patreon.com/WorldofAi
🧠 Follow me on Twitter: https://twitter.com/intheworldofai
🚨 Subscribe To The SECOND Channel:…
Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com
🔥 Become a Patron (Private Discord): https://patreon.com/WorldofAi
🧠 Follow me on Twitter: https://twitter.com/intheworldofai
🚨 Subscribe To The SECOND Channel:…
https://youtu.be/FTtmZQBX-fk?si=ZUb_H1qncf33VYbZ
#ai #generated #apps #agent #agen #google #A2UI #gemini #agents #apps #ui #interface #open #source
#ai #generated #apps #agent #agen #google #A2UI #gemini #agents #apps #ui #interface #open #source
YouTube
Google A2UI: Agent-to-User Interface - Build AI Generated Apps EASILY! (CopilotKit AG-UI) Opensource
Discover A2UI (Agent-to-User Interface) – the open-source tool that lets you build AI-generated apps effortlessly! With CopilotKit integration, you can turn simple prompts into fully interactive applications in minutes. Perfect for developers, AI enthusiasts…