-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechblog.html
More file actions
141 lines (127 loc) · 6.32 KB
/
techblog.html
File metadata and controls
141 lines (127 loc) · 6.32 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Marstech Buzz</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be used to make the world a better place." />
<meta name="keywords" content="Marstech, HTML, CSS, JavaScript, PHP,Blog, eco-friendly, Blockchain, Technology, Coding, web-development, website, app, android, ios" />
<meta name="author" content="Marstech" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.svg" />
<link href='https://fonts.googleapis.com/css2?family=Nunito&display=swap' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='css/clear.css' />
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/font-awesome.min.css' />
<link rel="stylesheet" type="text/css" href='css/carouFredSel.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link rel="stylesheet" type="text/css" href='style.css' />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body class="single-post">
<!-- Preloader Gif -->
<table class="doc-loader">
<tbody>
<tr>
<td>
<img src="images/logo.gif" alt="Loading...">
</td>
</tr>
</tbody>
</table>
<!-- Left Sidebar -->
<div id="sidebar" class="sidebar">
<div class="menu-left-part">
<div class="search-holder">
<label>
<input type="search" class="search-field" placeholder="Type here to search..." value="" name="s"
title="Search for:">
</label>
</div>
<div class="site-info-holder">
<h1 class="site-title">Marstech Buzz</h1>
<p class="site-description">
Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be
used to make the world a better place.
</p>
</div>
<nav id="header-main-menu">
<ul class="main-menu sm sm-clean">
<li><a href="index.html">Home</a></li>
<li><a href="innovationhub.html">Innovation Hub</a></li>
<li><a href="about.html">About</a></li>
<li><a href="allcategories.html">All Categories</a></li>
<li><a href="allposts.html">All Posts</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<footer>
<div class="footer-info">
More information about Marstech click <a href="http://www.marstech.org.in/">here</a>.
</div>
</footer>
</div>
<div class="menu-right-part">
<div class="logo-holder">
<a href="index.html">
<img src="images/logo.svg" alt="Marstech Buzz">
</a>
</div>
<div class="toggle-holder">
<div id="toggle">
<div class="menu-line"></div>
</div>
</div>
<div class="social-holder">
<div class="social-list">
<a href="https://instagram.com/_marstech_?igshid=17j16ujd711ki"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/marstech-3-8936b6188"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/marstech.co.in"><i class="fa fa-facebook"></i></a>
<a href="error404.html"><i class="fa fa-twitter"></i></a>
<a href="error404.html"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
<div class="fixed scroll-top"><i class="fa fa-caret-square-o-up" aria-hidden="true"></i></div>
</div>
<div class="clear"></div>
</div>
<!-- Single Content -->
<div id="content" class="site-content center-relative">
<div class="single-post-wrapper content-1070 center-relative">
<article class="center-relative">
<h1 class="entry-title" style="text-align: center;">
Technology
</h1>
<div class="row">
<div class="column">
<div class="card">
<img src="images/gqlmeme.jpeg" alt="">
<h4 class="entry-title">
<a href="graphqlsetup.html">Build a GraphQL Server with Spring Boot in 3 minutes</a></h4>
<p>
This article focuses on how to set up a GraphQL server from scratch, utilizing Spring
Boot. There are many different libraries with different approaches for the same. However, the
library I used here has a mature Spring Boot support and is very easy to use. So this
may be one of your fastest options...
<a class="more" href="graphqlsetup.html"> read more...</a>
</p>
</div>
</div>
</div>
<div class="clear"></div>
</article>
</div>
</div>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.nicescroll.min.js'></script>
<script type='text/javascript' src='js/jquery.smartmenus.min.js'></script>
<script type='text/javascript' src='js/jquery.carouFredSel-6.0.0-packed.js'></script>
<script type='text/javascript' src='js/jquery.mousewheel.min.js'></script>
<script type='text/javascript' src='js/jquery.touchSwipe.min.js'></script>
<script type='text/javascript' src='js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>