There are quite a lot of articles/videos on Laravel + Vue CRUD, but not enough is published on the newest Vue.js 3 version, using the new Composition API. So, with this step-by-step detailed article, let’s fill in that gap, building…
Category
There are quite a lot of articles/videos on Laravel + Vue CRUD, but not enough is published on the newest Vue.js 3 version, using the new Composition API. So, with this step-by-step detailed article, let’s fill in that gap, building…
If you have a large ecosystem with multiple applications, it’s nice to have a common user account that you can use to authenticate in these separate applications. So when a user authenticates any of these apps, they will be logged in everywhere.
Heap sort is a comparison-based sorting technique based on Binary Heap data structure. It is similar to selection sort where we first find the minimum element and place the minimum element at the beginning. We repeat the same process for…
PDFMiner: PDFMiner is a text extraction tool for PDF documents. Install PDFMiner : pip install pdfminer PyMuPDF: Python bindings for the PDF toolkit and renderer MuPDF Install PyMuPDF : pip install PyMuPDF You can use this script to fill signature…
Install muPDF Repair damaged PDF using command The clean command pretty prints and rewrites the syntax of a PDF file. It can be used to repair broken files, expand compressed streams, filter out a range of pages, etc. mutool clean…
docugen strives to make the process of creating business documents easy. With docugen, users have a wide range of options to create/upload their business templates easily. Users can design a template, upload a PDF/image from your local system or pick one…
What is Laravel? Laravel is an MIT license open source “PHP framework” based on the MVC design pattern. It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and…
SimplyDocs is a web-based software platform which helps you to create and manage web forms, generate filled documents, publish the documents for almost everything & business proposals. With SimplyDocs, users are empowered to create online forms which can be used in…
The first thing we usually do after waking up in the morning is to check our cellphone to see if there are important messages from our colleagues and friends. Whether or not it’s a good idea, this behavior has become…