-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.html
58 lines (56 loc) · 2.3 KB
/
about_me.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
---
layout: default
title: About
---
<section class="bg-dark">
<div class="text-center">
<h1>About Me</h1>
</div/
</section>
<section class="bg-white" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-left">
<ul>
<li>Name : 田辺敬之, Takayuki Tanabe</li>
<li>Date of Birth : 1995/10/05</li>
<li>GitHub: <a href="https://github.com/thawk105">thawk105</a>,
Twitter: <a href="https://twitter.com/tenityu">at tenityu</a></li>
</ul>
Work Experience
<ul>
<li>2024.07 - Present : Data Engineer of Sansan inc.</li>
<li>2020.04 - 2024.07 : Researcher and developer of Nautilus technologies.</li>
</ul>
Education
<ul>
<li>2018.04 - 2020.03 : Master's Course in Department of Computer Science, Graduate School of Systems
and Information Engineering, University of Tsukuba</li>
<li>2014.04 - 2018.03 : B.Sc. in College of Information Science, University of Tsukuba</li>
</ul>
資格
<ul>
<li>2017.06.21 : 応用情報技術者</li>
</ul>
Interests
<ul>
<li>Database, Transaction Processing, Concurrency Control, Logging, Data structure, Concurrent Tree, Distributed tech, etc</li>
</ul>
Implementations
<ul>
<li>I implemented many concurrency control protocols and evaluate to acquire deep insight.<br>
<a href="https://github.com/thawk105/ccbench">https://github.com/thawk105/ccbench</a></li>
</ul>
Internship
<ul>
<li>2018/4 ~, 1 year, at サイボウズ・ラボ株式会社<br>
I studied concurrency control protocols and implemented them, and then, improved.
</li>
<li>2017/9/4 ~, 2 weeks, at 株式会社アバールデータ<br>
I study material distinction by using mathmatical technique and deep learning.
</li>
</ul>
</div>
</div>
</div>
</section>