Deploy a PHP Application on AWS Lambda Function Serverless

Deploy a PHP Application on AWS Lambda Function Serverless In this post, I will explain the steps to deploy a simple PHP email MX record validation application on AWS lambda function using Bref layers. AWS Lambda natively supports Java, Go, PowerShell, Node. js, C#, Python, and Ruby code, not PHP. You can deploy the lite weight PHP function to improve…

Continue Reading

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

Host a Website on Your Home Raspberry Pi

Host a Website on Your Home Raspberry Pi The Raspberry Pi is a low cost device and it consumes low power. It can be used as a web server with your home internet and you will have complete freedom to implement ideas. Nowadays popular cloud services are costing high for the same specifications and recently banned some websites for showing…

Continue Reading

Cypress UI Automation End to End Testing

Cypress UI Automation End to End Testing UI automation is the most important part of the CI/CD(continuous integration and continuous delivery) process. Integration testing helps you to avoid manual regression testing and improve the application quality. In this post I will explain how to implement UI automation testing to existing Angular projects using the Cypress tool, this is a great…

Continue Reading

Setup SSH authentication with PEM RSA file without password on ubuntu/linux server

Setup SSH authentication with PEM RSA file without password on ubuntu/linux server Recently I have been working with Raspberry PI and creating my own home server to host some of my demo projects. This post is about setting up SSH authentication with a PEM certificate file without password on ubuntu/linux server. Implement the following steps and improve the security. Go…

Continue Reading

Deploy NodeJS Express Application to Firebase as Function.

Deploy NodeJS Express Application to Firebase as Function. Few days back I posted an article about how to implement restful apis using the Node Express and MySql. In this post I am going to discuss deploying NodeJS RESTful apis with Express framework to the Firebase functions. This is helpful when you deal with external endpoints which need secret keys. Google…

Continue Reading

PUBNUB: Making Engaging Realtime Experiences a Reality in India

PUBNUB: Making Engaging Realtime Experiences a Reality in India Realtime Communication is providing enterprises with an innovative way to deliver better, more cost-effective customer service.Technology companies in India are racing towards a more connected and always-on world, making it easier, faster, safer, and more convenient for everyday people to do the things they need and achieve the things about which…

Continue Reading

Publish an Ionic Android App to Google Play Store.

Publish an Ionic Android App to Google Play Store. Ionic is a great component framework that can build both iOS and Android apps from the same source code using Capacitor. In this video I have explained how to generate a signed Android release APK version using Ionic application and publishing on Google play store. For this process you need a…

Continue Reading