Docusaurus Faster
We love Docusaurus! The platform has powered our blog for about 2.5 years and made it easier than ever to contribute and publish articles.
We love Docusaurus! The platform has powered our blog for about 2.5 years and made it easier than ever to contribute and publish articles.
Web applications often have bugs, which can lead to security issues. To mitigate the risk of such vulnerabilities, developers can use different solutions. One of them is Content Security Policy (CSP).
Tech changes, quite rapidly. Coming across a blog post that covers outdated information happens frequently to me. Years ago, I came across a blog that displayed a "This blog post might be outdated banner" and I liked that approach.
Sometimes folders like node_modules
consume too much space and then a small cleanup may be needed.
While testing an async method with ts-jest I came across a problem. The method throws an error on invalid input.
We are currently building our first website based on Sulu. For this, we use the Sulu headless bundle to focus on React as technology on the frontend side.
We are currently migration an internal tool from Javascript to Typescript. In that process, we also began adding unit tests with Jest (well, ts-jest to be precise).