Pocketbase Hosting on Apache or XAMPP

Pocketbase Hosting on Apache or XAMPP Pocketbase is an open-source application and alternative to Google Firebase. This is offering realtime database, authentication(including social), and file storage for your next web and mobile application. This article is about how to host the Pocketbase application server which usually runs at 8090 port with your existing application server. If you are using Linux…

Continue Reading

React Removing Unused CSS and Obfuscate JavaScript in Post Build Process

React Removing Unused CSS and Obfuscate JavaScript in Post Build Process This is continues of my previous post about how to remove unused CSS and convert unclear JavaScript to protect your source code in the post-build process. If you are using CSS libraries like Bootstrap, Tailwind CSS, etc.. and sometimes multiple frameworks. But your application components are not using all…

Continue Reading

Angular Removing Unused CSS and Obfuscate JavaScript

Angular Removing Unused CSS and Obfuscate JavaScript Nowadays most of the applications develop based on large CSS libraries like Bootstrap, Tailwind CSS etc.. and sometimes multiple frameworks. But your application components are not using all of the styles and it adds more weight on the application performance. This post will explain the Angular post-build process to remove unused CSS and…

Continue Reading