Skip to content

Commit cac686a

Browse files
Added Blog
1 parent 012e239 commit cac686a

File tree

2 files changed

+209
-0
lines changed

2 files changed

+209
-0
lines changed

Blogs/social media blog.html

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>Social Media Info Blog</title>
6+
7+
8+
9+
10+
<body>
11+
<center>
12+
<h1 style="color:blue">SOCIAL MEDIA INFORMATION BLOG</h1>
13+
</center>
14+
<br><br>
15+
<style>
16+
h1 {
17+
18+
border: 2px solid black;
19+
padding: 20px;
20+
background-color: white;
21+
}
22+
</style>
23+
24+
<h2> NOTE :<br>Social media information Blog that display some information about social media sites like
25+
Facbook,instagram,Twitter & Quora.</h2>
26+
<br><br>
27+
28+
<div class="border">
29+
<h2>Facebook:
30+
<a href="facebook.html">click hare..
31+
</a>
32+
<br>
33+
<img src="https://museumandgallery.org/wp-content/uploads/2020/03/Facebook-Icon-Facebook-Logo-Social-Media-Fb-Logo-Facebook-Logo-PNG-and-Vector-with-Transparent-Background-for-Free-Download.png"
34+
alt="kle_bca_instagram" width="60" height="60">
35+
</h2>
36+
Facebook is the largest social networking site, connecting billions of people worldwide. With its iconic blue
37+
logo,
38+
Facebook provides a platform for users to connect with friends, family, and acquaintances. Users can share
39+
posts,
40+
photos, videos, and links, and engage in conversations through comments and likes.
41+
Facebook<br>
42+
43+
<h2>Instagram:
44+
45+
46+
<a href="instagram.html"> Click here...</a><br>
47+
<br>
48+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png"
49+
alt="kle_bca_instagram" width="60" height="60">
50+
51+
52+
53+
54+
</h2>
55+
Instagram is a visual-centric platform that focuses on sharing photos and videos. Its square-shaped logo is
56+
instantly
57+
recognizable. Instagram allows users to capture moments, apply filters, and share them with their followers. It
58+
emphasizes visual storytelling and provides features like Stories, IGTV, and Reels to enhance creativity.
59+
<br>
60+
61+
<h2>Quora:
62+
63+
64+
<a href="quora.html"> Click here...</a><br>
65+
<br>
66+
<img src="https://w7.pngwing.com/pngs/565/765/png-transparent-quora-computer-icons-facebook-inc-social-media-icons-text-trademark-logo-thumbnail.png"
67+
alt="kle_bca_twitter" width="60" height="60">
68+
69+
70+
71+
72+
</h2>
73+
Quora stands out as a question-and-answer platform, fostering knowledge-sharing and discussions. Its logo
74+
features a
75+
blue "Q" inside a speech bubble. Quora enables users to ask questions and receive answers from a diverse
76+
community of
77+
experts and enthusiasts.
78+
<br>
79+
80+
<h2>Twitter:
81+
82+
<a href="twitter.html"> Click here...</a><br>
83+
<br>
84+
<img src="https://cdn-icons-png.flaticon.com/512/124/124021.png" alt="kle_bca_twitter" width="60"
85+
height="60">
86+
87+
</h2>
88+
Twitter is a microblogging platform recognized by its iconic blue bird logo. It allows users to share short
89+
messages
90+
called "tweets" of up to 280 characters. Twitter emphasizes real-time conversations, news updates, and trends.
91+
Users can
92+
follow others, retweet, like, and reply to tweets. <br>
93+
94+
<br>
95+
<br><br>
96+
<hr>
97+
<style>
98+
.border {
99+
border: 2px solid black;
100+
padding: 20px;
101+
}
102+
</style>
103+
<h4>Design and devoloped By: Shoyebaktar Shirol<br>
104+
Email : shoyebaktarshirol@gmail.com<br>
105+
106+
Linkdin:<a href="http://linkedin.com/in/shoyebaktar-shirol-1a9976279"> Click hare...</a><br>
107+
<br><br><br><br><br>
108+
109+
110+
<footer>
111+
<center>
112+
<p id="copyright">
113+
<script>
114+
var currentYear = new Date().getFullYear();
115+
document.write("&copy; " + currentYear + " All rights reserved.");
116+
</script>
117+
</p>
118+
</center>
119+
</footer>
120+
121+
122+
123+
124+
125+
<style>
126+
body {
127+
background-color: aquamarine;
128+
}
129+
</style>
130+
</body>
131+
132+
</html>

Roadmap/Backend devoloper.txt

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
2+
ROADMAP FOR BACKEND DEVOOPER
3+
4+
5+
1. Programming Fundamentals:
6+
• Learn programming concepts, data structures, and algorithms.
7+
8+
9+
• Choose a backend programming language (e.g., Python, Node.js, Ruby, Java, C#) and become proficient in it.
10+
2. Version Control:
11+
• Master Git for code version control and collaboration.
12+
13+
14+
3. Web Basics:
15+
• Learn how the web works, including HTTP/HTTPS, web servers, and browsers.
16+
17+
18+
4. Databases:
19+
• Understand databases, including relational (e.g., PostgreSQL, MySQL) and NoSQL (e.g., MongoDB) databases.
20+
• Learn how to design and optimize database schemas.
21+
22+
23+
5. API Development:
24+
• Explore RESTful and GraphQL API design principles.
25+
• Create APIs to interact with the frontend and other services.
26+
27+
6. Web Frameworks:
28+
• Choose a web framework that aligns with your chosen language (e.g., Express.js, Django, Ruby on Rails).
29+
• Understand routing, middleware, and request/response handling.
30+
31+
32+
7. Authentication and Authorization:
33+
• Implement user authentication and authorization mechanisms.
34+
35+
36+
8. Security:
37+
• Learn about web security, including best practices to prevent common vulnerabilities (e.g., SQL injection, XSS, CSRF).
38+
• Implement HTTPS for secure communication.
39+
40+
41+
9. Testing:
42+
• Master unit testing, integration testing, and end-to-end testing.
43+
• Write test cases for your code and APIs.
44+
45+
18. Version Control and Gitflow:
46+
• Implement version control best practices, including Git branching strategies like Gitflow.
47+
48+
49+
19. Web Server Configuration:
50+
• Gain knowledge of web server configuration and optimization (e.g., Nginx, Apache).
51+
52+
53+
20. Cloud Services:
54+
• Understand cloud platforms (e.g., AWS, Azure, Google Cloud) for hosting, scalability, and infrastructure management.
55+
56+
57+
21. Microservices and Serverless:
58+
• Explore microservices architecture and serverless computing.
59+
60+
61+
22. Soft Skills:
62+
• Develop strong communication and problem-solving skills, as teamwork and collaboration are essential.
63+
64+
65+
23. Real-World Projects:
66+
• Apply your skills by working on practical, real-world projects to gain experience.
67+
68+
69+
24. Keep Learning:
70+
• Stay updated with new technologies, best practices, and industry trends.
71+
This roadmap provides a comprehensive guide to becoming a proficient backend developer. It's important to tailor your learning journey to your specific interests, projects, and career goals.
72+
73+
74+
10. Deployment:
75+
• Learn how to deploy web applications to servers or cloud platforms.
76+
• Explore tools like Docker and containerization.
77+

0 commit comments

Comments
 (0)