-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (187 loc) · 14.4 KB
/
index.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
<!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:url" content="http://www.feiko.io/" />
<meta property="og:type" content="website" />
<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 property="og:image" content="http://www.feiko.io/images/feikoio.png" />
<meta name="twitter:image" content="http://www.feiko.io/images/feikoio.png" />
<meta name="twitter:card" content="summary_large_image">
<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 active">
<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">
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="/images/small-auto-generate-code.gif" alt="image">
<div class="media-body">
<h3 class="title mb-1"><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>
<h4 class="meta"><span class="subtitle">From WebAssembly to Risc-V, These Advances Will Transform the IT Landscape</span></h4>
<div class="meta mb-1"><span class="date">Sunday, 01 January 2023</span><span class="time">6 min read</span></div>
<div class="intro">Get ready for the future of tech! In this blog, we explore the most exciting technologies to watch out for in 2023, including WebAssembly, Risc-V, and AI. From the way we interact with our web browsers to the development of lightweight programming languages for the IoT, these advances have the potential to significantly change the IT landscape. We also discuss the growth of the .NET nanoFramework community and the rapid progress being made in the field of AI. As we move into the new year, it's worth considering the impact these technologies will have on our lives and the potential risks and drawbacks that come with any new technology.</div>
<a class="more-link" href="/posts/2022-12-31-the-future-of-ai-and-iot-exciting-technologies-to-watch-in-2023">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div>
<div class="item mb-5">
<div class="media">
<img class="mr-3 img-fluid post-thumb d-none d-md-flex" src="/images/square-custom-.png" alt="image">
<div class="media-body">
<h3 class="title mb-1"><a href="/posts/2022-02-18-websocket-server-for-net-nanoframework">WebSocket Server for .NET nanoFramework</a></h3>
<h4 class="meta"><span class="subtitle">Having fun with websockets</span></h4>
<div class="meta mb-1"><span class="date">Friday, 18 February 2022</span><span class="time">17 min read</span></div>
<div class="intro">Running a websocket server and hosting a WebApp on a microcontroller is incredible fun! Using the .NET nanoFramework with the new websockets library this is easy. Go check it out and build something really cool!</div>
<a class="more-link" href="/posts/2022-02-18-websocket-server-for-net-nanoframework">Read more →</a>
</div><!--//media-body-->
</div><!--//media-->
</div>
<div class="item mb-5">
<div class="media">
<div class="video-box video-box-square mr-3 d-md-flex post-thumb d-none">
<img class="img-fluid post-thumb d-none d-md-flex align-self-center" src="https://img.youtube.com/vi/nqst_EJEuQI/sddefault.jpg" alt="image">
<div class="play-icon">
<a href="/posts/2022-01-03-getting-started-with-net-nanoframework"><img src=/images/YouTube_play_button_icon.svg /> </a>
</div>
</div>
<div class="media-body">
<h3 class="title mb-1"><a href="/posts/2022-01-03-getting-started-with-net-nanoframework">Getting started with .NET nanoFramework</a></h3>
<h4 class="meta"><span class="subtitle">Create a Blinky app with C# on an ESP32</span></h4>
<div class="meta mb-1"><span class="date">Monday, 03 January 2022</span><span class="time">19 min watch</span></div>
<div class="video-box video-box-wide mr-3 post-thumb d-block d-md-none ">
<img class="img-fluid post-thumb d-block d-md-none align-self-center" src="https://img.youtube.com/vi/nqst_EJEuQI/sddefault.jpg" alt="image">
<div class="play-icon">
<a href="/posts/2022-01-03-getting-started-with-net-nanoframework"><img src=/images/YouTube_play_button_icon.svg /> </a>
</div>
</div>
<div class="intro">In this video I'll show you how to get started with .NET nanoFramework, C# for microcontrollers. Just get yourself a cheap ESP32 microcontroller and follow along!</div>
<a class="more-link" href="/posts/2022-01-03-getting-started-with-net-nanoframework">Watch →</a>
</div><!--//media-body-->
</div><!--//media-->
</div> <div>
<div class="float-sm-left">
</div>
<div class="float-sm-right">
<a class="btn btn-primary" href="/page/2" role="button">Older <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="clearfix"></div>
</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>