Gopher Academy
3.33K subscribers
915 photos
40 videos
279 files
1.96K links
🕸 Gopher Academy

🔷interview golang
https://github.com/mrbardia72/Go-Interview-Questions-And-Answers

حمایت مالی:
https://www.coffeete.ir/mrbardia72

ادمین:
@mrbardia72
Download Telegram
🎯DevOps Guide from basic to advanced with Interview Questions and Notes🎯
🎯مجموعه‌ای از نکات و موارد مصاحبه‌ای برای شغل DevOps از سطح‌بندی مقدماتی تا پیشرفته🎯

#devops #guide #cheatsheet #interview #question #questions #note

🔺 github.com/Tikam02/DevOps-Guide

🔰 @gopher_academy
Persian Talk with kianoosh, Tech Lead of showing ads team in Google, about how google Team and its structure works.
یک مصاحبه جالب از کیانوش مختاریان مدیرفنی یکی از بخش‌های نمایش تبلیغاتی گوگل در مورد اینکه ساختارها و کارها توی گوگل به چه شکل انجام میشه.

#google #interview #talk #alibaba #team #structure #company


https://www.youtube.com/watch?v=5XoalUg1lco

🔰 @gopher_academy
لیستی از سوالات الگوریتمی به همراه اموزش که از leetcode انتخاب شدن و برای مصاحبه عالین

#algorithm #interview #leetcode #practice

https://neetcode.io

🔰 @gopher_academy
👍7🔥3
یک راهنمای نسبتا جامع برای سوالات مصاحبه مرتبط با SQL

#sql #interview

https://xoraus.github.io/CrackingTheSQLInterview/


🔰 @gopher_academy
👍4
لیستی از سوالات مصاحبه‌طور برای طراحی سیستم‌های نرم‌افزاری که برای scale و حالت‌های دیگه میشه ازشون الگو گرفت

#interview #system #design #crack #practice #example #practical #scale #scalibility

https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview


🔰 @gopher_academy
👍6
𝗥𝗮𝗯𝗯𝗶𝘁𝗠𝗤 𝘃𝘀. 𝗞𝗮𝗳𝗸𝗮 𝘃𝘀. 𝗔𝗰𝘁𝗶𝘃𝗲𝗠𝗤: 𝟳 𝐊𝐞𝐲 𝗗𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝗰𝗲𝘀

🔹𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗮𝗻𝗱 𝗦𝗰𝗮𝗹𝗮𝗯𝗶𝗹𝗶𝘁𝘆: Kafka is designed for high throughput and horizontal scalability, making it well-suited for handling large volumes of data. RabbitMQ and ActiveMQ both offer high performance, but Kafka generally outperforms them in terms of throughput, particularly in scenarios with high data volume.

🔹𝗠𝗲𝘀𝘀𝗮𝗴𝗲 𝗣𝗿𝗶𝗼𝗿𝗶𝘁𝘆: RabbitMQ and ActiveMQ support message prioritization, allowing messages with higher priority to be processed before those with lower priority. Kafka does not have built-in message priority support.

🔹𝗠𝗲𝘀𝘀𝗮𝗴𝗲 𝗢𝗿𝗱𝗲𝗿𝗶𝗻𝗴: RabbitMQ and ActiveMQ guarantee message ordering within a single queue or topic, respectively. Kafka ensures message ordering within a partition but not across partitions within a topic.

🔹𝗠𝗲𝘀𝘀𝗮𝗴𝗲 𝗠𝗼𝗱𝗲𝗹: RabbitMQ uses a queue-based message model following the Advanced Message Queuing Protocol (AMQP), while Kafka utilizes a distributed log-based model. ActiveMQ is built on the Java Message Service (JMS) standard and also uses a queue-based message model.

🔹𝗗𝘂𝗿𝗮𝗯𝗶𝗹𝗶𝘁𝘆: All three message brokers support durable messaging, ensuring that messages are not lost in case of failures. However, the mechanisms for achieving durability differ among the three, with RabbitMQ and ActiveMQ offering configurable durability options and Kafka providing built-in durability through log replication.

🔹𝗥𝗲𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻: RabbitMQ supports replication through Mirrored Queues, while Kafka features built-in partition replication. ActiveMQ uses a Primary-Replica replication mechanism.

🔹𝗦𝘁𝗿𝗲𝗮𝗺 𝗣𝗿𝗼𝗰𝗲𝘀𝘀𝗶𝗻𝗴: Kafka provides native stream processing capabilities through Kafka Streams, similarly RabbitMQ offers stream processing too, while ActiveMQ relies on third-party libraries for stream processing.

Ref:
RabbitMQ vs. Kafka vs. ActiveMQ: A Battle of Messaging Brokers: https://lnkd.in/g4N7UCPE
𝗚𝗿𝗼𝗸𝗸𝗶𝗻𝗴 𝗦𝘆𝘀𝘁𝗲𝗺 𝗗𝗲𝘀𝗶𝗴𝗻 𝗙𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀: https://lnkd.in/gtcCT-dJ
𝗚𝗿𝗼𝗸𝗸𝗶𝗻𝗴 𝘁𝗵𝗲 𝗦𝘆𝘀𝘁𝗲𝗺 𝗗𝗲𝘀𝗶𝗴𝗻 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 for #systemdesign #interview questions - https://lnkd.in/giwyzfkT
𝗚𝗿𝗼𝗸𝗸𝗶𝗻𝗴 𝘁𝗵𝗲 𝗔𝗱𝘃𝗮𝗻𝗰𝗲𝗱 𝗦𝘆𝘀𝘁𝗲𝗺 𝗗𝗲𝘀𝗶𝗴𝗻 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 - https://lnkd.in/grPz6meZ

#distributedmessaging #kafka #rabbitmq #activemq #systemdesign #interviewpreparation #interviewtips #softwarearchitecture 

👇👇👇👇

🕊 @gopher_academy
👍11