Full Stack Engineer, currently working with Airbase Inc. Had run a failed startup :P in the DeliveryTech business.
I am available for comments and suggestions on the Software and System Architecture, suggestions on the tech-stack to be used for products.
My current problem has approx 120 million objects in total. Every operation will use around 30-40 million objects from this superset based on some filters. We use Java, MySQL, Hibernate stack. While processing, we need all these objects in memory. Pl...
I am trying to create a Docker image for my Python/Django application. Which method would be best to follow? 1. Using requirements file ADD requirements.txt /code/requirements.txt RUN pip install -r requirements.txt OR 2. Installing packages indivi...
I am looking out for some NodeJS ORMs. I have found Loopback and Sequelize. I have tried out both of them, and found them extremely useful for the basic CRUD operations, and to some extend in custom operations also. But, in some of the cases (which a...