RSSAmplifier

Blog

Dominik Kundel's Blog

Articles about coding, product management, and more, written by Dominik Kundel

dkundel.comRSS feed ↗5 posts

Latest posts

Code from Anywhere: How AI is Finally Bringing Development to Your Pocket

Code from anywhere is finally possible thanks to AI. Replit Agent, GitHub Copilot Workspace, and Claude are changing the game, bringing development to your pocket. Learn how AI is transforming coding in this blog post!

Five ways to work with Generative AI in JavaScript

AI is primarily dominated by Python whether it's code samples or the tools themselves. In this blog post, we'll talk about five ways how you can work with generative AI using JavaScript/TypeScript without brushing up your Python skills.

Creating your own image generation model using JavaScript

Learn how you can create a custom text-to-image generation model using JavaScript, SDXL and Replicate without needing a machine learning background or needing specialized hardware.

10 TypeScript Features You Might Not Know

TypeScript constantly evolves with monthly updates to the language. This is a list of 10 of my favorite recent additions to the language and its tooling that you might have missed.

How We Hacked Our Coffee Machine with JavaScript

Wouldn't it be great if you coffee machine could be controlled by an API? We hacked our coffee machine with JavaScript to be able to do exactly that! Here is the story how we did it.