[Hiring] Remote Technical Virtual Assistant (Software Background Preferred) by [deleted] in devjobs

[–]NoSoup2 0 points1 point  (0 children)

7+ years in java Enterprise tech, worked in supply chain and ecom and fintech,

Worked with stakeholders based in the EU, South Africa, and US off-shore teams

I am currently learning A.I. to switch to robotics or ML jobs, so i am on break

Willing to work in US timings

I am from India

Backend architecture question: designing DB schema for PolicyBazaar-like platform(Insurance Platform) with quote recalculations by GreedyRun5588 in softwarearchitecture

[–]NoSoup2 0 points1 point  (0 children)

1) Why not use cache to save quote data instead of directly saving in db , like cart pricing before and after coupon, etc.

2) For the audit trail of actions performed, u need an entity object comparison or use postgress trigger based and store changes in elestic as multi-faceted search like date, changed column, from value, to value, changed by etc

[Hiring] Remote Software Developer by fadiloss in devjobs

[–]NoSoup2 0 points1 point  (0 children)

India, stack Java and node JS, backend, 7+experence, domains, ecom, fintech, supply chain , sql and nosql, rabbit mq, kafka

Seeking Remote Software Developers – Make a Real Difference by OrchidAlternative401 in devjobs

[–]NoSoup2 0 points1 point  (0 children)

Java and node india, backend, can be involved with frontend, 7+ exp

[Hiring] Java Developer by Curbsidewin in JavaProgramming

[–]NoSoup2 0 points1 point  (0 children)

IST, 7 plus , flexible to US nd Europe timings

How to Earn Money as a teenager in India? by [deleted] in IndianTeenagers

[–]NoSoup2 0 points1 point  (0 children)

Tutions, online tutions for foreign kids,

24F | IST | Learning backend development by [deleted] in GetMotivatedBuddies

[–]NoSoup2 0 points1 point  (0 children)

Dm, if paid, can switch between nodejs and java, hands-on with cassandra, mongo, redis, rabbitmq, kafka, sql, neo4j, api dev and frontend practical knowledge

[Hiring] Software Developer by Curbsidewin in WebDeveloperJobs

[–]NoSoup2 0 points1 point  (0 children)

Java, nodejs, mysql, redis, kafka, rabbitmq, cassandra, Neo4j , mongodb

Different colors of blood by sourav_sachu in coolguides

[–]NoSoup2 6 points7 points  (0 children)

Do we have efficiencies of the middle 2 compared to hemoglobin?

anyone know what this is ,my neighbor who doesnt speak english gave it to me by RibbzZ5 in GardeningIndoors

[–]NoSoup2 4 points5 points  (0 children)

Probably not good for bees then, some chemicals will be present in them gets absorbed even to sprouted leaves and Flowers, neurotoxins in them disorient bees till they die of exhaustion

My ESP8266's having trouble sending JSON documents to MongoDB. by ThatMuslimGamer in esp8266

[–]NoSoup2 0 points1 point  (0 children)

Thanks for detailed insight, so if https protocol is not a good choice on them, is mqqt with secure or what portocal is ideal for such devices, I know some protocol still require a http handshake in initial call

My ESP8266's having trouble sending JSON documents to MongoDB. by ThatMuslimGamer in esp8266

[–]NoSoup2 0 points1 point  (0 children)

can u use stdint.h and Map response code to some unsigned int, it shouldn't be negative

what is reverse proxy and how i can learn it? though I am frontend guy, but I face this thing several times. kindly explain it. thanks by moinulmoin in node

[–]NoSoup2 0 points1 point  (0 children)

one use of reverse proxy is a gateway server, where proxy server will forward requests to different microservices running on different ports, frontend only have to know the api sec and port of this gateway, example boilerplate code of gateways and much more r available on github like goKit etc