JorensM

JorensM @jorensm

About: Hi! My name is Jorens! I'm a developer/writer/musician/artist.

Location:
Riga, Latvia
Joined:
Jan 10, 2022

JorensM
articles - 11 total

Creating a tab-synced music player in React

Warning, kind of a long read, here is the source code if you don't feel like reading the entire...

Learn More 0 0Jan 10 '24

Architecture design of my game My Pixel Plant

Hi dear readers! Recently I published my small browser game My Pixel Plant. Developing it was lots...

Learn More 7 1Jan 2 '24

Frontend VS Backend

Hi, in this article I would like to tell you about what are frontend and backend, and the difference...

Learn More 0 2Dec 28 '23

My Developer Journey

Image by Joshua Woroniecki from Pixabay Hello, my name is Jorens. In this article I would like to...

Learn More 0 0Dec 28 '23

How to keep state between page refreshes in React

Hello dear reader! In this article I would like to show you how to keep state between page refreshes...

Learn More 36 8Dec 19 '23

How to sync React state across tabs with workers

Hello, in this article I will show you how you can sync state in React across multiple tabs. We will...

Learn More 8 0Dec 18 '23

How to avoid the ripple effect when programming

Image by 200 Degrees from Pixabay Preface I would like to start this article by saying...

Learn More 1 0Oct 5 '23

How to make command-line apps accessible?

Hi, recently I started working on a command-line tool and wanted to make it accessible. I posted a...

Learn More 0 0Sep 23 '23

How to practice writing

Image by David Schwarzenberg from Pixabay This article was originally published on Medium, but I...

Learn More 0 4Sep 10 '23

Creating a form In React Native With Formik

Introduction Forms are an integral part of many mobile applications. Whether it's a...

Learn More 6 0Aug 31 '23

Debounce function with a return value using promises

In this article I will show you how to write a debounce function that allows you to return a value...

Learn More 8 1May 29 '23