Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

221 total results found

Exporting OneNote to Markdown

Scripts, Hacks & Snippets

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

Über dieses Wiki

Custom CSS der Bücherkiste

Über dieses Wiki

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

AI & LLM

Example Projects done through prompting only in Codex, Gemini CLI, v0 or OpenCode

Project Overview

AI & LLM AI Projects through Prompting

🗺️ 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

AI & LLM AI Projects through Prompting

"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

Games and Virtual Worlds

Dinge die man auf einer Karte machen sollte

Games and Virtual Worlds Guild Wars 2

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

Programming

Git-Grundlagen: Fork vs. Branch

Programming Git

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

AI & LLM

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

AI & LLM AI Projects through Prompting

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

AI & LLM AI Projects through Prompting

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

Programming

Basic Installation of Go and Writing Your First Program

Programming Golang

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

Programming

Suggested Learning Path

Programming Laravel

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

Programming Laravel

https://laravel.com/docs/12.x/ Laraval Sail