Published onJanuary 3, 2024Working with CSP and ViteCspContent-Security-PolicyVitejsVuejsSoftware-DevelopmentRecently I needed to add Content Security Policy to a project which uses Vue JS for the front end and Vite for development server, adding this policy will improve the security of it and it’s general…
Published onSeptember 30, 2023How to Create a Responsive Nav-Bar Component Using React with TypeScriptreactvitejsweb-developmentjavascripteslintDynamic Nav-Bar Component with React, TypeScript, and Bootstrap5 using Vite
Published onAugust 12, 2023Adding ESLint and Prettier to a ViteJS React projectreactvitejsweb-developmentjavascripteslintInstalling and configuring ESLint and Prettier in a React project created with ViteJS.