cookie

ما از کوکی‌ها برای بهبود تجربه مرور شما استفاده می‌کنیم. با کلیک کردن بر روی «پذیرش همه»، شما با استفاده از کوکی‌ها موافقت می‌کنید.

avatar

Tech And Events 2024

Sharing Events In 2023-2024 Technology Updates World Level Hackathons Up To Date In Tech Soft Skills For Your Knowledge

نمایش بیشتر
پست‌های تبلیغاتی
920
مشترکین
+124 ساعت
+77 روز
+4030 روز

در حال بارگیری داده...

معدل نمو المشتركين

در حال بارگیری داده...

Hotstar Overview https://youtu.be/9b7HNzBB3OQ?feature=shared - *Simplified* Explaination Hotstar is like a massive online stadium where millions of people can watch their favorite shows and sports events at the same time. To handle this huge traffic, Hotstar uses some cool tech tricks: * Distributed Architecture: Imagine many mini-stadiums instead of one giant one. This helps spread the load and reduces congestion. * Load Balancing: Special algorithms direct users to the least crowded "mini-stadium" to ensure no single server gets overwhelmed. * Caching: Hotstar stores frequently accessed content in memory or faster storage, reducing the load on its servers. * CDNs: A network of fast servers around the world delivers content quickly to users, reducing latency. * Scaling Up: Hotstar can quickly add more servers to handle increased demand, like adding more seats to a stadium. * Optimization: Hotstar compresses and encodes videos to reduce file size, making them faster to deliver. These strategies help Hotstar handle millions of concurrent users, ensuring a smooth and fast video streaming experience. https://whatsapp.com/channel/0029VaCTjQKInlqIZ1vJ851i
نمایش همه...
How Hotstar Application Scaled 25 Million Concurrent Users | Performance Testing | Load Testing

Credit : @HasGeekTV The video is uploaded here for educational purpose Speaker bio Gaurav is a Cloud Architect at Hotstar, India’s leading OTT provider that holds a global concurrency record for live streaming to 25Mn+ viewers. At Hotstar, he loves building cost-efficient infrastructure that can scale to millions in minutes. He is also passionate about chaos engineering and cloud security. The talk will focus on why traditional autoscaling doesn’t work for Hotstar (Disney’s OTT streaming service) who recently created a global record for live streaming to 25.3 million concurrent viewers. It will talk about challenges in scaling infrastructure for millions and how to overcome it, how we run gamedays before actual games, how we use load testing monster called Hulk to prepare for peak traffic and also how we add chaos (engineering) in between all these epic scale madness. Outline About Hotstar Why traditional autoscaling doesn’t work for Hotstar Challenges in scaling Gamedays and load testing for millions How we prepare for peak traffic (50M) Chaos engineering at high level Slides

https://docs.google.com/presentation/d/1IYLsySe_thA6qeztnL4Tmhszdu2Wd5-3CKKLm26m-9Y/edit?usp=sharing

نمایش همه...
Connecting North Korea's Operating System to the Internet?

Connecting the North Korean OS, Red Star to the internet to surf the net, Kim Jong un style. Follow me on Twitter -

https://www.twitter.com/atericparker

Disclaimer: The content in this video is for education and entertainment purposes to showcase the dangers of malware & malicious software. I do not encourage any form of illegal hacking, nor do I encourage the usage of game cheats, cracks or hacks. Cracks are sometimes shown to highlight the dangers of software piracy, my content is not intended to teach anybody how to pirate, or maliciously hack. More Malware Investigation Videos: → Cyberpunk 2077 Highly Compressed:

https://www.youtube.com/watch?v=1aLWMcUsskI

→ The latest "NORD" Malware - Nordsecured:

https://www.youtube.com/watch?v=F1Qou6X4lsA

→🧧VIRUS WARNING🧧 NEW Optifine for Minecraft 1.16 SCAM:

https://www.youtube.com/watch?v=macOk6haAv0

→ The wilkreate YouTube stealer virus that started this whole trend:

https://www.youtube.com/watch?v=DLWuG3P1Gew

Much of the music in my videos comes from the YouTube audio library, especially this amazing music creator:

https://www.youtube.com/channel/UCTPI2hZYxoHtdGEpdFoaU5A

. Outro Music Track: Lost Sky - Where We Started (feat. Jex) [NCS Release] Music provided by NoCopyrightSounds. Watch:

https://youtu.be/U9pGr6KMdyg

Free Download / Stream: http://ncs.io/WhereWeStarted (C) Eric Parker 2024

