Setup XNET on AWS Ubuntu EC2 InstanceHope you have already created the AWS Ubuntu EC2 Instance. Now without wasting the time let’s jump upone the xnat setup. Before setup the…Oct 23, 2024Oct 23, 2024
Setup React Native Project Android on MacI am writing this article as during React Native Android Project setup on Macbook I faced some challenges. Hence I thought to create an…Sep 16, 2024Sep 16, 2024
Read Price Text From Image using Python, spacy OpenCv and pytesseract (Part 2)To continue with the beginning please go through the part one.Jun 5, 2024Jun 5, 2024
Read Text From Image using Python, OpenCv and pytesseract Part1This time I am developing a module for the Retail Sales for my own family business (Motorbikes Garage). Where I want to reduce the mismatch…May 6, 2024May 6, 2024
Flask Api for Creating, Storing and Verifying Bcrypt Hash PasswordI am writing this article because during implementing and verifying the bcrypt hash password with the hash string which is stored hash…Apr 29, 2024Apr 29, 2024
Comparison of Some inbuild Higher order functions in Python and JavaScriptHey guys, now a days I am going through the python. And while reading about python higher order functions. I found there are some working…Apr 7, 2024Apr 7, 2024
Solve a Probability Problem with Python and SciPyToday while solving the question based on Probability and Stats. I just thought how could I solve the same problem with the help of some…Mar 17, 2024Mar 17, 2024
Published inStackademicImplement GraphQL MicroServices Using Apollo/gatewayIntroductionNov 27, 2023Nov 27, 2023
How to write Unit Test in Jest For React and Redux-StoreWhile writing the unit test in jest (testing-library/react)I faced the issue related to redux store i.e. how to pretend that fake store…Nov 18, 2023Nov 18, 2023
JavaScript QuickSelect Algrothm with the help of Meidan of MediansIn computer science, the median of medians is an approximate median selection algorithm, frequently used to supply a good pivot for an…Oct 29, 2023Oct 29, 2023