36 posts tagged with "Javascript"
View All TagsDocusaurus 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.
Steps for better Content Security Policy rollouts
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).
Customizing Docusaurus components
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.
From npm to yarn to pnpm - the why, what and how
Packagemanager-independent tasks in package.json
Clean up old projects
Sometimes folders like node_modules
consume too much space and then a small cleanup may be needed.
Full stack JavaScript
Handling errors from async methods in Jest
While testing an async method with ts-jest I came across a problem. The method throws an error on invalid input.
React setup for Sulu headless
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.