From 590739623a176c524848adf844f3146da4a78061 Mon Sep 17 00:00:00 2001
From: Shoyebaktar shirol <shoyebaktarshirol@gmail.com>
Date: Sat, 28 Oct 2023 11:22:06 +0530
Subject: [PATCH 1/3] Added Computer Network Notes

---
 Notes/Computer Networks notes.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 Notes/Computer Networks notes.txt

diff --git a/Notes/Computer Networks notes.txt b/Notes/Computer Networks notes.txt
new file mode 100644
index 00000000..e69de29b

From 4c702d6183b3cfe179f9417185c5afc564d0d9f8 Mon Sep 17 00:00:00 2001
From: Shoyebaktar shirol <shoyebaktarshirol@gmail.com>
Date: Mon, 30 Oct 2023 11:02:21 +0530
Subject: [PATCH 2/3] Added Blockchain Developer Roadmap

---
 Roadmap/Blockchain Developer Roadmap.txt | 81 ++++++++++++++++++++++++
 1 file changed, 81 insertions(+)
 create mode 100644 Roadmap/Blockchain Developer Roadmap.txt

diff --git a/Roadmap/Blockchain Developer Roadmap.txt b/Roadmap/Blockchain Developer Roadmap.txt
new file mode 100644
index 00000000..d094bae3
--- /dev/null
+++ b/Roadmap/Blockchain Developer Roadmap.txt	
@@ -0,0 +1,81 @@
+
+
+ROADMAP FOR BLOCKCHAIN DEVELOPER
+
+
+STEPS:
+
+
+1. Foundational Knowledge:
+Understanding Blockchain Basics:
+
+Learn the fundamentals of blockchain technology, distributed ledger, consensus mechanisms (Proof of Work, Proof of Stake), and cryptography.
+Study various types of blockchains (public, private, consortium) and their use cases.
+Programming Languages:
+
+Gain proficiency in languages commonly used in blockchain development such as Solidity (for Ethereum), Python, JavaScript, Go, and C++.
+Data Structures and Algorithms:
+
+Strengthen your knowledge in data structures and algorithms, which are crucial for building efficient blockchain applications.
+
+
+2. Smart Contract Development:
+Solidity Programming:
+
+Learn Solidity, the programming language for Ethereum smart contracts.
+Understand how smart contracts function and their role in blockchain ecosystems.
+Truffle and Remix:
+
+Familiarize yourself with tools like Truffle and Remix for smart contract development, testing, and deployment.
+Security Best Practices:
+
+Study security considerations specific to smart contracts and blockchain applications.
+Learn about common vulnerabilities and ways to mitigate them.
+
+
+3. Decentralized Application (dApp) Development:
+Web3.js or Ethers.js:
+
+Understand libraries like Web3.js or Ethers.js for interacting with the Ethereum blockchain in dApp development.
+Frontend Development:
+
+Learn frontend technologies (HTML, CSS, JavaScript, React, etc.) to build user interfaces for dApps.
+Integration and Deployment:
+
+Learn how to integrate smart contracts with the frontend and backend, and how to deploy decentralized applications.
+
+
+4. Understanding Other Blockchain Platforms:
+Explore other Blockchains:
+Gain knowledge of other major blockchains like Hyperledger, Corda, Polkadot, and others.
+Understand their unique features, consensus mechanisms, and programming languages.
+
+
+5. Tools and Development Environments:
+Ganache, Metamask, etc.:
+
+Use developer tools like Ganache for local blockchain development and MetaMask for interacting with Ethereum.
+IDEs and Development Environments:
+
+Get comfortable with development environments like Remix, Visual Studio Code, and other blockchain-specific IDEs.
+
+
+6. Testing and Deployment:
+Testnets:
+
+Learn how to deploy and test smart contracts on Ethereum test networks (Ropsten, Rinkeby, etc.) before deploying on the mainnet.
+Deployment on Mainnet:
+
+Understand the process of deploying contracts on the main Ethereum network and the associated costs and risks.
+
+
+7. Continual Learning and Community Involvement:
+Stay Updated:
+
+
+
+Blockchain technology evolves rapidly, so keep learning and stay updated with the latest developments, new protocols, and tools.
+Community Involvement:
+
+Engage with the blockchain community through forums, meetups, and online discussions to learn from others and stay abreast of industry trends.
+This roadmap is a comprehensive guide for becoming a blockchain developer, but the field is continuously evolving. Constantly updating your skills, experimenting with new technologies, and staying connected with the blockchain community will be essential for your growth in this field.
\ No newline at end of file

