-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (44 loc) · 3.2 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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9405HFNTS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P9405HFNTS');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ajkprojects</title>
</head>
<body>
<div style="max-width: 600px;">
<h1>About</h1>
<p>Hello! My name is Ash, and I am a software engineer based in San Diego. I grew up in Tokyo and Hawaii and hold a degree in software engineering from Cal Poly SLO. Currently, I work full time at Ditto. I am passionate about working on small side-projects in my free time, which can be found on my <a href="/projects">Projects</a> page. If you have any questions or would like to chat, feel free to reach out via <a href="https://github.com/asnewman">GitHub</a> or <a href="https://twitter.com/edweirdsnowman">Twitter</a>.</p>
<h1>Posts <a href="https://raw.githubusercontent.com/asnewman/asnewman.github.io/main/rss.xml"><img src="https://i.imgur.com/My459Hi.png" width="25" /></a></h1>
<ul>
<li><a href="/questionbestpractices.html">Question Best Practices</a></li>
<li><a href="/talklessinmeetings.html">Talk Less in Meetings</a></li>
<li><a href="/microdosingcaffeine.html">Micro-dosing Caffeine</a></li>
<li><a href="/stopactinglikeyourefamous.html">Stop Acting Like You're Famous</a></li>
<li><a href="/nomorealarmclocks.html">No More Alarm Clocks</a></li>
<li><a href="/elongatetheweek.html">Elongate the Week</a></li>
<li><a href="/30days30minutes.html">30 Days 30 Minutes</a></li>
<li><a href="/positive-monster.html">Positive Monster</a></li>
<li><a href="/self-help.html">Self-help</a></li>
<li><a href="/when-to-stop.html">When to Stop</a></li>
<li><a href="/1week30minutes.html">Completed: 30 Minutes a Day</a></li>
<li><a href="/shoshikantetsu.html">Shoshikantetsu</a></li>
<li><a href="/30minutesaday.html">30 Minutes a Day</a></li>
<li><a href="/theneglectedloginbutton.html">The Neglected Log In Button</a></li>
<li><a href="https://ash.mataroa.blog/blog/on-remembering-advice/">On Remembering Advice</a></li>
<li><a href="https://ash.mataroa.blog/blog/communication-exhaustion-and-being-alone/">Communication Exhaustion and Being Alone</a></li>
<li><a href="https://write.as/ashleynewman/how-i-reward-myself-with-good-habits-the-kozukai-method">How I Reward Myself with Good Habits – The Kozukai Method</a></li>
<li><a href="https://write.as/ashleynewman/be-more-like-spongebob">Be More Like SpongeBob</a></li>
<li><a href="https://write.as/ashleynewman/mcdonalds-for-a-week">McDonald's For a Week</a></li>
<li><a href="https://write.as/ashleynewman/in-the-past-few-weeks-i-have-been-thinking-a-lot-about-how-my-mentality">Inner Flux</a></li>
<li><a href="https://write.as/ashleynewman/why-edward-snowden-believes-a-24-7-digital-census-is-dangerous">Why Edward Snowden Believes a 24/7 Digital Census is Dangerous</a></li>
</ul>
</div>
</body>
</html>