Skip to content

Commit

Permalink
Merge branch 'main' into dohinafs-patch-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
dohinafs authored Jun 27, 2024
2 parents 02d6ad8 + 270ce7a commit 59861d7
Show file tree
Hide file tree
Showing 40 changed files with 6,074 additions and 1,177 deletions.
54 changes: 54 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error Page</title>
<link rel="icon" href="/new-website/assets/logo.png">
<link rel="stylesheet" href="error_styles.css">
</head>

<body>
<div class="flex flex-col items-center justify-center min-h-[100dvh] gap-6 px-4 md:px-6">
<div class="flex flex-col items-center justify-center gap-4">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="h-20 w-20 text-primary"
>
<path d="m8 2 1.88 1.88"></path>
<path d="M14.12 3.88 16 2"></path>
<path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path>
<path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path>
<path d="M12 20v-9"></path>
<path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path>
<path d="M6 13H2"></path>
<path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path>
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path>
<path d="M22 13h-4"></path>
<path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path>
</svg>
</div>
<h1 class="text-4xl font-bold tracking-tighter sm:text-5xl md:text-6xl">Oops! Page not found.</h1>
<p class="text-muted-foreground md:text-xl">The page you're looking for doesn't exist or has been moved.</p>
<a
class="inline-flex h-10 items-center justify-center rounded-md bg-black text-white px-8 text-sm font-medium text-primary-foreground shadow transition-colors hover:bg-primary/90 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50"
href="new-website/index.html"
rel="ugc"
>
Go back home
</a>
</div>

<script src="https://cdn.tailwindcss.com"></script>
</body>

</html>
8 changes: 8 additions & 0 deletions App Development/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ App development refers to crafting software for diverse devices, involving plann
<th><a href="https://wdevon99.medium.com/road-map-to-becoming-a-react-native-developer-in-2018-for-beginners-cc26af18c71">Roadmap to become ReactNative Developer</a> </th>
<th> This is an excellent blog that gives quick insight and roadmap to become successful ReactNative developer.</th>
</tr>
<tr>
<th><a href="https://roadmap.sh/flutter">Flutter Roadmap</a> </th>
<th>Step by step guide to becoming a Flutter developer in 2024</th>
</tr>
<tr>
<th><a href="https://roadmap.sh/android">Android Developer</a> </th>
<th>Step by step guide to becoming an Android developer in 2024</th>
</tr>
</table>

