Connecting My Doorbell to the Internet: The How and Why
In this article, I share my experiences and thought process while coming up with ways of upgrading my doorbell and intercom system. There’s also a short how-to to follow along.
A small scale blog about large scale projects. Stories about learning, teaching, and technology.
In this article, I share my experiences and thought process while coming up with ways of upgrading my doorbell and intercom system. There’s also a short how-to to follow along.
Websites are responsive by default. They adapt perfectly to every screen size—without any help from CSS. The goal of this article is to learn the basics about modern CSS features you need to build advanced responsive layouts.
What is the CSS box model and how to transform a hand-drawn wireframe into a webpage layout? These are only two questions I am going to answer in this article.
This is a guide on how to create reusable Contentful components that define the page and content structure of a static Next.js website by keeping the design and business logic in the hands of the developer.
This article details the contact points of Stripe payment integration in a custom shop app by example of the Woodstock Academy Organizer.
This is a guide about how to set up a small static blog website using Next.js (with TypeScript) as a static site generator, Contentful as a headless content management system, and Netlify for hosting.
Stepping out of my comfort zone brought me new opportunities. One of them is teaching. In this article I share some insights and experiences I made on the way.
Learn about that time I tried to internationalize our own Website using React-based static site generation and ended up tearing out our whole build setup.
Understanding different CSS selectors and possible combinations is a foundation of writing good CSS code. Basic knowledge about the specificity of CSS selectors will help you to create maintainable CSS code right from the beginning.
This is part four of my web development tutorial series and this one is an introduction to CSS and how to integrate some basic styles to our tiny website.
Almost every website contains at least one form. Today we learn how to build forms with HTML that are accessible and easy to understand and use.
In times when “simple” website builder tools get more and more popular, it’s hard to sell classic marketing websites. Here’s a story about why I still like building handcrafted websites and what my clients get out of it.
Using React Native increases development velocity for iOS and Android apps. Learn how we took it to the next level by adding web as a third platform.
Like my previous post, this one is again about HTML. Together we will build a setup for a small website containing a homepage, an about me page, and a contact page.
When your client’s requirements suddenly turn into your new start-up. In this post I look back on the initial problem and why the solution was three products.
In the first part of my web development basics article series I’ll focus on HTML and how to create your first small webpage.
An introduction to a new series of blog posts about web development basics.