-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (79 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Brandon Maul</title>
<link rel="stylesheet" href="./main.css">
</head>
<style></style>
<body>
<header>
<span>➜ bmaul<a class="wikipedia" href="https://en.wikipedia.org/wiki/Buffalo_Central_Terminal" alt="buffalo central terminal" target="_blank">@terminal</a></span>
<span>~ $</span>
<div class="cli">cat about-me.txt</div>
</header>
<section class="output">
<ul class="links">
<li>
<a class="github" href="https://github.com/brandonmaul" alt="github" target="_blank">
Github
</a>
</li>
<li>
<a class="linkedin" href="https://www.linkedin.com/in/bmaul/" alt="linkedin" target="_blank">
LinkedIn
</a>
</li>
<li>
<a class="mastodon" href="https://mastodon.social/@brandonmaul" alt="mastodon" target="_blank">
Mastodon
</a>
</li>
</ul>
<p>
Hi there! I’m Brandon Maul, a software engineer based in Buffalo, NY. Thanks for visiting my website! Please allow me to tell you little about myself...
</p>
<p>
My adventure in the tech world began when I was only just a kid (<a href="jr-dev.jpeg" class="photo" alt="a young brandon playing on the computer" target="_blank">really</a>) and has since evolved into a career marked by versatility, hard work, and a profound appreciation for the art of software development.
</p>
<p>
The journey so far has given me experience in architecting scalable cloud solutions, embedded IoT software, and platform-focused native apps that are reliable, performant, and secure.
</p>
<p>
Specializing in the Swift programming language and possessing a deep understanding of Apple's platforms, I currently spend my days building iOS/iPadOS apps for Andium Inc. However, my passion for software engineering extends beyond that of iOS development.
</p>
<p>
As a full-stack engineer, I've built and architected a massive telemetry processing pipeline for IoT devices. I was able to actually work on the solution on nearly ever level, from the IoT devices themselves to the storage and machine-learning services in Azure. Experience with spinning up ASP.NET APIs, managing multi-region Azure networking infrastructure with Terraform/ARM Templates, and building customized authorization SDKs are just some of the skills I've aquired from this work.
I've utilized containerizaiton with Podman or Docker, to ensure that the tools I build can be deployed anywhere. And of course K8s or Openstack to expand and scale.
</p>
<p>
I've also had the honor to lead full development teams, hire new engineers, and mentor junior developers in their software engineering career. When given the responsibility to teach others, I find I learn a lot myself.
</p>
<p>
I have fundamental understanding of what it means to write organized codebases, ensured with memory-safe, type-safe code. I'm a dedicated student of anything relating to computation or linguistics, and spend a considerable amount of my free time continuing to educate myself with new tools, techniques, and ideologies in those fields.
</p>
<p>
If you've made it this far, thanks for reading! If you'd like to chat, I'm on Mastodon. If you'd like to inquire about business or mentorship opporunties you can email me here:
</p>
<p>
employ[dot]brandon[dot]maul[at]icloud[dot]com
</p>
<h3>More!</h3>
<ul>
<li>
<a href="skills.html" alt="skills page" target="_self">
Skills
</a>
</li>
<!-- <li>
<a href="portfolio.html" alt="portfolio page" target="_self">
Portfolio
</a>
</li> -->
</ul>
</section>
<footer>
this site does not contain LLM generated content 🤖
</footer>
</body>
</html>