वहां मौजूद महाराज नंद ने उन्हें आसन पर बैठे देख चाणक्य की वेशभूषा को लेकर उनका अपमान कर दिया और उन्हें आसन से उठने का आदेश दे दिया। जिस से क्रोधित होकर चाणक्य ने पूरे सभा के बीच नंदवंश के राजा से बदला लेने की प्रतिज्ञा ले ली थी।
#chanakyaniti#chanakyaa#Motivation
No more hours of video editing.
ChatGPT can now create a video commercial with the script, voice-over, music and everything with just two prompts.
I will show you how in 4 easy steps 👇
Looking to expand your knowledge of analytics engineering? Check out this informative article on Medium that explores the role, responsibilities, and benefits of working in this dynamic field. #analyticsengineering#careeropportunities#bigdata 👇
https://t.co/1F0XPewKqz
👉 Over to you: what is good architecture, the one that looks fancy during the interview or the one that works in reality?
If you like this thread please retweet the first thread and follow me on @SurakshaSogaria
How will you design the Stack Overflow website? If your answer is on-premise servers and monolith (on the right), you would likely fail the interview, but that's how it is built in reality!
#javascript#DevOps#NodeJS#Developer#DEVCommunity
𝐖𝐡𝐚𝐭 𝐢𝐭 𝐚𝐜𝐭𝐮𝐚𝐥𝐥𝐲 𝐢𝐬
Stack Overflow serves all the traffic with only 9 on-premise web servers, and it’s on monolith! It has its own servers and does not run on the cloud.
This is contrary to all our popular beliefs these days.
Are you planning to learn SQL or already into SQL? This is so handy!
For more such free content and learning join my tweets on tweeter @SurakshaSogaria
#DataScience#javascript#DEVCommunity#html#css
Can we use callback, promises and async await all together?
What do you think 🤔!
To make a asynchronous operation we have multiple approaches such as callback, promise, async-await, so can we use setTimeout because it also delays the operation.
#devCommunity#javascript
Over to you: 1). What are the drawbacks of the microservice architecture?
2). Have you seen a monolithic system be transformed into microservice architecture? How long does it take?
What does a typical microservice architecture look like? 👇
.
.
The diagram end of this thread shows a typical microservice architecture.
🔹Load Balancer: This distributes incoming traffic across multiple backend services.
#devCommunity#javascript#ai#nodejs
Benefits of microservices:
- They can be quickly designed, deployed, and horizontally scaled.
- Each domain can be independently maintained by a dedicated team.
- Business requirements can be customized in each domain and better supported, as a result.