-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposts.html
194 lines (166 loc) · 11 KB
/
posts.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#" lang="en">
<head>
<title>Feiko.IO - Feiko.IO</title>
<!-- Meta -->
<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="author" content="Feiko Gorter">
<meta property="og:site_name" content="Feiko.IO">
<meta name="application-name" content="Feiko.IO" />
<meta name="msapplication-tooltip" content="Feiko.IO" />
<meta name="msapplication-starturl" content="http://www.feiko.io/" />
<meta name="twitter:site" content="@feikogorter">
<meta name="twitter:creator" content="@feikogorter">
<meta name="twitter:title" content="Feiko.IO - Feiko.IO">
<meta property="og:title" content="Feiko.IO - Feiko.IO" />
<meta property='og:description' content="Hi, I'm Feiko Gorter, an IoT specialist, inventor, speaker, dyslexic and .net geek. Welcome to my personal site about everything IoT and Tech." />
<meta name="description" content="Hi, I'm Feiko Gorter, an IoT specialist, inventor, speaker, dyslexic and .net geek. Welcome to my personal site about everything IoT and Tech.">
<meta name="twitter:description" content="Hi, I'm Feiko Gorter, an IoT specialist, inventor, speaker, dyslexic and .net geek. Welcome to my personal site about everything IoT and Tech.">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.feiko.io/posts" />
<meta property="og:image" content="http://www.feiko.io/images/feikoio.png" />
<meta name="twitter:image" content="http://www.feiko.io/images/feikoio.png" />
<link rel="shortcut icon" href="/favicon.ico">
<!-- FontAwesome JS-->
<script defer src=/fontawesome/js/all.min.js></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href=/css/theme-5.css>
<link id="theme-style" rel="stylesheet" href=/css/site.css>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.14.2/styles/monokai-sublime.min.css">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LY52GT5EFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script>
<body>
<!-- Page Header -->
<header class="header text-center">
<h1 class="blog-name d-inline-flex pt-lg-4"><a href="/">Feiko.IO</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="/images/feiko-small.jpg" alt="image">
<div class="bio mb-3">
<p>Hi, I'm Feiko Gorter, an IoT specialist, inventor, speaker, dyslexic and .net geek. Welcome to my personal site about everything IoT and Tech.</p>
</div><!--//bio-->
<ul class="social-list list-inline py-3 mx-auto">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/feiko"><i class="fab fa-linkedin fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/feiko"><i class="fab fa-github fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCBX8mmVnL-juQWjOPwZSrTQ"><i class="fab fa-youtube fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/feikogorter"><i class="fab fa-twitter fa-fw"></i></a></li>
</ul><!--//social-list-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item ">
<a class="nav-link" href="/"><i class="fas fa-home fa-fw mr-2"></i>Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/about-me"><i class="fas fa-user fa-fw mr-2"></i>About Me</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/tags"><i class="fas fa-tags fa-fw mr-2"></i>Tags </a>
</li>
</ul>
<hr>
<div>
<h5>Tags</h5>
<a href="/tags/blog" class="badge badge-primary"> blog (5)</a>
<a href="/tags/net" class="badge badge-primary"> .NET (5)</a>
<a href="/tags/iot" class="badge badge-primary"> IoT (4)</a>
<a href="/tags/nanoframework" class="badge badge-primary"> nanoFramework (3)</a>
<a href="/tags/tutorial" class="badge badge-primary"> Tutorial (3)</a>
<a href="/tags/web" class="badge badge-primary"> Web (2)</a>
<a href="/tags/static" class="badge badge-primary"> Static (2)</a>
<a href="/tags/ai" class="badge badge-primary"> AI (1)</a>
<a href="/tags/websockets" class="badge badge-primary"> WebSockets (1)</a>
<a href="/tags/vlog" class="badge badge-primary"> vlog (1)</a>
<div class="my-2 my-md-3">
<a class="btn btn-primary" href="/tags" role="button">All Tags <i class="fas fa-angle-double-right"></i></a>
</div>
</div>
</div>
</nav>
</header>
<div class="main-wrapper">
<div class="content-wrapper d-flex flex-column min-vh-100">
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<h1 class="bg-dark text-light p-2">2023</h1>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2022-12-31-the-future-of-ai-and-iot-exciting-technologies-to-watch-in-2023">The Future of AI and IoT: Exciting Technologies to Watch in 2023</a></h3>
<div class="post-subtitle">From WebAssembly to Risc-V, These Advances Will Transform the IT Landscape</div>
<p class="post-meta">Published on Sunday, 01 January 2023</p>
</div>
<h1 class="bg-dark text-light p-2">2022</h1>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2022-02-18-websocket-server-for-net-nanoframework">WebSocket Server for .NET nanoFramework</a></h3>
<div class="post-subtitle">Having fun with websockets</div>
<p class="post-meta">Published on Friday, 18 February 2022</p>
</div>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2022-01-03-getting-started-with-net-nanoframework">Getting started with .NET nanoFramework</a></h3>
<div class="post-subtitle">Create a Blinky app with C# on an ESP32</div>
<p class="post-meta">Published on Monday, 03 January 2022</p>
</div>
<h1 class="bg-dark text-light p-2">2021</h1>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2021-05-17-nanoframework-c-for-microcontrollers-with-64k-ram">NanoFramework - C# for microcontrollers with 64k ram</a></h3>
<div class="post-subtitle">Making IoT development easy</div>
<p class="post-meta">Published on Monday, 17 May 2021</p>
</div>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2021-05-07-adding-netlify-cms-to-your-net-powered-static-website">Adding Netlify CMS to your .NET powered static Website</a></h3>
<div class="post-subtitle">The ideal blog website for .NET developers - Part II</div>
<p class="post-meta">Published on Friday, 07 May 2021</p>
</div>
<div class="post-preview">
<h3 class="post-title"><a href="/posts/2021-04-30-create-your-own-net-powered-website-for-free">Create your own .net powered static website for FREE</a></h3>
<div class="post-subtitle">The ideal blog website for .net developers - Part I</div>
<p class="post-meta">Published on Saturday, 01 May 2021</p>
</div>
</div>
</section>
<!-- subfooter section -->
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="copyright text-muted m-0">Copyright © 2023</p>
<br />
<ul class="list-inline text-center small">
<li class="list-inline-item">
<a href="/feed.rss"><i class="fa fa-rss"></i> RSS Feed</a>
</li>
<li class="list-inline-item">
<a href="/feed.atom"><i class="fa fa-rss"></i> Atom Feed</a>
</li>
</ul>
<br />
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="footer text-center py-2 theme-bg-dark">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #fb866a;"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
</footer>
</div><!--//main-wrapper-->
<!-- Javascript -->
<script src=/plugins/jquery-3.4.1.min.js></script>
<script src=/plugins/popper.min.js></script>
<script src=/plugins/bootstrap/js/bootstrap.min.js></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.14.2/highlight.min.js"></script>
<script src=/js/blog.js></script>
</body>
</html>