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·50 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·28 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
Harshita Yadavtechtreasure.hashnode.dev·May 20, 2023Open Source Projects in Gaming and Virtual Reality (VR)Introduction: Gaming and Virtual Reality (VR) have revolutionized the entertainment industry, providing immersive experiences and pushing the boundaries of interactive storytelling. In this dynamic landscape, open source projects have emerged as cata...Discuss#blogwithcc
Yadvendra Shuklayadvendrashukla.hashnode.dev·Feb 21, 2023API - Every thing about API (Application programming Interface)An API, or Application Programming Interface, is a set of protocols, routines, and tools that allow software applications to communicate with each other. It provides a way for developers to access and interact with resources and services, such as dat...Discuss·2 likes·88 readsAPIs