Photo unavailableShow in Telegram
WRITING CODE IN HINDI IS POSSIBLE CEO Satya Nadella announced at the Microsoft Build 2024 that developers can now do programming in their native language, including Hindi. > “Think about that — every person can now start programming, whether it’s in Hindi, Brazilian or Portuguese, and bring back the joy of coding in their native language,” said Nadella, emphasising that this would be available in Copilot Workspace. Nadella added that with Copilot coding features in native languages, we are an order of magnitude closer to a world where any person can go from idea to code in an instant. This is further enabled by Copilot Workspace having the knowledge of existing code and naturally integrating with the workflow
نمایش همه...
A roadmap for Data Structures and Algorithms (DSA) in C language typically involves a structured learning path, starting from the basics and progressing to more advanced topics. Here's a roadmap that you can follow: Step 1: Learn the Basics of C Programming 1. Variables and Data Types: - Integers, floats, characters, etc. - Arrays and strings. 2. Control Flow: - If-else statements. - Loops (for, while, do-while). 3. Functions: - Declaration and definition. - Recursion. 4. Pointers: - Basics of pointers. - Pointers and arrays. - Pointers and functions. Step 2: Understanding Memory Allocation 1. Dynamic Memory Allocation: - malloc, calloc, realloc, and free. 2. Structures and Unions: - Defining and using structures. - Nested structures. - Introduction to unions. Step 3: Introduction to Data Structures 1. Arrays and Strings: - Multidimensional arrays. - String manipulation functions. 2. Linked Lists: - Singly linked lists. - Doubly linked lists. - Circular linked lists. 3. Stacks and Queues: - Implementation and applications. 4. Trees: - Binary trees. - Binary search trees. 5. Graphs: - Basics of graph representation. - Traversal algorithms (DFS, BFS). Step 4: Sorting and Searching Algorithms 1. Sorting Algorithms: - Bubble Sort, Selection Sort, Insertion Sort. - Merge Sort, Quick Sort. 2. Searching Algorithms: - Linear Search. - Binary Search. Step 5: Advanced Data Structures 1. Hashing: - Hash functions. - Collision handling techniques. 2. Heaps: - Binary heaps. - Heap sort. 3. Advanced Trees: - AVL trees. - Red-Black trees. 4. Graph Algorithms: - Shortest path algorithms (Dijkstra's, Bellman-Ford). - Minimum Spanning Tree (Prim's, Kruskal's). Step 6: Algorithmic Paradigms 1. Divide and Conquer: - Examples like merge sort and binary search. 2. Dynamic Programming: - Concepts and solving problems. 3. Greedy Algorithms: - Concepts and solving problems. Step 7: Problem Solving and Practice 1. Online Platforms: - LeetCode, HackerRank, Codeforces, etc. 2. Competitive Programming: - Participate in coding contests. 3. Project-Based Learning: - Implement data structures in real-world projects. Step 8: Advanced Topics 1. Advanced Algorithms: - Advanced graph algorithms. - String algorithms. 2. Concurrency and Parallelism: - Basics of concurrent programming. 3. System Design: - Scalable and efficient design. Step 9: Stay Updated & Keep Practicing Remember, practice is key. Regularly solve problems, implement algorithms and data structures, and participate in coding challenges to reinforce your learning.
نمایش همه...
👍 1
Job Posting Details - Position: AEM Consultant - SheSparks Intern - Location: Noida, Uttar Pradesh, India - Category: Other - Job ID: R146265 - Posted Date: 05/31/2024 Apply Now 🙂❌✅ https://www.linkedin.com/posts/sumit-kumar-6999999cloudcomputing_job-connection-opportunity-activity-7202577565801197569-xNuG?utm_source=share&utm_medium=member_android
نمایش همه...
Sumit Kumar on LinkedIn: #job #connection #opportunity #apply #adobe

Job Posting Details - Position: AEM Consultant - SheSparks Intern - Location: Noida, Uttar Pradesh, India - Category: Other - Job ID: R146265 - Posted Date:…

🔰A Complete CEH-V11 FREE Training! 🧑‍🎓Build Your Career with the most in Demand Ethical Hacking Certification. 📝The Certified Ethical Hacker V11- CEH-v11 certification, issued by the EC-Council, serves to certify cybersecurity professionals in the practice of ethical hacking. 🔗https://mega.nz/folder/GlYgkazA#D_pWUewe-96m9IJIz8ibvw
نمایش همه...
نمایش همه...
1,250 Miles Without Gas New Hybrid Cars #BYD #HybridCars #ElectricVehicles #AutomotiveInnovation

#BYD #HybridCars #ElectricVehicles #AutomotiveInnovation #RangeAnxiety #FuelEconomy #TeslaRival #BYD #HybridCars #ElectricVehicles #AutomotiveInnovation #RangeAnxiety #FuelEconomy #TeslaRival #BYD #HybridCars #ElectricVehicles #AutomotiveInnovation #RangeAnxiety #FuelEconomy #TeslaRival #BYD #HybridCars #ElectricVehicles #AutomotiveInnovation #RangeAnxiety #FuelEconomy #TeslaRival Disclaimer:- Video is for educational purposes only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976©️, allowance is made for"fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.

نمایش همه...
Sumit Kumar on LinkedIn: #github #copilot #tips #connections #pairprogramming

How GitHub Copilot Works 1.Secure Prompt Transmission: Your prompts are securely sent to Copilot to ensure data privacy. 2.Contextual Understanding: Copilot…