decker

decker @decker67

Joined:
May 27, 2022

decker
articles - 15 total

No more State Management with Signals

State management and I have never been on good terms. The sheer amount of boilerplate code and the...

Learn More 0 0Dec 31 '23

Is programming in TypeScript simply another excuse not to write test in JavaScript?

I know TS and i know JS and I prefer JS over TS because of multiple reasons. Reading posts where...

Learn More 2 5Jan 4 '23

Homework: Brackets Check in JS

I recentliy saw a homework for students in which you should write a function that gives true if a...

Learn More 5 1Dec 6 '22

Most useful Font for JavaScript

Recently I saw a tutorial and the visualisation of the arrow symbols in the source and ask myself:...

Learn More 4 0Sep 17 '22

Reputation for Posts?

I am wondering very often how many reputation some posts got, even they contain almost nothing new,...

Learn More 4 0Sep 12 '22

Think First, Code Second

From time to time I see code from colleges or other people, that seems to be to complicated or...

Learn More 5 0Sep 10 '22

Write your own CORS Proxy with NodeJS in no time.

You know CORS otherwise you would not read this article, I guess. So let's get beyond it and straight...

Learn More 13 1Sep 9 '22

UI5 Web Components && SolidJS

If you are looking for a Component Framework useable with SolidJS maybe UI5 Web Components are the...

Learn More 4 0Aug 23 '22

Singeltons in JavaScript not needed?

Yes you can implement the singelton pattern in JavaScript with a class, but is it useful or do we...

Learn More 1 0Aug 20 '22

Timeout with the fetch API

Some time ago I shifted from Axios to fetch, to get rid of another dependency. Nowadays the fetch API...

Learn More 2 0Aug 20 '22

Do we need Axios having the fetch API everywhere?

What do you prefer? Is there a reason to use Axios these times? In my opinion there is almost no...

Learn More 3 2Aug 11 '22

Do we really need Flux, Vuex, Pinia, MobX and all the other Statemanagement Frameworks?

Or is it sufficient to us the build in reactivity system of Vue or the other frontend frameworks...

Learn More 6 6Aug 10 '22

Make you own Web

Annoyed from the content hidden behind a paywall on https://www.heise.de. No problem. Get rid of it...

Learn More 4 0Jul 19 '22

What is the most important rule when designing an API?

When designing an API for your Application Frontend, what is your rule of thumb?

Learn More 11 8Jul 19 '22

Trick FB with some JS to allow advertisement for titles not allowed

If you want to give away your PS account, you need a list of all games purchased and as a developer...

Learn More 7 0May 27 '22