Intro Things that slow a web application are: requests Ressources loading (JS / CSS / images) API calls Files size JS / CSS files ...

Introduction I was at 21% completions of the portswigger course, last month I worked on some vulnerabilities I did not practiced b...

Starting point I was at 11% completions of the portswigger course. Week 1 Did not start yet. Week 2 I started back the course &ldq...

Starting point I am a full-stack developer with a few years of experience in web development. I started development with HTML/CSS/...
Explanation Recently I was working on a project that was using Angular 15 and there was some issues with the performance of the ap...
Other nestjs posts I’ve made a few posts about NestJs, you can find them here: How to update NestJs ? Setting up a NestJs pr...
Creating the project First we will setup the project using the angular cli. Library ng new my-library-name --no-create-application...
While developping a dumb library called wtfui that I do for fun and to learn some stuff, I needed to create a component that would...
Projects creation First you need to create two directory in the same folder. One for the library / module you want to publish and ...
npm update didn’t work to update nest, as this post said: https://stackoverflow.com/questions/57469252/is-there-a-recommende...