forked from avs-abhishek123/Aec-Library-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogs.html
393 lines (364 loc) · 19.2 KB
/
blogs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="AEC Library is a comprehensive library management system">
<meta name="description"
content="Designed for both large and small library systems, AEC Library is a comprehensive library management system. For managing circulation and stock, this is ideal for institutional, public, and digital libraries. In order to manage and automate the processing of even the largest of libraries, the AEC Library website was developed. According to the end user's requirements, the website is capable of managing Book Issues, Returns, and generating various Reports for Record-Keeping and Review purposes.">
<meta name="keywords" content="AEC, library systems, library, digital libraries, books">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="AEC LIBRARY">
<link rel="icon" href="./assets/logos/finalLogo.png" type="image/x-icon" />
<title>Blogs | AEC Library</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/About.css" />
<link rel="stylesheet" href="blogs.css" />
<!-- Adding new font -> Playfair-display -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet" />
<!--Adding AOS in it-->
<!-- <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="body-style" data-aos="fade">
<div class="bubbles">
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
<img src="./assets/images/bubble.png" />
</div>
<div id="topBtn" title="Go to Top">
<a href="#"><span class="fa fa-angle-up"></span></a>
</div>
<!-- Navbar started -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info">
<a class="navbar-brand" href="index.html"><img src="assets/logos/finalLogo.png" alt="AEC Library"
class="logo-img" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-home"></i> Home
<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link active" target="_blank" onclick="return false;">
<i class="fas fa-book"></i> Blogs</a>
</li>
<li class="nav-item">
<a href="./public/donate-book.html" class="nav-link" target="_blank">
<i class="fas fa-book"></i> Donate Books
</a>
</li>
<li class="nav-item">
<a href="resource.html" class="nav-link" target="_blank">
<i class="fas fa-external-link-alt"></i> Resources</a>
</li>
<li class="nav-item">
<a href="./Login_page/login_page.html" class="nav-link" target="_blank">
<i class="fas fa-sign-in-alt"></i> Login
</a>
</li>
<li class="nav-item">
<a href="./sign-up-page/index.html" class="nav-link" target="_blank">
<i class="fas fa-sign-in-alt"></i> Sign up
</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar ended -->
<!-- Blogs Coding Started -->
<div class="grid-container" data-aos="fade-up">
<div class="card">
<img class="card-img-top" src="https://img.freepik.com/free-vector/blockchain-technology-security-template-vector-data-payment-securing-blog-banner_53876-112174.jpg?w=996&t=st=1665617492~exp=1665618092~hmac=2e05a0014c9c2b6ad181a7fa83e886bef0f900a976c93def3ed756eaea8fe528" alt="Card image">
<div class="card-body">
<h5>Block Chain</h5>
<p>Blockchain technology is the Internet 3.0 or the Internet of Protocols. So Here’s a leaflet for you to perceive How Blockchain works.</p>
<a href="https://www.edureka.co/blog/how-blockchain-works/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="https://miro.medium.com/max/1400/1*7BTK0SupKxlyVJeu9T-rGw.jpeg" alt="Card image">
<div class="card-body">
<h5>Data Science</h5>
<p>Most people when asked about what they want to achieve or pursue in the field of Computer Science and
Technology they
basically say Data Science or Statistics.</p>
<a href="https://medium.com/@royaman644/data-science-998eaf34f9a3" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://blog.internshala.com/wp-content/uploads/2018/09/What-is-SQL-and-how-to-learn-it-Introduction-to-SQL-for-beginners-672x336.png"
alt="Card image">
<div class="card-body">
<h5>SQL Basics</h5>
<p>Hands-On Beginner SQL Tutorial Analyzing Bike-Sharing. In this tutorial we’ll be working with a dataset from
the
bike-sharing service Hubway, which includes data on over 1.5 million trips made with the service.</p>
<a href="https://www.dataquest.io/blog/sql-basics/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="https://www.whizlabs.com/blog/wp-content/uploads/2019/12/Git_Fundamentals-1.png"
alt="Card image">
<div class="card-body">
<h5>Git Fundamentals–Understanding Git basics</h5>
<p>Want to learn the basics of Git, it’s core features, and basic workflow to manage the source code of your
projects.
</p>
<a href="https://www.whizlabs.com/blog/git-tutorial-understanding-git-basics/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://anexia.com/blog/wp-content/uploads/2020/05/Blog_machine-learning_Teaser-1.png" alt="Card image">
<div class="card-body">
<h5>Machine Learning For Beginners</h5>
<p>The interest in this technology has increased by almost half in the last three years at Google Trends and is
even
ranked third among the most important IT topics.</p>
<a href="https://anexia.com/blog/en/machine-learning-for-beginners/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://codersera.com/blog/wp-content/uploads/2021/06/Open-Source-Projects-For-Beginners.jpeg"
alt="Card image">
<div class="card-body">
<h5>Open Source Projects For Beginners</h5>
<p>Open source projects as a great method to assimilate new techniques and master their skills and competence.
An
open-source software keeps its source code readily available to all users for the purpose of modification,
inspection,
and enhancement. </p>
<a href="https://codersera.com/blog/open-source-projects-for-beginners/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://res.cloudinary.com/boardinfinity/image/upload/t_blog_img/bi-websites/blog/11/BLOG-SHEET-3--46-.png"
alt="Card image">
<div class="card-body">
<h5>Interesting Computer Science Project Ideas For Beginners</h5>
<p>In this article, we will discuss top computer science project ideas for beginners. We will discuss projects
related
to every field, you can choose any of them..</p>
<a href="https://codersera.com/blog/open-source-projects-for-beginners/" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://miro.medium.com/max/1400/1*Rbi90NP7BILx39ZoAjMJ2A.png"
alt="Card image">
<div class="card-body">
<h5>What is Cloud Computing?</h5>
<p>Cloud will be synonymous with the word Web.
Can you think of a business today that’s not on the internet?
If you don’t get on the cloud your company could be falling behind quickly.
This article will help you to get what the cloud is. </p>
<a href="https://medium.com/future-vision/what-is-cloud-computing-713bd6c3b105" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://miro.medium.com/max/1400/1*j0PH-FYpX5NHxAR7YBkcPQ.jpeg"
alt="Card image">
<div class="card-body">
<h5>Artificial Intelligence</h5>
<p>AI is a word widely used today.
Unfortunately, most of us do not understand what is it, what it does or how it works.
Goal of this blog is to give you information about AI. </p>
<a href="https://medium.com/technology-hits/an-introduction-to-artificial-intelligence-b3a1bdef97f3" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://miro.medium.com/max/1050/1*1X0-98EiQNkwBJj2vnTTqQ.jpeg"
alt="Card image">
<div class="card-body">
<h5>Becoming a Full-Stack Developer</h5>
<p>Are you looking for a roadmap that will teach you software development step by step from scratch?
This blog gives 8 steps to become a Full-stack Web Developer. </p>
<a href="https://medium.com/@theSDEshow/becoming-a-full-stack-developer-from-scratch-in-2020-9718dd4a2616" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://miro.medium.com/max/1400/1*KN0r63vdx5aDm2IpjuGIMg.jpeg"
alt="Card image">
<div class="card-body">
<h5>Computer Programming Languages</h5>
<p>This blog explains 14 programming languages(C,C#,C++,HTML,CSS, Java,JavaScript,ObjectiveC,PHP,Perl,Python,Ruby,SQL,Swift)with uses. </p>
<a href="https://medium.com/nerd-for-tech/14-different-programming-languages-and-their-uses-explained-8d654f0c1788" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://miro.medium.com/max/1400/1*TriVn-OMmn-niO4fwGAE8A.jpeg"
alt="Card image">
<div class="card-body">
<h5>Learning Android Development</h5>
<p>This article is for Anyone who wants to learn Android Development but
has no idea where to start.
Also for someone who started on Android Development
but wants to learn the advanced topics.</p>
<a href="https://medium.com/mindorks/learning-android-development-in-2019-a-practical-guide-ddc71e008696" target="_blank_">Read more</a>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="https://res.cloudinary.com/upskilled/image/fetch/w_600,h_400,c_crop,c_fill,g_face:auto,f_auto/https://www.upskilled.edu.au/getmedia%2F164d8e1f-58ea-42b7-9e5c-d6350271481f%2Fcareer-in-computer-networking-HERO.jpg%3B.aspx%3Fwidth%3D1000%26height%3D667%26ext%3D.jpg"
alt="Card image">
<div class="card-body">
<h5>Computer Networking</h5>
<p>In this article, concept of Computer Network is discussed briefly with OSI,Protocols,Socket,DNS Server,
ARP,Internet,URI & many more concpets.
</p>
<a href="https://medium.com/@computerscienceengineering/basics-of-computer-networking-6c7b961f4e14" target="_blank_">Read more</a>
</div>
</div>
</div>
<!-- <br><br><br> -->
<!-- <div class="card-columns">
<div class="card bg-light">
<img class="card-img-top" src="https://miro.medium.com/max/1400/1*7BTK0SupKxlyVJeu9T-rGw.jpeg" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>Data Science</u></b></h5>
<hr>
<p>Most people when asked about what they want to achieve or pursue in the field of Computer Science and Technology they basically say Data Science or Statistics.</p>
<div style="display: flex;justify-content: end;">
<a href="https://medium.com/@royaman644/data-science-998eaf34f9a3" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
<div class="card bg-light">
<img class="card-img-top" src="https://blog.internshala.com/wp-content/uploads/2018/09/What-is-SQL-and-how-to-learn-it-Introduction-to-SQL-for-beginners-672x336.png" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>SQL Basics</u></b></h5>
<hr>
<p>Hands-On Beginner SQL Tutorial Analyzing Bike-Sharing. In this tutorial we’ll be working with a dataset from the bike-sharing service Hubway, which includes data on over 1.5 million trips made with the service.</p>
<div style="display: flex;justify-content: end;">
<a href="https://www.dataquest.io/blog/sql-basics/" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
<div class="card bg-light">
<img class="card-img-top" src="https://www.whizlabs.com/blog/wp-content/uploads/2019/12/Git_Fundamentals-1.png" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>Git Fundamentals – Understanding Git basics</u></b></h5>
<hr>
<p>Want to learn the basics of Git, it’s core features, and basic workflow to manage the source code of your projects.</p>
<div style="display: flex;justify-content: end;">
<a href="https://www.whizlabs.com/blog/git-tutorial-understanding-git-basics/" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
<div class="card bg-light">
<img class="card-img-top" src="https://anexia.com/blog/wp-content/uploads/2020/05/Blog_machine-learning_Teaser-1.png" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>Machine Learning For Beginner</u></b></h5>
<hr>
<p>The interest in this technology has increased by almost half in the last three years at Google Trends and is even ranked third among the most important IT topics.</p>
<div style="display: flex;justify-content: end;">
<a href="https://anexia.com/blog/en/machine-learning-for-beginners/" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
<div class="card bg-light">
<img class="card-img-top" src="https://codersera.com/blog/wp-content/uploads/2021/06/Open-Source-Projects-For-Beginners.jpeg" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>Open Source Projects For Beginners</u></b></h5>
<hr>
<p>Open source projects as a great method to assimilate new techniques and master their skills and competence. An open-source software keeps its source code readily available to all users for the purpose of modification, inspection, and enhancement. </p>
<div style="display: flex;justify-content: end;">
<a href="https://codersera.com/blog/open-source-projects-for-beginners/" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
<div class="card bg-light">
<img class="card-img-top" src="https://res.cloudinary.com/boardinfinity/image/upload/t_blog_img/bi-websites/blog/11/BLOG-SHEET-3--46-.png" alt="Card image">
<div class="card-body">
<h5 style="color:red;"><b><u>Interesting Computer Science Project Ideas For Beginners</u></b></h5>
<hr>
<p>In this article, we will discuss top computer science project ideas for beginners. We will discuss projects related to every field, you can choose any of them..</p>
<div style="display: flex;justify-content: end;">
<a href="https://www.boardinfinity.com/blog/interesting-computer-science-project-ideas-topics-for-beginners-2021/" target="_blank_"><button class="blog-btn" style="background-color:black;color:white;width:150px;height:40px;">Read more</button></a>
</div>
</div>
</div>
</div> -->
<!--<div class="boxed">
<div class="col">
<div class="blog-card">
<h4><b>Git Series - Part I</b></h4>
<img src="./images/blog images/blog 2.jpg" />
<br><h5>In this part , I will be covering how you can push your code to github from your local computer/laptop.</h5>
<div style="display: flex;justify-content: end;">
<a href="https://dev.to/siddhi244/git-series-part-i-8pg" target="_blank_"><button class="blog-btn">Read more</button></a>
</div>
</div>
</div>
</div>
Blogs End -->
<br><br>
<footer>
<div class="footer-wrapper">
<div class="icons">
<ul>
<li>
<a title="linkedin" target="_blank" href="https://www.linkedin.com/in/sauravmukherjee44/"><i
class="fab fa-linkedin-in icon"></i></a>
</li>
<li>
<a title="github" target="_blank" href="https://github.com/SauravMukherjee44/"> <i
class="fab fa-github icon"></i> </a>
</li>
<li>
<a title="twitter" target="_blank" href="https://twitter.com/mesourav44/"><i
class="fab fa-twitter icon"></i></a>
</li>
<li>
<a title="youtube" target="_blank" href="https://www.youtube.com/channel/UCYGVtIgQIAChKBWBmChxzJw/"><i
class="fab fa-youtube icon"></i></a>
</li>
</ul>
</div>
<div>
<p>©2021 Copyright AEC Library</p>
</div>
<!--
<div class="ml-auto">
<p>
<a href="./public/contact us .html" style="color: antiquewhite;"> </a>
  
</p>
</div>
-->
</div>
</footer>
</div>
</body>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 400, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 1000 // values from 0 to 3000, with step 50ms
});
</script>
</html>