Skip to main content
linu.us

02 / Writing

Notes,
guides & logs

Things I learned while designing, building and operating web platforms.

  1. 7 min read

    Exploring Inheritance in PHP

    Harnessing Object-Oriented Techniques: A Deep Dive into PHP Class Inheritance

    • Mastering PHP
    • PHP
    • OOP
  2. 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
  3. 9 min read

    Deep Dive into Classes and Objects in PHP

    Understanding Classes in PHP for Better Code Structure

    • Mastering PHP
    • PHP
    • OOP
  4. 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. 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
  6. 16 min read

    Create a WordPress Plugin from Scratch - Full Beginners Guide

    The full guide for creating custom WordPress plugins with PHP

    • WordPress
    • PHP
  7. 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
  8. 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
  9. 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
  10. 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
  11. 8 min read

    SQL: The basics and beyond

    The structured query language - from beginner to expert

    • SQL
  12. 4 min read

    SvelteKit with Tailwind CSS v3

    A simple guide to add Tailwind CSS v3 to your SvelteKit project

    • SvelteKit
    • Tailwind CSS
  13. 4 min read

    Authentication in SvelteKit

    The full tutorial on implementing an authentication system in SvelteKit

    • SvelteKit
    • Authentication
  14. 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
  15. 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
  16. 3 min read

    How to nest groups in TailwindCSS

    A simple plugin to enable nested groups in your TailwindCSS project

    • Tailwind CSS
    • CSS