-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (105 loc) · 6.24 KB
/
Copy pathindex.html
File metadata and controls
175 lines (105 loc) · 6.24 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
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
<!DOCTYPE html>
<html><head>
<meta name="generator" content="Hugo 0.94.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<title>Grant James</title>
</head><body>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-141186556-1', 'auto');
ga('send', 'pageview');
}
</script><header class="header">
<div class="main-container">
<a href="/" class="header-logo">
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
<path fill="none" d="M15 8l14.729 14.382L15 35.367"></path>
</svg>
</span>
<span class="logo__text">Grant James</span>
<span class="logo__cursor">_</span>
</a>
</div>
</header><div class="main-container">
<div class="bio-block">
<img src="/avatar_circle.jpg" alt="Grant's Avatar" />
<div><p>Grant is a software engineer from Birmingham, UK. On this blog, he writes about all things coding. <a href="/about">Find out more about him.</a></p>
</div>
</div>
<div>
<h3><a class="title" href="/concurrency-comparing-golangs-channels-to-c-sharps-asyncawait/">Concurrency: Comparing Golang's Channels to C#'s Async/Await</a></h3>
<time datetime="2022-04-08" class="post-date">8 April 2022</time>
<a class="tag-link" href="http://grantjam.es/tags/golang">golang</a>
<a class="tag-link" href="http://grantjam.es/tags/dotnet">dotnet</a>
<a class="tag-link" href="http://grantjam.es/tags/concurrency">concurrency</a>
<p><p>Comparing concurrency in Go (golang) with C#’s Async/Await.</p></p>
</div>
<div>
<h3><a class="title" href="/creating-a-simple-metronome-using-javascript-and-the-web-audio-api/">Creating a simple metronome using Javascript and the Web Audio API</a></h3>
<time datetime="2020-08-10" class="post-date">10 August 2020</time>
<a class="tag-link" href="http://grantjam.es/tags/javascript">javascript</a>
<a class="tag-link" href="http://grantjam.es/tags/web-audio">web-audio</a>
<p><p>How to accurately schedule audio events when writing a time sensitive Javascript application.</p></p>
</div>
<div>
<h3><a class="title" href="/recreating-the-old-icloud-background-using-javascript-and-a-html-canvas/">Recreating the old iCloud background using Javascript and a HTML Canvas</a></h3>
<time datetime="2020-05-04" class="post-date">4 May 2020</time>
<a class="tag-link" href="http://grantjam.es/tags/javascript">javascript</a>
<a class="tag-link" href="http://grantjam.es/tags/html-canvas">html-canvas</a>
<p><p>In this post, I go through the steps I took to recreate the background that used to be on the iCloud web site - blurry bubbles!</p></p>
</div>
<div>
<h3><a class="title" href="/light-and-dark-theme-toggle-on-a-laravel-website/">Light and Dark theme toggle on a Laravel website</a></h3>
<time datetime="2019-09-29" class="post-date">29 September 2019</time>
<a class="tag-link" href="http://grantjam.es/tags/laravel">laravel</a>
<a class="tag-link" href="http://grantjam.es/tags/dark-mode">dark-mode</a>
<p><p>I find using a dark theme for my IDE and operating system is much easier on my eyes, so I use it wherever possible. In this post I explain how to create a toggle button to switch a Laravel website between light and dark themes.</p></p>
</div>
<div>
<h3><a class="title" href="/replacing-a-danfoss-tp9000-with-a-3rd-generation-nest/">Replacing a Danfoss TP9000 with a 3rd Generation Nest</a></h3>
<time datetime="2019-05-18" class="post-date">18 May 2019</time>
<a class="tag-link" href="http://grantjam.es/tags/nest">nest</a>
<p><p>Step by step instructions on how to wire up a 3rd generation Nest in place of a Danfoss TP9000.</p></p>
</div>
<div>
<h3><a class="title" href="/installing-lubuntu-on-an-acer-aspire-one-cloudbook-11/">Installing Lubuntu on an Acer Aspire One Cloudbook 11</a></h3>
<time datetime="2017-06-24" class="post-date">24 June 2017</time>
<a class="tag-link" href="http://grantjam.es/tags/lubuntu">Lubuntu</a>
<a class="tag-link" href="http://grantjam.es/tags/linux">linux</a>
<p><p>I wanted a cheap laptop with a decent battery life to run a Linux distribution on and decided on the Acer Aspire One Cloudbook 11. This post details what I did after installing Lubuntu.</p></p>
</div>
</div><div class="main-container">
<footer class="footer">
<ul class="footer__icons">
<li>
<a href="/about">
<i class="icon-user-o"></i>
</a>
</li>
<li>
<a href="https://github.com/grantjames" target="_blank">
<i class="icon-github-circled"></i>
</a>
</li>
<li>
<a href="http://uk.linkedin.com/pub/grant-james/58/210/766" target="_blank">
<i class="icon-linkedin-squared"></i>
</a>
</li>
<li>
<a href="https://twitter.com/grantjame5" target="_blank">
<i class="icon-twitter"></i>
</a>
</li>
</ul>
<div class="footer-text">Software Engineer from Birmingham, UK</div>
</footer>
</div></body>
</html>