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
|
<!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">
<!-- SEO Meta Tags -->
<title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
<meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
<meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
<meta name="author" content="Ben Sanders">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
<meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
<meta property="og:url" content="https://ben.sanders.life">
<meta property="og:image" content="https://bsand.net/assets/me.jpeg">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
<meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
<meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
<!-- UI and Theme -->
<meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
<li><a href="/about" title="about me">~/about</a></li>
<li><a href="/resume" title="my resume">~/resume</a></li>
<li><a href="/blog" title="my blog">~/blog</a></li>
<li><a href="/resources" title="resources">~/resources</a></li>
</ul>
<h1>Changes in 2017</h1>
<p class="meta">Benjamin Sanders | 22 January 2017 | changes-2017</p>
<p>So this is the first post I made on my site in 2017. First off I would like to say hello. Second, there are some things I need to discuss.</p>
<p>So let’s get started.</p>
<p>A new year brings about people wanting to make changes usually for the better. This year is no different and I plan on making the most of this year. I’ve already begun my new year’s resolutions and writing more is one of them. Doesn’t matter what I am writing about I just want to write more.</p>
<p>I’ve also resolved to make more vlogs on YouTube which I’ve started doing. I plan on posting them here perhaps with a full blog post. I figure that will help with exposure. My desire with making vlogs is to try to entertain and maybe inform. I suppose the same thing with my writings.</p>
<p>Throughout last year I started learning animation and drawing more too. I also began thinking about starting a comic. Which I don’t know if I’ll do that or not but if I do I’ll post it here. I plan on continuing to get better at drawing and animation.</p>
<p>I will also continue working on this site and adding new features to it. Hopefully get a portfolio done for potential clients to look at. Whoa, it seems I’ve put a lot on my plate but maybe if I stick to it and put the time in I can succeed.</p>
<p>I also have a few job applications in and hope to do some traveling this year. The traveling will give the opportunity to blog about said traveling and get plenty of pictures and video.</p>
<p>If you wish to keep up with my blog post you can subscribe to the newsletter or the RSS feed. Maybe both? Either way, you’ll get new posts when I put them out.</p>
<p>Thanks for reading and if you have any big plans or small plans let me know what they are in the comments below. I look forward to reading and conversing with you!</p>
</div>
<footer>
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ben Sanders",
"url": "https://ben.sanders.life",
"image": "https://bsand.net/assets/me.jpeg",
"sameAs": [
"https://github.com/bensanders",
"https://linkedin.com/in/benasanders",
"https://twitter.com/thebensanders"
],
"jobTitle": "Web Developer & Linux Enthusiast"
}
</script>
</body>
</html>
|