Jan Küster 🔥

Jan Küster 🔥 @jankapunkt

About: Graduated in Digital Media M.Sc. now developing the next generation of educational software. Since a while I develop full stack in Javascript using Meteor. Love fitness and Muay Thai after work.

Location:
Bremen, Germany
Joined:
Apr 16, 2019

Jan Küster 🔥
articles - 70 total

Reactive Data Structures in MeteorJS - Reactive Stack

MeteorJS brings client-side reactivity out of the box. No matter which frontend framework you choose,...

Learn More 13 1Nov 28 '24

Transform any MeteorJS App to a PWA in 2024

TL;DR: It's easier than ever to transform your MeteorJS app into a PWA. Only few things have changed...

Learn More 17 3Oct 28 '24

MeteorJS 3.0 major impact estimated for July 2024 ☄️ - here is all you need to know 🧐

The next major MeteorJS release is coming in July 2024! After more than two years of development,...

Learn More 29 1Jun 24 '24

5 core concepts you should know about MeteorJS in 2024

MeteorJS is a JavaScript development platform for web- and mobile apps. It's most suited for, but not...

Learn More 25 2Apr 29 '24

I fixed the "Save draft" Button on dev.to - No Accidental Publishing Anymore 😇

Today I accidentally published an article AGAIN, because "publish" and "safe draft" are so close...

Learn More 8 0Mar 25 '24

SpeechSynthesis in <= 256 characters (Web Speech API)

This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. ...

Learn More 10 0Mar 24 '24

Build Your Own Uptime Monitor with MeteorJS + Fetch + Plotly.js ☄️🔭

In this tutorial I'll going to show you how to create your own uptime monitor in six easy steps. The...

Learn More 21 0Mar 8 '24

Dead or not dead 💀 - Exploring the term and why Meteor.js is super-alive! ☄️

I recently picked up a comment on Reddit that directly feeds into the never-ending "Meteor is dead"...

Learn More 41 1Jan 16 '24

Gradually upgrading a Meteor.js project to 3.0

TL;DR - In this first part of the Migration series we will start upgrading an existing Meteor.js...

Learn More 31 0Dec 15 '23

Prepare your Meteor.js project for the big 3.0 release!

Meteor.js 3.0 is an upcoming major release with lots of breaking changes. The platform is moving away...

Learn More 27 11Nov 1 '23

Reviving an ancient Meteor.js project in 10 minutes 🦖

Just a few weeks ago I read this trending article on bun: Bun...

Learn More 20 4Oct 10 '23

My prepared repositories for hacktoberfest 23 - any contributions are welcomed 🚀

Photo by Arget on Unsplash What means "any contributions are welcomed"? 👋 This means...

Learn More 9 1Oct 1 '23

My opinionated JavaScript package template repository - zero config, start immediately

I still rely on a decent package template repository when it comes to create new packages fast. I...

Learn More 4 1Aug 8 '23

Write isomorphic code in MeteorJs

MeteorJs (short "Meteor") is a fullstack JavaScript framework with isomorphic capabilities: you can...

Learn More 5 5Jun 30 '23

Meteor Blaze - single state helper for ReactiveDict

Today, I optimized a few older Blaze templates. I found to use a helper for each simple state access....

Learn More 4 0Jun 1 '23

MeteorJs and Meteor-Up MongoDB migration to a new major version 🛠️

The problem: you have a Meteor app deployed with MUP and it's running reliable since ages but it's...

Learn More 6 0Feb 16 '23

It's okay to commit lint fixes

Trigger-warning, this is all highly opinionated. If you feel different about it, let's discuss 😄 It...

Learn More 15 10Jan 20 '23

Create a JavaScript Promise with timeout

I found a few examples on the web that let Promises run with a...

Learn More 6 0Dec 14 '22

Where are the "intermediate", "advanced" and "expert" tags?

First and foremost, I love that there is so much beginner-friendly content on dev! I would have...

Learn More 5 11Dec 13 '22

JavaScript code puzzle - can you call this function?

Consider the following function: const fn = () =&gt; 'You win!' Enter fullscreen mode ...

Learn More 4 2Dec 13 '22

JavaScript puzzle oneliner - get unique values from list

Given the following datastructure: const data = [{ foo: 'bar' }, { bar: 'baz' }, { foo: 'bar'}, {...

Learn More 0 4Dec 6 '22

All your JavaScript code is polluted

Okay, maybe not all code and not always. This is just a short note on the prototype pollution as I...

Learn More 186 16Nov 8 '22

Meteor and React Native - Create a native mobile app

This is a full-scale workshop. Estimated time: 60min to 120min overall. We are going to create a...

Learn More 27 10Oct 26 '22

What makes your pull request reviewable and mergeable

Photo by Clay Banks on Unsplash Hi hacktoberfestees 👋 I am Jan and I maintain some repos on GitHub....

Learn More 0 0Oct 6 '22

Here are some JavaScript repos for you to contribute at Hacktoberfest you might not know yet

It's Hacktoberfest! ⌨️ Looking to contribute to open source at #Hacktoberfest2022? Mainly...

Learn More 2 0Oct 2 '22

Why should you attend the Meteor Hackathon 2022 in September

Photo by Alex Kotliarskyi on Unsplash It's time again to make an impact. The Meteor Hackathon is...

Learn More 9 0Aug 21 '22

Meteor toolbox for your next hackathon or project start

Photo by NASA on Unsplash Whether you start a new project or want to get ready for the next...

Learn More 12 0Aug 7 '22

Easy CRUD setup with Meteor in only 4 steps from scratch

Meteor has probably the fastest and easiest way from installation to running a CRUD app out there:...

Learn More 12 0Jun 30 '22

What if your apps get rebuilt, only from reading the commit messages?

Just imagine a highly trained AI with super coding powers is trained to write an app just from...

Learn More 18 15May 9 '22

Did you ever submit an RFC?

Doesn't matter to which institute or group, just curious in general: How was the process? How did it...

Learn More 3 0Apr 21 '22