• About
  • Blog
  • Contact
  • React Day Berlin 2023

    React Day Berlin 2023

    React Day Berlin 2023: A Worthwhile Journey into Modern Development?

    Read more
    19.12.2023
    mood: 

    excited

  • Hello World

    Hello World

    First post about this website, blog and what I'm going to do with them.

    Read more
    12.06.2022
    mood: 

    excited

  • Markdown Cheatsheet

    This post is a markdown cheatsheet for myself. It's also useful for styling markdown.

    Read more
    12.05.2022
    Tags:  MarkdownTest
  • 90% of your work is archeology, classification of technical debt and refactoring or non-interrupting replacement. This is what software development actually is.

    12.04.2022
    source: 

    Kristian Köhntopp

  • Funcitonal Programming in React

    In this blog I will briefly describe the basics of functional programming, and how you might already use it without knowing.

    Read more
    12.03.2022
    Tags:  ProgrammingFunctional programmingReactJavaScript
  • Higher-Order Components in React

    This post will talk about a key conecpt in functional programming, and demonstrate it on a more-or-less practical example.

    Read more
    12.02.2022
    Tags:  ProgrammingFunctional programmingReactInfernoJavaScript
  • Reusable Higher-Order Components

    In this blog post I will talk about how to create reusable higher-order components in React on a practical example - working with an API.

    Read more
    12.01.2022
    Tags:  ProgrammingFunctional programmingReactRecomposeJavaScript