Krisztián Maurer

Krisztián Maurer @maurerkrisztian

About: Hi, I'm Maurer Krisztián A passionate full-stack developer from Hungary

Location:
Hungary
Joined:
Jul 19, 2022

Krisztián Maurer
articles - 25 total

Understanding Neural Networks: A Simple Interactive Visualization ⚙️

As I dove deeper into neural networks and machine learning, I often found myself wondering, "How does...

Learn More 7 0Dec 7 '24

Alien Invasion: Developer's Call

This is a submission for the Web Game Challenge, Build a Game: Alien Edition What I...

Learn More 1 0Sep 29 '24

Generating training data with OpenAI function calling

As I delve into the fields of Machine Learning and AI, it's clear that the quality of training data...

Learn More 12 0Jun 22 '24

Automate Your Node.js Version Switching

Imagine you're working on a project using Node.js. But suddenly, your project doesn't work. After...

Learn More 3 0Mar 13 '24

Make the OpenAI Function Calling Work Better and Cheaper with a Two-Step Function Call 🚀

I tried using OpenAI's feature for running local functions in a project with many functions. It...

Learn More 18 3Mar 10 '24

Who Ate My Disk Space? It's "node_modules" Again! 🕵️‍♂️

Hey there! If you've used Node.js, you've probably seen the node_modules folder. It's where all the...

Learn More 24 6Sep 28 '23

Perfboard Designer in Html Canvas And The Underlying Solutions In My Project

If you're an electronics hobbyist like me, you might have faced a common problem. After designing a...

Learn More 8 0Jul 11 '23

What is it like to be a software developer?

I am writing this article for beginners who are not yet aware of what awaits them. I hope it will...

Learn More 49 8May 22 '23

AI-Powered GitHub Issue Management 🦾

What I built I have developed an innovative GitHub Action that enhances GitHub issues with...

Learn More 19 0May 14 '23

Improve GitHub issues with AI 🦾

I would like to share the progress of my GitHub + DEV 2023 Hackathon project and receive feedback....

Learn More 9 0Apr 27 '23

Hello world in electornics

I started to get interested in hobby electronics alongside programming a while ago. I think the two...

Learn More 3 0Mar 10 '23

Dockerize fullstack application and automate releases 🚀

You've probably come across an open-source full-stack project that you wanted to try out, but it was...

Learn More 4 0Nov 29 '22

My DI container ✨ type-chef-di

I would like to learn more about how frameworks and DI containers work, so I wrote one myself from...

Learn More 11 0Nov 13 '22

🔨 Useful lib workflows with GitHub actions

If you are a lib maintainer GitHub actions makes your life easier. In this article I will write about...

Learn More 16 0Nov 3 '22

Too many Chrome tabs 😩💣

You're probably also struggling with too many tabs and you don't close them because you might need...

Learn More 11 1Sep 2 '22

Why we need backend and forntend?

Many beginner web developers do not understand the difference between the backend and the frontend,...

Learn More 8 0Sep 1 '22

Do you need side projects?

Personal projects help you learn skills you didn't know you needed and they give you a chance to...

Learn More 43 5Aug 29 '22

Frontend developer roadmap for beginners

Frontend web development is the best starting point for a beginner. There are many job...

Learn More 30 7Aug 26 '22

What happens when you reach the max score in chrome dino game? 🤔

You are probably familiar with the chrome dino game, and you have probably asked what happens at the...

Learn More 27 3Aug 10 '22

[css] Responsive cards

It often happens that a set of cards needs to be made responsive, here is a simple...

Learn More 19 4Aug 7 '22

Bouncing Shapes Background With Canvas

The goal of this project is to make a cool background with randomized shapes and to be...

Learn More 16 1Jul 27 '22

Image Animation when Scrolling

Code: https://github.com/MaurerKrisztian/Scroll_Image_Animation Demo:...

Learn More 7 0Jul 22 '22

Typesafe multiple return types based on parameter value with Typescript.

Typescipt types and runtime values are two separate levels, basically writing typescript conditions...

Learn More 13 5Jul 21 '22

Youtube downloader (cli wrapper)

You have probably already come across a YouTube video download site, in this article I will show...

Learn More 39 7Jul 21 '22

Email template service

If we are developing a more serious app, we will probably use some kind of email notification or...

Learn More 6 1Jul 20 '22