-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (140 loc) · 5.93 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="og:site_name" content="Swiftdaddy"/>
<link rel="canonical" href="https://seviu.github.io/"/>
<meta name="twitter:url" content="https://seviu.github.io/"/>
<meta name="og:url" content="https://seviu.github.io/"/>
<title>index | Swiftdaddy</title>
<meta name="twitter:title" content="index | Swiftdaddy"/>
<meta name="og:title" content="index | Swiftdaddy"/>
<meta name="description" content="Blog about App development for iOS"/>
<meta name="twitter:description" content="Blog about App development for iOS"/>
<meta name="og:description" content="Blog about App development for iOS"/>
<meta name="twitter:card" content="summary"/>
<link rel="stylesheet" href="/styles.css" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="/images/favicon.png" type="image/png"/>
<link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to Swiftdaddy"/>
<meta name="twitter:image" content="https://seviu.github.io/images/swiftdaddy.png"/>
<meta name="og:image" content="https://seviu.github.io/images/swiftdaddy.png"/>
</head>
<body>
<header>
<div class="wrapper">
<a class="site-name" href="/">
<img class="logo"/>
</a>
<h4>Blog about App development for iOS</h4>
<nav>
<ul>
<li>
<a href="/articles">Articles</a>
</li>
<li>
<a href="/notes">Notes</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper content clearfix">
<div class="section-header float-container">
<a href="/articles">
<h1>💾 Articles</h1>
</a>
</div>
<ul class="item-list">
<li>
<article>
<a href="/articles/Diving into Lazy, Computed and Stored Properties">
<h1>Diving into Lazy, Computed and Stored Properties</h1>
<p>We look into computed, lazy, and stored properties, and explore the behavior and differences we might encounter when dealing with them.</p>
</a>
</article>
</li>
<li>
<article>
<a href="/articles/Associated Types and Protocols">
<h1>Associated Types and Protocols</h1>
<p>Taking a look into Protocols and how we can use them with generic types in the form of Associated Types</p>
</a>
</article>
</li>
<li>
<article>
<a href="/articles/Optionals under the hood">
<h1>Optionals under the hood</h1>
<p>Exploring how Optionals are implemented, and trying to understand what is the magic that powers them.</p>
</a>
</article>
</li>
</ul>
<a class="browse-all" href="/articles">Browse all 5 articles</a>
</div>
<div class="wrapper content clearfix">
<div class="section-header float-container">
<a href="/notes">
<h1>📒 Latest notes</h1>
</a>
</div>
<ul class="item-list">
<li>
<article>
<a href="/notes/XCTest Tips and Tricks">
<h1>XCTest Tips and Tricks</h1>
<p>Small code snipets and tricks for when I write tests for my Apps</p>
</a>
</article>
</li>
</ul>
<a class="browse-all" href="/notes">Browse all 1 notes</a>
</div>
<br/>
<br/>
<br/>
<div class="wrapper contentFooter clearfix" id="aboutMeAnchor">
<img class="avatar" src="/images/profile.jpg"/>
<div class="introduction"><h2>Welcome to my App development blog</h2><p> </p><h3>My name is <strong><a href="https://twitter.com/seviu">Sebastian Vieira</a></strong></h3><p> </p><p>I have been developing mobile apps since 2003 that I started with Nokia's Symbian OS and J2ME. That quickly changed in 2008 that the App Store was introduced and changed everything.</p><p>I try to combine my passion for the Swift programming language and being a father. This is how Swiftdaddy was born.</p><p>I live in Switzerland where I work as an iOS developer for an awesome company <a href="https://homegate.ch">homegate.ch</a>. I have also had the privilege to work for Swisscom at <a href="https://local.h">local.ch</a> and a few Swiss Startups.</p><p>Finally, I am with my friend and awesome developer <a href="https://markiv.github.io/blog/">Vikram Kriplaney</a>, the co-founder of <a href="https://iphonso.com">iPhonso GmbH</a>, a Swiss app development company for which we develop fun and interesting apps.</p></div>
<ul class="navigation-items-container">
<li class="navigation-item">
<a href="https://twitter.com/seviu">
<div>
<img src="/social/twitter.svg"/>Twitter
</div>
</a>
</li>
<li class="navigation-item">
<a href="https://www.linkedin.com/in/seviu/">
<div>
<img src="/social/linkedin.svg"/>Profile
</div>
</a>
</li>
<li class="navigation-item">
<a href="mailto:[email protected]">
<div>
<img src="/social/email.svg"/>Email
</div>
</a>
</li>
</ul>
</div>
<br/>
<br/>
<footer>
<p>This website was made in Swift thanks to
<a href="https://github.com/johnsundell/ink">Ink</a>,
<a href="https://github.com/johnsundell/plot">Plot</a>,
<a href="https://github.com/johnsundell/splash">Splash</a> &
<a href="https://github.com/johnsundell/publish">Publish</a> by
<a class="rss" href="https://www.swiftbysundell.com">John Sundell</a>
</p>
<p>©2020 Sebastian Vieira</p>
<p>Subscribe via
<a class="rss" href="/feed.rss">RSS</a>
</p>
</footer>
</body>
</html>