tkm
  • Work
  • About
  • planet earth
  • github ssh keys authentication

    Mar 7, 2021

    Github Authentications with tokens
  • Fira Code

    Mar 5, 2021

    Changing your code editor font - improve your coding experience ?
  • How to write all foldernames in a directory to a file (using ls and sed)

    Feb 9, 2021

    Problem: I want to write all (and only) folder names in a directory to an empty file called ‘foldernames.txt’.
  • /dev/null

    Jan 13, 2021

    One of my most used and appreciated features of PHP is its build-in webserver. I am heavily relying on it. php -S localhost:8888
  • Access denied for user 'root'@'localhost'

    Dec 16, 2020

    One thing that keeps giving me headaches when developing applications, is the underlying configuration of the system you are working on or in.
  • First steps using Docker container for PHP development

    Dec 8, 2020

    Using docker and its container seems easy to start with but hard if it comes to actually setting up the developing you environment you really want.
  • PHP anonymous classes use case: testing abstract classes

    Dec 7, 2020

    I recently wanted to test an abstract class that already came with some written out functions.
  • Developing on windows: wsl2 and docker

    Nov 18, 2020

    I currently set up a development environment on windows with wsl2 and docker.
  • npx

    Nov 13, 2020

    the command npx is usually like npm available when you have Nodejs installed. It lets you execute node packages from the node_modules/.bin directory.
  • welcome world

    Nov 11, 2020

    Hello world, this is my first blog post. I am super excited! Yeay!

Powered by Jekyll & Hamilton