Harsh
@harsh_812
Followers
8
Following
18K
Media
10
Statuses
90
Student | Opacarophile ,Coding Enthusiast
India
Joined April 2021
Smart tag generation, Automated code analysis, improvements,Syntax highlighting, Multi-auth. Built with Next.js+Supabase Brand new to this tech stack but learned so much! If you like the project consider voting on github. Voting closes at 11:30 PM today - every githubโญ counts!
0
0
0
Just built my FIRST ever #hackathon project for @bootdotdev! SnippetHub: AI code snippet manager which allow developers to create and share their code snippets with others. repo: https://t.co/HMSDhhztqn live: https://t.co/mluQdUN22z
@wagslane
github.com
Contribute to Harshyadav812/code-snippet-manager development by creating an account on GitHub.
1
0
0
things i understand: -data structures & algorithms -distributed systems -concurrensy & parallelism -microservices -operating systems -runtime analysis -cap theorem -compilers -design patterns -database design -event driven architecture -memory management -the 8 levels of http
45
164
2K
What is a Foreign Key? A Foreign Key (FK) is a column in one table that establishes a relationship with the Primary Key of another table. It references the primary key in another table.
0
0
0
What is a Primary Key? A Primary Key (PK) is a column (or a set of columns) that uniquely identifies each row in a table. It must be unique for each record.
1
0
0
Examples of relational databases: MySQL, PostgreSQL, Microsoft SQL Server, Oracle Database. Relational DB has Primary and Foreign keys to establish a relationship between tables
1
0
0
What is a Relational Database ? A relational database is a type of db that organizes data into tables (also called relations) with predefined schemas. Each table contains rows and columns and relationships between tables are established using keys.
1
0
0
Databases can be categorized into different types: Relational Databases (SQL-based) โ Data is stored in tables with rows and columns. NoSQL Databases โ Data is stored in flexible formats like key-value pairs, documents, or graphs.
1
0
0
What's a #Database ? Database is an organized collection of data that allows efficient storage, retrieval, and management of information.
1
0
0
Boys Hostels are crazy man!! I was studying at night and my pen ran out, asked for a pen in almost 6-7 rooms, nobody had a fuckin pen!! and we have our exams in 4 days!!๐๐
0
0
0
Absolute peace๐๐๏ธ English Translation One who is pure white like camphor, who is the embodiment of compassion, The essence of worldly existence,who wears a snake as a necklace, I bow to the Shiva, Parvati who always resides in my heart.
0
0
1
Key Points: IP addresses are essential for routing internet traffic, but they're not user-friendly. Domain names make it easier for people to remember and find websites. The DNS seamlessly connects domain names to IP addresses, enabling effortless web browsing.
0
0
0
5. Accessing the Website: Once the browser has the IP address, it sends a request to the server. The server retrieves the website's files and sends them back to the browser. The browser displays the website on the user's screen.
1
0
0
4. DNS (Domain Name System): The DNS translate domain names into IP addresses.When someone types a domain name into their browser. The browser contacts a DNS server. The DNS server looks up the IP address. It directs the browser to that IP address, leading to the correct website
1
0
0
3. Domain Name Registration: The website owner chooses a domain name (e.g., https://t.co/oUuImiGhkw) and registers it through a domain registrar. This associates the domain name with the server's IP address, creating a human-friendly link.
1
0
0