Advanced Search
Search Results
221 total results found
Exporting OneNote to Markdown
If you are migrating away from Microsoft OneNote to a Markdown-based system (like Obsidian, BookStack, Joplin, or Logseq), there are three primary tools available depending on your technical needs and organizational restrictions. I tested all three of them, ...
Updates
Custom CSS der Bücherkiste
Das Custom CSS fuer dieses Wiki. Zuvor habe ich die Schriftarten in den public-Ordner der BookStack Installation kopiert. <style> /* 1. Define Local Variable Fonts */ @font-face { font-family: 'Atkinson Hyperlegible Next'; src: url('/fonts/atkinson-nex...
AI Projects through Prompting
Example Projects done through prompting only in Codex, Gemini CLI, v0 or OpenCode
Project Overview
🗺️ Curriculum Roadmap The bootcamp is structured into 10 weekly milestones, focusing on full-stack development and AI integration. Week 01: Personal Dashboard Project: Personal Dashboard Goal: Build a link organizer with a database for a custom browser "new ...
🚀 Week 01: The Personal Dashboard
"Your Digital Command Center" Welcome to the first real project. In the first week, we aren't just coding; we are reclaiming your browser. Instead of a cluttered "New Tab" page, you’re building a lightning-fast, minimalist link organizer that lives on your mac...
Guild Wars 2
Dinge die man auf einer Karte machen sollte
Sprich mit dem Späher. Er zeigt dir die Karte und was man alles machen kann und so alles ist.Herzen: Bringen viele Erfahrungspunkte und schalten Händler frei.
Git
Git-Grundlagen: Fork vs. Branch
Um die Versionsverwaltung effizient zu nutzen, ist es wichtig, den Unterschied zwischen einem Branch (Zweig) und einem Fork (Abspaltung) zu verstehen. Beide dienen der Isolation von Code-Änderungen, setzen aber auf unterschiedlichen Ebenen an. 1. Der Branch (D...
The AI Coding Loop: A Guide to Verification-Driven Development
Modern software engineering with AI is less about "perfect prompting" and more about disciplined process. While AI can generate vast amounts of code instantly, the primary challenge shifts from authorship to verification. This guide outlines a repeatable workf...
📊 Week 02: The Centralized Event Hub
Welcome to Week 02! You’ve already knocked out your personal dashboard; now we’re stepping into the world of Dynamic Orchestration. This week, you aren't just building a display—you are building the "Nervous System" for every application you will ever write. 📡...
Best Practices for Working with AI Agents: A Verification-Driven Approach
Working effectively with AI agents requires a fundamental shift in how we approach development. While AI can generate vast amounts of code instantly, the primary challenge is no longer authorship, but verification. Modern software engineering with AI is less a...
Golang
Basic Installation of Go and Writing Your First Program
Before diving into complex projects, you need to set up your local environment so you can run, build, and compile Go code. Once the environment is ready, we will write a simple "Hello World" application to test it out. Part 1: Installing the Go Runtime To buil...
Laravel
Suggested Learning Path
Install + run first Laravel app Routing + controllers + Blade views Forms + validation + CSRF Database + Eloquent + migrations + seeders Auth + middleware + policies Build a small CRUD app (final project) If you want, I can set up a Laravel Sail project in th...
Links and Resources
https://laravel.com/docs/12.x/ Laraval Sail