-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (88 loc) · 2.97 KB
/
index.html
File metadata and controls
106 lines (88 loc) · 2.97 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
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
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.124.1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Anton Rassadin, Unreal Engine and C++ developer">
<link rel="shortcut icon" href="https://rassadin.net/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css">
<link rel="canonical" href="https://rassadin.net/" />
<title>Anton Rassadin</title>
</head>
<body><header id="banner">
<h2><a href="https://rassadin.net/">Anton Rassadin</a></h2>
<nav>
<ul>
<li>
<a href="/posts/" title="posts">posts</a>
</li><li>
<a href="/projects/" title="projects">projects</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<h3 id="hello">Hello!</h3>
<p>My name is Anton Rassadin. I’m a C++ and Unreal Engine developer.</p>
<p>Things I’m interested in:</p>
<ul>
<li>C++</li>
<li>Unreal Engine</li>
<li>iOS development</li>
</ul>
<p>Other places you can reach me:</p>
<ul>
<li>Email: <a href="mailto:anton@rassadin.net">anton@rassadin.net</a></li>
<li>Telegram: <a href="https://t.me/antonrr">@Antonrr</a></li>
<li><a href="https://linkedin.com/in/antonrassadin">LinkedIn</a></li>
<li><a href="https://github.com/Antonrr">Github</a></li>
</ul>
<h3>Posts</h3>
<ul id="posts">
<li>
<a href="https://rassadin.net/posts/octobuild/">
Speed up Unreal Engine projects recompilation with octobuild
<small><time>November 13, 2024</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/modernized-xcode-ios-icons-xcassets/">
How to change app icons on Unreal Engine 5 with modernized Xcode enabled
<small><time>April 11, 2024</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/android-external-storage-access/">
Using scoped storage in debug Unreal Engine builds on Android API 29+
<small><time>September 20, 2023</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/unreal-array-reallocation/">
Avoiding array reallocations in Unreal Engine
<small><time>October 30, 2022</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/dynamic-delegate-lambda/">
How to bind lambda to an Unreal Engine dynamic delegate
<small><time>September 18, 2022</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/swift-frameworks-unreal/">
Linking Swift frameworks to an Unreal Engine project
<small><time>September 8, 2022</time></small>
</a>
</li>
<li>
<a href="https://rassadin.net/posts/unreal-ios-auto-signing/">
How to run Unreal Engine project on an iOS device using automatic signing
<small><time>August 26, 2022</time></small>
</a>
</li>
</ul>
</main><footer id="footer">
</footer>
</body>
</html>