-
Notifications
You must be signed in to change notification settings - Fork 0
/
hire.html
61 lines (60 loc) · 2.81 KB
/
hire.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
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta charset="utf-8">
<title>
Chris Brown
</title>
<meta name="author" content="Chrisman Brown">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="scripts/themes.js"></script>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" title="chrisman"> <link rel="stylesheet" href="styles/reset.css"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/code.css"> <link rel="index" href="/list" /><br />
</head>
<body>
<header>
👩💻 chrismanbrown.gitlab.io
<nav>
<a href="list.html">Blog</a> | <a href="about.html">About</a> | <a href="contact.html">Contact</a> | <a href="feeds.html">Feeds</a> | <a href="hire.html">Work with me</a>
</nav>
</header>
<main>
<h1 class="title">
Chris Brown
</h1>
<p>
Full Stack Engineer for Hire
</p>
<p>I build full stack web applications and try to make the world a better place.</p>
<ul>
<li><a href="https://github.com/chrisman/">Github</a></li>
<li><a href="https://www.linkedin.com/in/chrismanbrown/">LinkedIn</a></li>
</ul>
<h2 id="skills-and-interests">Skills and Interests</h2>
<p>Although I’ve managed to remain fairly tech agnostic over the years, my primary stack is JavaScript.</p>
<ul>
<li><strong>Data storage</strong>: SQL (PostgreSQL, SQLite) and NoSQL (MongoDB, Redis)</li>
<li><strong>Back-end frameworks</strong>: node.js/express, Ruby on Rails, PHP/Laravel</li>
<li><strong>Data transport</strong>: RESTful APIs, GraphQL</li>
<li><strong>Front-end frameworks</strong>: Vue, React</li>
<li><strong>Style</strong>: CSS, SCSS/Sass. Bootstrap, Material Design. BEM, suit.</li>
<li><strong>Testing</strong>: <abbr title="Test Driven Development">TDD</abbr>, unit testing. TAP/Tape, Mocha, Jest. Code coverage, Istanbul.</li>
<li><strong>Devops</strong>: <abbr title="Continuous Delivery">CD</abbr>/<abbr title="Continuous Integration">CI</abbr>. Travis, Jenkins, CircleCI.</li>
<li><strong>Deployment</strong>: Docker, Heroku. AWS.</li>
<li><strong>Process</strong>: Agile, scrum, kanban. Jira, Trello, etc.</li>
<li><strong>Management</strong>: Coaching and career development. Learning and growth.</li>
<li><strong>Community</strong>:
<ul>
<li>Co-host, <a href="https://www.meetup.com/Denver-Engineering-Leaders">Denver Engineering Leaders Meetup</a>.</li>
<li>Founding member, Diversity and Inclusion Committee.</li>
</ul></li>
<li><strong>Open Source</strong>: former maintainer of <a href="https://rubygems.org/gems/bamboozled">an open source project with +500k downloads on rubygems</a>.</li>
</ul>
<p><br/></p>
</main>
<footer>
<nav>
<a href="list.html">Blog</a> | <a href="about.html">About</a> | <a href="contact.html">Contact</a> | <a href="feeds.html">Feeds</a> | <a href="hire.html">Work with me</a>
</nav>
</footer>
</body>
</html>