Open in app
Home
Notifications
Lists
Stories

Write
Kathrin Holzmann
Kathrin Holzmann

Home

Aug 27, 2021

How to prepare for a new job in software engineering.

No matter if it is your first job ever or you decide to move to another company, it's always a nerve-wracking experience to start a new position. …

Career Change

5 min read

How to prepare for a new job in software engineering.
How to prepare for a new job in software engineering.

May 31, 2021

5 tips for an accessible web application.

Web accessibility is a vast topic and there are a lot of very good resources around standards and implementation details. But its very hard to know where to begin. In this article, you will learn how to improve your web applications accessibility by following 5 basic techniques. Avoid non-native interactive elements. This is…

Accessibility

4 min read

5 tips for an accessible web application.
5 tips for an accessible web application.

Mar 5, 2021

Accessibility of Social Media

Especially in times like the pandemic social media has become more important than ever. To keep informed and stay in touch with your loved ones. Unfortunately, some of them are lacking in inclusiveness and accessibility. Disclaimer: This is not a list of all social media apps there are, just the…

Accessibility

8 min read

Accessibility of Social Media
Accessibility of Social Media

Jun 19, 2020

How to delete the master branch

If you want to remove the default branch named master from your git repository this is how it works: On your local machine after initializing your project create a new branch based on master and push it to origin git branch -m master main git push —-set-upstream origin main delete your local master branch …

Git

3 min read

How to delete the master branch
How to delete the master branch

Jun 5, 2020

10 steps to be a better ally

Many companies posted statements in the recent days that they are allies of minorities and with the black live matters movement. But posting a black square or a rainbow flag on social media is easy. Being an ally is often not. Here are 10 steps about how you and your…

A 11 Y

3 min read

10 steps to be a better ally
10 steps to be a better ally

May 8, 2020

3 Ways to write better Styled Components

There are many ways to add styles to your frontend applications. One of the most popular ones right now is Styled Components. It not only promises us fast, non-render blocking styles, but also solving our scoping and naming issues. While working with styled-components over the last years, I gained some…

Styled Components

3 min read

3 Ways to write better Styled Components
3 Ways to write better Styled Components

Published in The Startup

·Apr 18, 2020

Test-driven Frontend — Design Testing

We develop user interfaces for humans, not for robots. Which is why it's hard to remove manual testing from our applications and also not the overall goal. But there are some tools that can catch certain mistakes before wasting a persons time clicking through your application. In the last part…

Frontend

6 min read

Test-driven Frontend — Design Testing
Test-driven Frontend — Design Testing

Feb 14, 2020

Test-driven Frontend — Fun with functional testing

In this article, you will learn how to test React Components for functions and user behaviour in a test-driven way This story is Part 4 of test-driven frontend series. Find the other Parts of the series here: Part1 — Testing strategies Part 2 — How to set up a unit testing Environment Part…

Test Driven Development

5 min read

Test-driven Frontend — Fun with functional testing
Test-driven Frontend — Fun with functional testing

Jan 31, 2020

Test-driven Frontend — Accessibility first

In Part 3 of the Test-driven Frontend series, you will learn about accessibility testing. Around 15% of the world’s population has some form of disability. The internet and smartphones have given voice, eyes, and ears to people who did not have these possibilities before. But this is only achievable when…

Front End Development

3 min read

Test-driven Frontend — Accessibility first
Test-driven Frontend — Accessibility first

Jan 17, 2020

Test-driven Frontend — let's get the party started

When you build a Living Design System, you want the components to be ready to use and stable. To achieve this goal, we want to be able to test our components for three areas: accessibility, design and functionality. In this article, you will learn how to set up a unit…

Test Driven Development

5 min read

Test-driven Frontend — let's get the party started
Test-driven Frontend — let's get the party started
Kathrin Holzmann

Kathrin Holzmann

Frontend Engineer, aiming for a better world.

Following
  • Fabricio Teixeira

    Fabricio Teixeira

  • Dominic Nguyen

    Dominic Nguyen

  • Oleg Isonen

    Oleg Isonen

  • Hans Jagnow

    Hans Jagnow

  • Conor Digan

    Conor Digan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable