Improving fetch with Effect
How to implement retries for relevant HTTP response codes in TS Effect.
Daniel Barks Blog
Daniel Bark
How to implement retries for relevant HTTP response codes in TS Effect.
My best bread recipe that rises like a balloon.
Showcasing a really fun CTF experience and why you as a dev should CTF as a hobby.
Nix, Nixpkgs and NixOS. Who is who?
An explanation of when to use Object, object and {} in Typescript
My first experience in Gleam building a simple HTTP Server
Is the added complexity of Effect worth it in order to make TypeScript applications more robust?
About picking your first programming language and creating a cozy space for learning.
Why deploying bug free code is not enough. Let me explain.
How I went from discouragement to teaching hundreds of thousands of people programming.
Remember those Windows 7 gadgets that everyone used to love? Can we recreate them using NodeJs.
I was setting up a new Node project like many times before. This time i was going to be pragmatic about testing. Yeah, the usual mindset when starting a new project. Then things took a turn.
Can we add a custom iteration hook for a plain Javascript Object which is not iterable by default?
The forEach loop is part of most JS developers tool belt. Let’s get into the situations where the forEach loop is just a bad fit.
JavaScript is a prototype based language. The language has a not so common but powerful feature that you can create objects directly without classes or other abstractions. Lets dig deeper...