to CodeBeyond the Vibe
The learning curve is shrinking
Birth your ideas into the world
"Exponential Organizations"
Background in Web Development, Indie Hacker
Competitive chess player
Shipping apps
What inspired you to show up today + What tech projects have you been working on?
Ethical debate: What is our view on the benefits or ultimate negative of integrating more advanced AI into our culture?
The one who implements systems thinking gains compounding rewards on effort
Why does it seem like our passwords get leaked so often?
Let's Go Through The Docs
Syntax Reps
API Keys and .envs, No Hardcoding Ever
Varlock
Unix, everything is a file
command line is your Narnia (Linux OS)
What is a runtime environment(JS/PY in VM mode)
Cheat Sheet in Gist
# Navigate directories
cd ~/projects/my-app
# List files with details
ls -la
# Run your app
npm start
Think of syntax as boxes that hold logic
// Simple variable
let name = "value";
Scope is like building floors
// Global scope (entire building)
let globalVar = "everyone can see";
function myFunction() {
// Local scope (one floor)
let localVar = "only this floor";
}
What problem am I solving?
Fewer thoughts creates more mental clarity
Having good intentions, that inspirational spark
Detaching from outcomes and not being afraid to debugf
Exercise: Meditate In Motion, Building a spec
Ask me to Create Private Repo for Git if you'd like to save your work