### Tools
Expand Down
24 changes: 24 additions & 0 deletions Artificial Intelligence/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This section is a curated collection of Artificial Intelligence beginner to adva
- [AI Job Sites](#ai-job-sites)
- [Blogs](#blogs)
- [AI Cheatsheets](#ai-cheatsheets)
- [Interview](#interview)
- [Conclusion](#conclusion)

### Roadmap
Expand Down Expand Up @@ -1500,6 +1501,29 @@ This section is a curated collection of Artificial Intelligence beginner to adva
</tr>
</table>

### Interview

<table width="100%">
<tr>
<th>Resource</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.interviewbit.com/artificial-intelligence-interview-questions/">Artificial Intelligence Interview Questions.</a></td>
<td>This article consists of most commonly asked artificial intelligence interview questions with answers provided.</td>
</tr>
<tr>
<td><a href="https://www.upwork.com/resources/prepare-for-ai-interview">How To Prepare for an AI Job Interview: 10 Tips for Success</a></td>
<td>This article consists of interview preparation guide for Artificial Intelligence ,tips and tricks to crack AI job interview.</td>
</tr>
<tr>
<td><a href="https://interviewprep-ai.com/">Interviewprep AI</a></td>
<td>In this website users can practice for their interview with AI as many times they want.This is an ultimate website for Interview Practice.</td>
</tr>
</table>

## Conclusion

In this comprehensive guide, we've curated a vast array of resources to help you navigate the expansive world of artificial intelligence. Whether you're a novice enthusiast eager to delve into the fundamentals or a seasoned practitioner seeking advanced techniques and tools, this collection has something for everyone.
Expand Down
229 changes: 229 additions & 0 deletions Blockchain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
# Blockchain
Blockchain involves the practice of creating, managing, and securing decentralized and distributed digital ledgers. It includes measures and protocols designed to ensure data integrity, transparency, and immutability. Blockchain encompasses consensus algorithms, smart contracts, decentralized applications, and continuous innovation to ensure robust and secure digital transactions.

This curated collection offers valuable Blockchain resources contributed by experts in the field.

## Table of Contents
- [Roadmap](#roadmap)
- [Courses](#courses)
- [Free Courses](#free-courses)
- [Paid Courses](#paid-courses)
- [Protocols](#protocols)
- [Frameworks](#frameworks)
- [Books](#books)
- [YouTube](#youtube)
- [YouTube Channels](#youtube-channels)
- [YouTube Playlists](#youtube-playlists)
- [Community](#community)

## Roadmap
This is a roadmap to learn blockchain.

<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://roadmap.sh/blockchain">Blockchain Roadmap</a></td>
<td>This is a beginner to advanced level roadmap to gain blockchain skills.</td>
</tr>
<tr>
<td><a href="https://www.geeksforgeeks.org/blockchain-roadmap/">Blockchain Roadmap by GFG</a></td>
<td>This article from GFG consists of Blockchain Roadmap: Career Path, Skills, and Salary.</td>
</tr>
</table>

## Courses
These are some free and paid courses to learn Blockchain.

### Free Courses
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.coursera.org/learn/blockchain-basics">Blockchain Basics</a></td>
<td>Learn the basics of blockchain technology and its applications.</td>
</tr>
<tr>
<td><a href="https://www.coursera.org/learn/cryptocurrency">Bitcoin and Cryptocurrency Technologies</a></td>
<td>This Princeton course covers the workings of Bitcoin and other cryptocurrencies.</td>
</tr>
</table>

### Paid Courses
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.udemy.com/course/the-complete-blockchain-professional-course/">The Complete Blockchain Professional Course</a></td>
<td>Become a Blockchain specialist, learn the ins and outs of Blockchain technology and development.</td>
</tr>
<tr>
<td><a href="https://www.coursera.org/specializations/blockchain">Blockchain Specialization by University at Buffalo</a></td>
<td>This specialization provides a comprehensive understanding of blockchain technology and its ecosystem.</td>
</tr>
</table>

## Protocols
These are the most important protocols in Blockchain.

<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://ethereum.org/en/developers/docs/">Ethereum</a></td>
<td>Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, fraud or third party interference.</td>
</tr>
<tr>
<td><a href="https://www.hyperledger.org/">Hyperledger</a></td>
<td>Hyperledger is an open-source community focused on developing a suite of stable frameworks, tools, and libraries for enterprise-grade blockchain deployments.</td>
</tr>
<tr>
<td><a href="https://ripple.com/">Ripple</a></td>
<td>Ripple is a real-time gross settlement system, currency exchange and remittance network created by Ripple Labs Inc., a US-based technology company.</td>
</tr>
<tr>
<td><a href="https://www.stellar.org/">Stellar</a></td>
<td>Stellar is an open-source protocol for exchanging money or tokens using blockchain technology.</td>
</tr>
</table>

## Frameworks
Some important frameworks in Blockchain.

<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.hyperledger.org/use/fabric">Hyperledger Fabric</a></td>
<td>Hyperledger Fabric is a platform for distributed ledger solutions underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility, and scalability.</td>
</tr>
<tr>
<td><a href="https://www.trufflesuite.com/">Ethereum Truffle Suite</a></td>
<td>Truffle is the world’s most popular blockchain development framework with a mission to make your Ethereum development sweet.</td>
</tr>
<tr>
<td><a href="https://www.goquorum.com/">Quorum</a></td>
<td>Quorum is an enterprise-focused version of Ethereum, developed by JPMorgan Chase that provides permissioned implementation of Ethereum.</td>
</tr>
</table>

## Books
These are some of the books that can be used to learn Blockchain.

<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.amazon.in/Mastering-Blockchain-distributed-consensus-cryptocurrencies/dp/1839213191">Mastering Blockchain</a></td>
<td>The book covers the technical foundations of blockchain, blockchain programming, and real-world applications.</td>
</tr>
<tr>
<td><a href="https://www.amazon.com/Blockchain-Basics-Non-Technical-Introduction-Steps/dp/1484226038">Blockchain Basics: A Non-Technical Introduction in 25 Steps</a></td>
<td>This book provides a concise and accessible introduction to blockchain technology and its applications.</td>
</tr>
<tr>
<td><a href="https://www.amazon.com/Blockchain-Revolution-Technology-Changing-Business/dp/1101980133">Blockchain Revolution</a></td>
<td>This book describes how blockchain technology can enhance business and society and revolutionize the way we do business.</td>
</tr>
<tr>
<td><a href="https://www.amazon.com/Basics-Bitcoins-Blockchains-Introduction-Cryptocurrencies/dp/1633538001">The Basics of Bitcoins and Blockchains</a></td>
<td>This book is a comprehensive guide to Bitcoin, blockchains, and cryptocurrencies.</td>
</tr>
</table>

## YouTube
These resources provided by YouTube help you to learn blockchain more efficiently.

### YouTube Channels
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.youtube.com/@SimplyExplained">Simply Explained</a></td>
<td>This channel explains complex technologies in simple terms, including blockchain and cryptocurrencies.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/@IvanOnTech">Ivan on Tech</a></td>
<td>A YouTube channel that covers blockchain, cryptocurrencies, and programming tutorials.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/@Boxmining">Boxmining</a></td>
<td>This channel provides insights, news, and analysis on blockchain technology and the cryptocurrency market.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/@TheModernInvestor">The Modern Investor</a></td>
<td>This channel covers daily cryptocurrency news, blockchain developments, and market updates.</td>
</tr>
</table>

### YouTube Playlists
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PLV1JDFUtrXpT86wqRpI_w_92c5Axh3ELO">Blockchain Developer Tutorials</a></td>
<td>This playlist covers tutorials on blockchain development, including smart contracts and DApps.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PLUl4u3cNGP61HSJ7EN8HSCzC9NyHcpr0O">Introduction to Blockchain and Cryptocurrencies</a></td>
<td>This playlist from MIT offers an introduction to blockchain technology and its applications.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PLV1JDFUtrXpSSJpYZzBYcHrvl2MooZ1QI">Ethereum Development Walkthroughs</a></td>
<td>This playlist provides walkthroughs for developing on the Ethereum blockchain.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PL2jykFOD1AWaaVcH_5aohxoar8veR7l5J">Blockchain Technology Explained</a></td>
<td>This playlist explains various aspects of blockchain technology, from basics to advanced concepts.</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/playlist?list=PL16WqdAj66SCOdL6XIFbke-XQg2GW_Avg">Smart Contract Development</a></td>
<td>This playlist covers the development of smart contracts on various blockchain platforms.</td>
</tr>
</table>

## Community
These are some communities you can seek help from to learn about blockchain.

<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://www.reddit.com/r/blockchain/">Reddit - r/blockchain</a></td>
<td>A community for discussing blockchain technology, news, and applications.</td>
</tr>
<tr>
<td><a href="https://ethereum.stackexchange.com/">Stack Exchange - Ethereum</a></td>
<td>A Q&A site for users and developers of Ethereum, the decentralized application platform and smart contract enabled blockchain.</td>
</tr>
<tr>
<td><a href="https://bitcointalk.org/">Bitcoin Talk</a></td>
<td>A forum for discussing Bitcoin, blockchain technology, and related topics.</td>
</tr>
<tr>
<td><a href="https://www.hyperledger.org/community">Hyperledger Community</a></td>
<td>The Hyperledger community is focused on advancing cross-industry blockchain technologies.</td>
</tr>
<tr>
<td><a href="https://community.ibm.com/community/user/blockchain/home">IBM Blockchain Community</a></td>
<td>A community for discussing IBM’s blockchain solutions, sharing ideas, and learning from blockchain experts.</td>
</tr>
</table>
Loading

0 comments on commit 59861d7

Please sign in to comment.