Hey, my name is Martin. I'm a frontend web developer from Germany.| martinschneider.me
After two years it was time to have a look at the current state of this site and make some adjustments.| martinschneider.me
In part two of my little web components experiment I'm solving the problems from part one and release a package at npm.| martinschneider.me
It's been a while. Happy belated new year.| martinschneider.me
Sometimes I get really happy when modern CSS solves a problem I've been fiddling around with for a long time.| martinschneider.me
Today I found some free time to try out an idea that I had in mind for quite some time. I tried to refactor a part of this site to a web component. I've ended with mixed feelings.| martinschneider.me
In the changelog, I’m documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work. This time it’s about the update to Eleventy 1.0 and some things that changed while updating.| martinschneider.me
These days, I'm working a lot on the WordPress theme of my blog. This weekend I made some charts for the archive page to make it a bit more visually appealing.| martinschneider.me
In the changelog I’m documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work. This time it’s about a new tag that's supported in Safari.| martinschneider.me
Just because I know something and consider it general knowledge does not mean that this the case for everyone. We need to share what we know more often.| martinschneider.me
Some weeks ago I decided to make a big step forward and show more of my work to the world. I have a lot of thoughts about that. I actually might be overthinking this.| martinschneider.me
In the changelog I’m documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work. This time it's about OG images.| martinschneider.me
In the changelog I'm documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work.| martinschneider.me
While I'm struggling more than ever to write the annual recap of the last year on my personal blog, I don't have that problem on this more tech-focused site. In terms of work and tech, 2020 was a demanding, but the outcome was very good.| martinschneider.me
When I decided to move to the Jamstack, I was sure that I wanted to build something with an API and since I'm quite familiar with WordPress and its API that was an easy choice. But what seemed to be an easy task has had its obstacles.| martinschneider.me
After using Firefox as my main browser for a while, I've recently started to use Firefox Developer Edition for developing websites. I am really happy with the developer tools. Especially the highlighting of CSS-grids is really useful. Today I learned about a "feature" that I really don't like.| martinschneider.me
Back in the days almost every blog had a blogroll: A simple list of other websites that the owner likes or recommends. I've already seen some on other sites in the past weeks - maybe it's time to bring that tradition back.| martinschneider.me
Last time I wrote "this page is a repository consisting of some thrown-together and latenight-written code". Some tests should ensure that I don't break to much when I'm, cleaning up the code. Here's how I created a basic setup that runs my tests before every deployment.| martinschneider.me
Sometimes things change fast: Just about two months after I launched this website with the SSR-Framework Sapper I'm replacing it with a site that is generated with the static site generator Eleventy. Let me explain.| martinschneider.me
One of the great features of the modern internet is the ability to easily share content. I'm sharing a lot of links to content of all kind every day. Most of the time I simply copy URLs from the browser and paste them somewhere. But wouldn't it be neat to have a simpler solution?| martinschneider.me
Many people prefer the so called dark mode of their operating system. My website now also comes with a dark version. It is automatically shown if you are in dark mode, but you can also toggle it by button.| martinschneider.me
Webmention is a webstandard that enables websites to notify each other when content is mentioned, liked or linked. This is my little journey how I have implemented them into my website.| martinschneider.me
Sapper is the application framework for Svelte. An easy way to build a server side rendered single page application. (Bingo!) WordPress is used as a backend for articles like this one. Here are some details.| martinschneider.me
After years and years of just having some placeholder-site on that domain that I use for emails, I decided to build a classic homepage. My own little place on the internet, that is just about me. Welcome.| martinschneider.me
Sadly, I'm not too good at documenting what I'm sometimes building in the little free time that I have. At the end of last year, I implemented an interesting feature on this site, but never wrote about it.| martinschneider.me
I'm trying to keep the setup of my personal projects as simple as possible. Today, we're looking at how CSS is generated.| martinschneider.me