Build your own Full-Stack framework
Feeling the web developer fatigue? You are not alone!

Search for a command to run...
Articles tagged with #typescript
Feeling the web developer fatigue? You are not alone!

The IntersectionObserver is a powerful API for tracking elements' visibility within the viewport. Many modern web applications use it to implement lazy loading, infinite scrolling, or other interactions that depend on an element's visibility. When it...
Extending Jest in TypeScript to write custom matchers for testing additional Error properties.

For people that are new to monorepos like me, there are a lot of struggles that you will face and no one talks about them in the articles you can find out there, especially when it comes to monorepos with NextJS apps. Setup a monorepo with NPM or Yar...

Last week I was creating a NodeJS + ExpressJS app in TypeScript and I was wondering how to apply the Onion Architecture successfully. In practice that was not a problem (I will write an article about it soon) until the moment of testing. There is li...
