tq-bit

tq-bit @tqbit

About: I'm a selftaught (web) developer. On sunny days, you can find me hiking through the Teutoburg Forest, on rainy days coding or with a good fiction novel in hand.

Location:
Bielefeld, Germany
Joined:
Dec 21, 2020

tq-bit
articles - 63 total

Mastering Efficient Queue Structures in TypeScript: A Complete Guide

I briefly touched on the Queue topic of managing window scroll events in a previous article. Using a...

Learn More 1 0Jan 9

Master Efficient Window Scroll Event Handling in JavaScript: Best Practices and Tips

Not properly handling these scroll events can lead to serious performance issues: Partially by...

Learn More 9 2Dec 31 '24

Bright data Challenge - Industry AI Watchdog

This is a submission for the Bright Data Web Scraping Challenge: Most Creative Use of Web Data for AI...

Learn More 17 0Dec 25 '24

How to keep your Azure infrastructure highly available - Configuring data redundancy

Data redundancy is synonymous with keeping data replicas. It plays a key part in highly available...

Learn More 0 0Jul 3 '24

How to keep your Azure infrastructure highly available - Availability sets and availability zones

Resources this concept can be used on Availability sets are exclusive to Virtual Machines....

Learn More 2 1Jul 1 '24

Nanny Care Companion - First shop-stop for parents and those who are expecting

This is a submission for the Coze AI Bot Challenge: Bot Innovator. What I Built My wife...

Learn More 16 8Apr 18 '24

I let AI draw my mind palace

With mind palace, I mean the Method of loci. I first stumbled across this method after watching the...

Learn More 0 3Jan 22 '24

15 open-source tools to elevate your software design workflow in 2024

Writing code is just one phase of creating software solutions. And while there are many proprietary...

Learn More 14 2Jan 22 '24

How to get the count of your followers on dev.to

Note: There's a PR on the Forem repo open for this. Check out if it has been implemented before...

Learn More 4 4Nov 16 '23

How to use IndexedDB to store images and other files in your browser

TL:DR Take me to the Github Repos or the Live Demo ⚠️ A note on browser behavior Persistent...

Learn More 3 1Oct 4 '23

Understanding the Node.js process variable

The Node process and the event loop In a nutshell, the 'process' variable is the system...

Learn More 1 0Aug 30 '23

Let's build Vue directives - Plug and play Motion Design with vMotion

TL: DR - take me to the code -> Vue 3 Code Sandbox The idea of motion design has been around...

Learn More 5 0Aug 23 '23

A step-by-step guide to developing and deploying Vue apps with docker, part three

Vue is a great framework to develop user interfaces. It has experienced a great deal of growth in...

Learn More 2 0Jul 5 '23

How to run many Node.js HTTP servers concurrently using child processes

Node.js applications run on a single thread. If you suddenly have to serve lots of clients at once,...

Learn More 7 4Jun 28 '23

Replace your endless 'IF-ELSE' or 'SWITCH' Javascript statements with maps

Conditional statements are one of the first concepts you learn. They are convenient for controlling...

Learn More 6 0Apr 25 '23

Implementing Bubble Sort in Javascript - with an interactive webapp

While rarely used in productive projects, Bubble Sort is a great method to understand the concept of...

Learn More 1 0Jan 18 '23

An introduction to recursion in Javascript

In nature, recursion indicates a pattern of self-similarity. It's observable in trees, plants, and...

Learn More 3 0Jan 9 '23

MongoDB 2022 Hackathon submission - Introducing Ghost Notifier

Send realtime notifications to your Ghost blog

Learn More 13 2Nov 20 '22

How to use node.js for Server-Sent Events (SSE)

Prerequisites To follow along with this article, you'll need the following: A working...

Learn More 3 0Nov 18 '22

How to add a Twitter button to your website with HTML, CSS & Javascript

When a new year begins, I write down some goals to achieve. In 2022, one of these goals was to create...

Learn More 12 0Sep 27 '22

A developer's guide to project management (PM), Part 1/2

If you're a developer, you have worked on a project. No matter if it's a million-dollar CMS system or...

Learn More 4 1Aug 30 '22

Chattergram meets Redis - Transcribe your voice messages into written text

My submission to the Redis Hackathon on DEV!

Learn More 5 3Aug 27 '22

Getting started with Rust as a web developer

Please note that I'm still actively learning the language. I'll do my best to describe my current...

Learn More 31 2Jun 21 '22

I built my first NPM package - it's a cache ⭐

Zero-dependency, lightweight caching module for Node.js and the browser - built with Typescript

Learn More 8 0May 23 '22

A social network for gourmets, built with AppWrite

Presenting Ville de Cuisines, a social network for gourmets.

Learn More 0 0May 11 '22

How do you do 'creativity'?

Or to formulate it more specifically: What are your rituals to enter a state that enables you to...

Learn More 5 3May 5 '22

An Introduction to Vue 3 and Typescript: Functional components, attributes, and slots

After getting a grip on reactivity and component communication, let's look at what basic features...

Learn More 9 1May 3 '22

An Introduction to Vue 3 and Typescript: Component properties and events

Declaring a local state with references is a good start. Still, in all but the most simple cases, you...

Learn More 10 0Apr 26 '22

An Introduction to Vue 3 and Typescript: Refs and reactivity

Previously, we scratched the surface of how Vue 3 and Typescript play together. Let's now dive deeper...

Learn More 9 2Apr 19 '22

An introduction to Vue 3 and Typescript - Getting started

In March 2022, I built my first serious project with Vue 3 + Typescript. And I was flabbergasted -...

Learn More 18 2Apr 12 '22