Red Ochsenbein (he/him)

Red Ochsenbein (he/him) @syeo66

About: A senior at work, a beginner at heart.

Location:
Burgdorf, Switzerland
Joined:
Oct 5, 2021

Red Ochsenbein (he/him)
articles - 15 total

What are we even doing

So we had our fair share of an AI hype cycle now. It's still something we hear about every day and...

Learn More 23 11Nov 22 '24

I'm tired of it

The epidemic It's everywhere on dev.to, and it's everywhere else, too. I'm tired of it. AI...

Learn More 547 131Jul 21 '24

How I got to 2000 followers on dev.to

A Journey Towards Influence: My Road to 2000 Followers I remember when I had a few...

Learn More 24 22Dec 14 '23

More thoughts on the state of AI

I recently wrote an article with my thoughts on the state of AI. Little did I know about the flurry...

Learn More 4 8Apr 4 '23

Thoughts on the current state of AI

Here we are! AI is the big thing everyone was expecting for years now. It's not a new idea. More than...

Learn More 13 2Mar 19 '23

React: Create a turnable knob component

Because I want to learn more about the Web Audio API I started creating a modular synth using...

Learn More 3 1Mar 13 '23

React: Switch background images when they are ready

In an application I'm currently working on I needed a way to make sure the image is actually loaded...

Learn More 5 0Dec 8 '22

React: Smoothly move the seconds hand of the analog clock

In my last article about the analog clock I showed how I built it. The seconds hand is just jumping...

Learn More 2 0Aug 15 '22

Typescript: It's not actually validating your types.

Typescript is a nice thing: It lets you define types and make sure your classes and functions adhere...

Learn More 72 22Aug 11 '22

React: Create a simple analog clock

I recently had to create a simple analog clock component for my React project. I now want to share...

Learn More 18 4Aug 8 '22

Animating HTML Elements Using FLIP

In modern web apps you come across the need to animate HTML elements. Be it to visualize the...

Learn More 8 0Aug 6 '22

React Query: How to organize your keys

If you're using React Query you certainly know how the useQuery hook works. Some example similar to...

Learn More 16 19Aug 1 '22

Comparing "Agile" to the scientific process

If you are a Software Engineer or are involved in any kind of software development you probably heard...

Learn More 28 7Jul 26 '22

Typescript: Are you over-typing your functions?

When defining a function in Typescript, the first instinct might tell you to use your existing...

Learn More 11 5Jul 22 '22

Why do I think snapshot tests are a bad idea

When testing your code you’ll come across a lot of different problems to solve. Unfortunately, an...

Learn More 10 8Jul 20 '22