02 / Writing
Notes,
guides & logs
Things I learned while designing, building and operating web platforms.
-
7 min read
Exploring Inheritance in PHP
Harnessing Object-Oriented Techniques: A Deep Dive into PHP Class Inheritance
- Mastering PHP
- PHP
- OOP
-
4 min read
WordPress Is in an Alarming State
WordPress is in an alarming state, Matt and Automattic are harming the project, its community, and open-source as a whole.
- WordPress
-
9 min read
Deep Dive into Classes and Objects in PHP
Understanding Classes in PHP for Better Code Structure
- Mastering PHP
- PHP
- OOP
-
8 min read
Introduction to Object-Oriented Programming (OOP) in PHP
Transform Your PHP Code with the Power of Object-Oriented Programming
- Mastering PHP
- PHP
- OOP
-
5 min read
How to Create QR Codes In Laravel 11
Create and Store QR Codes in Laravel 11 Using the Laravel QR Code Package
- Laravel
- PHP
-
16 min read
Create a WordPress Plugin from Scratch - Full Beginners Guide
The full guide for creating custom WordPress plugins with PHP
- WordPress
- PHP
-
9 min read
NeoVim Setup for PHP and NodeJS Development
How I sped up my development with NeoVim for WordPress, React, SvelteKit, and more
- Neovim
- PHP
- NodeJS
-
9 min read
Use Contabo Object Storage with NodeJS
A simple guide to interacting with Contabo Object Storage from JavaScript using the AWS S3 SDK
- Contabo
- JavaScript
-
3 min read
Deploy a SvelteKit-App to DigitalOcean
A quick guide on how to deploy your SvelteKit-App to the DigitalOcean App Platform
- SvelteKit
- DigitalOcean
-
7 min read
Live-Chat with SvelteKit and SocketIO
Add Socket.IO to your SvelteKit project and use the full power of realtime communication
- SvelteKit
- Socket.IO
-
8 min read
SQL: The basics and beyond
The structured query language - from beginner to expert
- SQL
-
4 min read
SvelteKit with Tailwind CSS v3
A simple guide to add Tailwind CSS v3 to your SvelteKit project
- SvelteKit
- Tailwind CSS
-
4 min read
Authentication in SvelteKit
The full tutorial on implementing an authentication system in SvelteKit
- SvelteKit
- Authentication
-
4 min read
How to build your own CLI tool with NodeJS
We use the command line every day - but do you know how you can create your own commands?
- Node.js
- CLI
-
6 min read
Get started with TailwindCSS
TailwindCSS is gaining more and more popularity. I'll show you how to get started properly with TailwindCSS and how to customize it for your project.
- Tailwind CSS
- CSS
-
3 min read
How to nest groups in TailwindCSS
A simple plugin to enable nested groups in your TailwindCSS project
- Tailwind CSS
- CSS