I created a Python script that takes 1 PDF as an input and create another PDF with same content but text style is like it…
So I had 3 projects developed in Node.js and EJS: A client approaches me and wanted to have all these platforms in 1 website. So…
In order to re-use payment methods using Stripe, you need to ask the user to enter his card detail for at-least once. Stripe will save…
If you have a shared hosting server and wanted to run Python scripts on it, follow this guide. Python is one of the most widely…
In this article, I will share my story of how I managed to handle 40,000 products on a website running on a shared server on…
Database transactions are used to maintain data integrity throughout the database. For example, let’s say you are doing a checkout function. You are creating an…
You can set custom settings in your Laravel website that will help you manage content of user side from your admin panel. For example, I…
In this article, you will learn, how to create a middleware for admin in Laravel. It will be useful for you to protect your admin…
The rich text editor I was using did not had image upload feature. It only allow URL of image to be posted in post’s content.…
Here are some of the important CLI commands I encounter while working on projects that includes SSH keys and Github on cloud servers This command…