Ankur sainiankur0213.hashnode.dev·Nov 25, 2024Kafka is not for you!Kafka is widely use as a messaging or Message Broker system. As we all knows that Kafka has high throughput means it can handle millions of requests and data at a time without facing any problem. It provide the amazing scalability powers to you. It r...Discuss#blogwithcc
Rawad Hossainrawad.hashnode.dev·Nov 23, 2024Amazon CloudFront: The Key to Faster Web Content DeliveryIn this blog, we will discover Amazon CloudFront in AWS. why is it used, will understand caching and its behavior. Amazon CloudFront Let's understand by a relatable example, suppose you want to use a streaming platform like Netflix. Let’s say the mai...Discuss#blogwithcc
Ankur sainiankur0213.hashnode.dev·Nov 10, 2024Building a Scalable Train Booking SystemSource Code : https://github.com/AnkursainiRD/-v2_Train_Booking_Management Day 1 Hey guys. I am starting to build a Full Stack Scalable Train Booking System. Which can handle concurrency at on its peak time. And i will add many features in future. Th...Discuss·51 readsNode.js
Satyam Kalesatyamkale.hashnode.dev·Jul 30, 2024Beginner's Guide to Using Props in ReactWhat are props- Props, short for properties, are a fundamental concept in React that enable components to communicate with each other. They act like channels, allowing data to flow from a parent component to its child components in a unidirectional m...Discuss#blogwithcc
Sahitya Guptasahityagupta25.hashnode.dev·Dec 27, 20231st Normal form , 2NF , 3NF , Partial Dependency , Transitive Dependency : Enhancing (SQL) (Part-3)PRE-REQUISTES If you are not familiar with keys , anomalies in database then read previous Blogs👇 PART-1 (Understand concept of all keys (theory) and what are anomalies in database) PART-2 (CRUD operations in database , learn syntax & understand c...Discuss·2 likes·30 readsFundamentals & Core Concepts of Database Management System (SQL)#blogwithcc
Mathanraj Tmathanrajt06.hashnode.dev·Dec 24, 2023EncapsulationConsider you have 500 rupees someone walks to you can't talk money from so ask you to give money. Then you have your money encapsulated in you. ( protect your money by putting it in a secure wallet ) can take money from your pocket then your money ...Discuss#blogwithcc
Mathanraj Tmathanrajt06.hashnode.dev·Dec 14, 2023PolymorphismYou heard that polymorphism is a combination of two words (Poly + Morphism).ploy means many, and Morphism means form which implies objects take many forms. That's simple but a little bit confusing to relate to the real world. To understand better we ...Discuss·10 likes#blogwithcc
Sahitya Guptasahityagupta25.hashnode.dev·Dec 10, 2023#1 Computer Architecture: Fundamentals and Generation of computers.What are Instructions? Instructions are nothing but a set of commands given to the computer to perform some operations. // Here is an example a=6 b=4 c=a+b print(c) // These are the instructions given by a programmer to a computer. What is a program...Discuss·1 like·45 reads#blogwithcc
Mathanraj Tmathanrajt06.hashnode.dev·Nov 28, 2023Coupling and Interfaces :In simple words, Coupling : How two object get connected tightly or loosely Interface : The part of portion of object that help them to connect. Most of us use computer, laptop which come with a memory unit called RAM. There are two types of RAM base...Prem and 1 other are discussing this2 people are discussing thisDiscuss·2 likes#blogwithcc
Avni Singhavnisingh05.hashnode.dev·Jul 29, 2023Weekly learning of InternshipThe purpose of writing my blog is that I have to maintain my work every week. The previous week I read the tutorial and documentation of VueJs and made a small project on it. And by this, I cleared my concept. But this week I thought to learn the bas...Discuss·53 reads#blogwithcc