-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 loc) · 1.76 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
---
layout: default
---
<div class="content page">
<header>
<h1>The Cogitator</h1>
</header>
<p>
Hi, I am <a href="mailto:adam@hexworks.org">Adam</a>. I consider myself
a pragmatic software engineer and I also like to share my thoughts on
programming, thus the name of this site:
</p>
<blockquote>
<strong>Cogitate</strong><br />
<em>verb</em> think deeply about something; meditate or
reflect.
</blockquote>
<p>
Do you have a business idea you'd like to validate? Do you need help
choosing the appropriate technology for your project? Got bored of the
technobabble and nonsense? I can find robust and simple end to end
solutions to your problems. Things I can help with:
</p>
<ul>
<li>Creating prototypes or MVPs</li>
<li>
Reviewing & analyzing your current architecture to help make it
better
</li>
<li>Coaching your current programmers</li>
</ul>
<p>
I'm familiar with multiple platforms and technologies including, but not
limited to <a href="/tags/kotlin">Kotlin</a>,
<a href="/tags/java">Java</a>,
<a href="/tags/javascript">Javascript</a>,
<a href="/tags/typescript">Typescript</a>,
<a href="/tags/spring-boot">Spring Boot</a>,
<a href="/tags/nodejs">Node.js</a>, <a href="/tags/react">React</a>,
<a href="/tags/kubernetes">Kubernetes</a>,
<a href="/tags/docker">Docker</a>, <a href="/tags/sql">SQL</a> and
<a href="/tags/nosql">NoSQL</a>.
</p>
<p>
Feel free to
<a class="contact-button" href="mailto:{{site.email}}">Contact me</a>
if any of the above applies to you.
</p>
</div>