RSSAmplifier

Blog

Mazepin.ch

The real Mazepin.ch

mazepin.chRSS feed ↗4 posts

Latest posts

How to Laravel

We need: PHP Nodejs + npm Composer: composer create-project laravel/laravel example-app For local dev work use: Laravel Herd Frontend Docu: LaravelDOC Basic functionality: App: Dieser Ordner enthält den Hauptcode Ihrer Anwendung, einschließlich Models, Controllers, und Middleware. Controllers: Führen den php code aus und verarbeiten daten Models: zentrale Quelle für die Interakti...

Java OOP

Zusammenfassung: Objektorientierte Prinzipien in Java OO-Prinzipien Die objektorientierte Programmierung (OOP) basiert auf vier grundlegenden Prinzipien: Abstraktion: Verbergen der komplexen Implementierung und Bereitstellung einer einfachen Schnittstelle. Kapselung: Das Verstecken der inneren Zustände eines Objekts und das Bereitstellen von Methoden, um darauf zuzugreifen oder diese zu...

Aspect Ratios

Most Common Aspect Ratios 4:3 / 1.33:1 4:3 was primarily used in the past as it represents a frame from a 35mm film. Today, it is used only as a stylistic choice, causing black bars on the left and right sides of the screen. Movies in 4:3: How the West Was Won (1962) The Grand Budapest Hotel (2014) (partially in 4:3) 16:9 / 1.77:1 This is now the standard TV format, a compromise ...

First Post

Migrating mazepin.ch from Static HTML/CSS to Jekyll on GitHub Pages Introduction For years, mazepin.ch was built on a foundation of static HTML and CSS files. It worked well for simple tasks, but as the site grew and I wanted to introduce more features, manage content easily, and improve scalability, it became clear that a more modern solution was needed. In this post, I’ll walk through my j...