From 6173b2d4ab0712eca00a00af32aae16f582d7c28 Mon Sep 17 00:00:00 2001
From: Shoyebaktar shirol <shoyebaktarshirol@gmail.com>
Date: Mon, 30 Oct 2023 11:19:58 +0530
Subject: [PATCH 3/3] Added Personal Project Portfolio page #151

---
 Fronted Projects/Portfolio page.html | 244 +++++++++++++++++++++++++++
 1 file changed, 244 insertions(+)
 create mode 100644 Fronted Projects/Portfolio page.html

diff --git a/Fronted Projects/Portfolio page.html b/Fronted Projects/Portfolio page.html
new file mode 100644
index 00000000..337230ba
--- /dev/null
+++ b/Fronted Projects/Portfolio page.html	
@@ -0,0 +1,244 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>My Portfolio</title>
+
+    <link rel="stylesheet" href="styles.css">
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
+        integrity="sha384-r4HyZAO8L0uBUAB8zK0x0wL0eFKcKNsxCQjnbNARZ3KkzJMqu1WNtJxK/t1C2HR0" crossorigin="anonymous">
+</head>
+
+<body>
+
+    <header>
+        <nav style="text-align: right;">
+            <ul>
+                <li><a href="#Home"><b>Home</b></a></li>
+                <li><a href="#about"><b>About</b></a></li>
+                <li><a href="#about"><b>Skills</b></a></li>
+                <li><a href="#projects"><b>Projects</b></a></li>
+                <li><a href="#contact"><b>Contact</b></a></li>
+
+            </ul>
+        </nav>
+    </header>
+
+
+    <center>
+        <h1 style="color: black;"><b>SHOYEBAKTAR SHIROL</b></h1>
+    </center>
+    <div class="card">
+        <img src="https://cdn2.vectorstock.com/i/1000x1000/91/31/portfolio-paper-poster-with-colorful-brush-strokes-vector-21849131.jpg"
+            height="400" width="350" alt="Image Error">
+        <div class="card-content"><br><br>
+
+
+            <hr style="border: 0; height: 3px; background-color: black;">
+
+
+            <main>
+                <section id="about">
+                    <h1>ABOUT ME</h1>
+                    <h3>
+                        <p>I am currently a final year pursuing Bachelor of Computer Application (BCA) student,
+                            passionate about technology and
+                            its
+                            application in the digital world, eager to expand my knowledge and skills in computer
+                            science programming & software development
+                            also passionate to contribute on open source community.
+                            "</p>
+                    </h3>
+                </section>
+                <hr style="border: 0; height: 3px; background-color: black;">
+
+
+
+                <h2 style="color: blue;">HOBBIES</h2>
+                <ul>
+                    <b>
+                        <li>Traveling🏞️</li><br>
+                        <li>Playing Soccur⚽</li><br>
+                        <li>Reading Psychology📖</li><br>
+                        <li>Watching Movies🎦</li>
+                    </b>
+
+
+
+                </ul>
+                </section>
+                <hr style="border: 0; height: 3px; background-color: black;">
+
+                </style>
+
+
+                <section id="projects">
+                    <h2 style="color: blue;">MINI PROJECT</h2>
+                    <h3><b>Project Title: E-Commerce Website
+                            <a href="https://shoyebaktar-shirol.github.io/E-Commerce-Website/" target="_blank"><i
+                                    class="fab fa-linkedin" aria-label=""></i>Click hare to see</a>
+                        </b></h3>
+                    <p>
+                    <h3>Technologies Used - <b>Html,Css,Javascript,Bootstrap Framework</b></h3>
+                    </p>
+
+                </section>
+                <hr style="border: 0; height: 3px; background-color: black;">
+
+
+
+                <section id="contact">
+                    <h2 style="color: blue;">CONTACT ME</h2>
+                    <b>Name : Shoyebaktar Shirol<br><br>
+                        Phone : 9380373103<br>
+                        <p>Email: <b><a
+                                    href="mailto:shoyebaktarshirol@gmail.com,shoyebshirol32@gmail.com">shoyebaktarshirol@gmail.com<br>
+                                    shoyebshirol32@gmail.com</a></b></p>
+                        <br><br>
+
+
+
+
+                        <hr style="border: 0; height: 3px; background-color: black;">
+
+
+
+                        <br>
+                        <br>
+                        <br>
+
+
+
+                        <center>
+                            <p><b>You can find me on social media:⬇️</b></p>
+                        </center>
+                        <div class="social-icons">
+                            <a href="https://www.linkedin.com/in/shoyebaktar-shirol-1a9976279" target="_blank"
+                                aria-label="LinkedIn Profile">
+                                <img src="https://th.bing.com/th/id/OIP.w_zDkEJ9aLiWR-g0rff8hwHaHa?pid=ImgDet&rs=1"
+                                    alt="Linkedin">
+                            </a>
+
+
+                            <a href="https://github.com/Shoyebaktar-shiro" target="_blank" aria-label="Github">
+                                <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQwqVSIB7OIv_wQReWskd5DGm7OzqmLkj-6f7oycxWyZw&s"
+                                    alt="Github">
+                            </a>
+
+
+
+                            <a href="https://www.instagram.com/shoyebaktar_s/" target="_blank"
+                                aria-label="Instagram Profile">
+                                <img src="https://img.freepik.com/premium-vector/purple-gradiend-social-media-logo_197792-1883.jpg"
+                                    alt="Instagram">
+                            </a>
+
+
+                            <a href="https://l.instagram.com/?u=https%3A%2F%2Fwww.snapchat.com%2Fadd%2Fshoyebshirol21%3Fshare_id%3D9c6CRS-d8jM%26locale%3Den-US&e=AT07xuddFtWO-zRlGqfhPtijBXNn-JEVrZTjSkM4taUUwvdpndm0JcRgayFcI8LUfC9MBaAKmf1oerJ8z6laQhZ3s07_asGpOrwwkZNomqUF0AZfxTZtY1s"
+                                target="_blank">
+                                <i class="fab fa-snapchat" target="_blank" aria-label="Snapchat Profile">
+                                    <img src="https://w7.pngwing.com/pngs/558/999/png-transparent-snapchat-logo-social-media-snapchat-spectacles-snap-inc-computer-icons-snapchat-company-text-logo-thumbnail.png"
+                                        alt="Snapchat">
+                            </a>
+
+
+                            <a href="https://m.facebook.com/profile.php/?id=100011124992725&name=xhp_nt__fb__action__open_user"
+                                target="_blank">
+                                <i class="fab fa-facebook" target="_blank" aria-label="Facebook Profile">
+                                    <img src="https://w7.pngwing.com/pngs/561/460/png-transparent-fb-facebook-facebook-logo-social-media-icon-thumbnail.png"
+                                        alt="Facebook">
+                            </a>
+                        </div>
+                </section>
+
+            </main>
+
+            <Center>
+                <footer style="background-color: black;">
+                    <p style="color: white;">&copy; <b>2023 Shoyebaktars Portfolio</b></p>
+                </footer>
+            </Center>
+
+
+
+
+
+            <style>
+                
+h1{
+    color: blue;
+}
+
+
+
+
+
+
+
+
+header {
+    background-color: black;
+    color: #fff;
+    padding: 1px;
+}
+
+header h1 {
+    margin: 0;
+}
+
+nav ul {
+    list-style: bold;
+}
+
+nav ul li {
+    display: inline;
+    margin-right: 25px;
+}
+
+nav a {
+    color:white;
+    text-decoration: none;
+}
+
+main {
+    padding: 20px;
+}
+
+
+
+
+
+
+
+
+
+section {
+    margin-bottom: 50px;
+}
+.social-icons {
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+
+    justify-content: center;
+  
+}
+
+.social-icons a {
+    display: inline-block;
+    margin-right: 10px;
+    margin-bottom: 10px;
+}
+
+.social-icons img {
+    width: 50px;
+    height: auto;
+}
+
+
+            </style>
+</body>
+
+</html>
\ No newline at end of file