-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (129 loc) · 8.11 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<head>
<!-- META
------------------------- -->
<title>The Abyss</title>
<meta name="description" content="Coding&chill">
<!-- Mobile Specific Metas
------------------------- -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
------------------------- -->
<!-- CSS
------------------------- -->
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css?v=4a168ba3e0">
<link rel="stylesheet" type="text/css" href="assets/css/skeleton.css?v=4a168ba3e0">
<link rel="stylesheet" type="text/css" href="assets/css/custom.css?v=4a168ba3e0">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css?v=4a168ba3e0">
<!-- JS
------------------------- -->
<!-- FAVICON
------------------------- -->
<link rel="shortcut icon" href="assets/images/favicon.ico?v=4a168ba3e0">
<link rel="canonical" href="index.html">
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="next" href="page/2/index.html">
<meta property="og:site_name" content="The Abyss">
<meta property="og:type" content="website">
<meta property="og:title" content="The Abyss">
<meta property="og:description" content="Coding&chill">
<meta property="og:url" content="http://localhost:2368/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="The Abyss">
<meta name="twitter:description" content="Coding&chill">
<meta name="twitter:url" content="http://localhost:2368/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "The Abyss",
"logo": "https://pp.vk.me/c625817/v625817374/148d4/EZjN7NKLiDA.jpg"
},
"url": "http://localhost:2368/",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:2368"
},
"description": "Coding&chill"
}
</script>
<meta name="generator" content="Ghost 0.11">
<link rel="alternate" type="application/rss+xml" title="The Abyss" href="rss/index.html">
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.css" rel="stylesheet">
</head>
<!-- BODY
------------------------- -->
<body class="home-template nav-closed">
<div class="container">
<!-- HEADER
------------------------- -->
<section class="header">
<h1 class="title">The Abyss</h1>
</section>
<div class="navbar-spacer"></div>
<nav class="navbar">
<div class="container">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href="index.html">Home</a></li>
<li class="navbar-item"><a class="navbar-link" href="reading/">Reading</a></li>
<li class="navbar-item"><a class="navbar-link" href="about/">About</a></li>
</ul>
</div>
</nav>
</div>
<!-- CONTENT
------------------------- -->
<div class="container">
<div class="posts">
<br><h2 class="list-headline"><a href="its-not-you-its-git/">It's not you. It's Git.</a></h2>
<div class="entry-media">
<img src="content/images/2017/02/Git-logo.svg.png">
</div>
<p>This Friday (3.02.2017) I was lucky enough to go to Git Merge in Brussels. It was a lovely conference! However, just a few months ago I would not imagine going to a git conference, or liking anything related to version control. Like many new developers I was aware of git and was using it, without really knowing its depths and capabilities. Now I can ate least do git rebase -i or git merge branch-name fully expecting what happens next. I also have learnt that the only difference between a person who is fluent with git and a person who isn't is the fact that... <a class="read-more" href="its-not-you-its-git/">read more »</a>
</p></div>
<div class="posts">
<br><h2 class="list-headline"><a href="go-with-a-flow/">Go with a Flow</a></h2>
<div class="entry-media">
<img src="content/images/2017/01/flow-hero-logo.png">
</div>
<p>You've heard about Flow, but not sure what it is, how to use it and whether it's worth it? I had to find answers to this questions so hopefully you don't have to. I've started with Flow as a contributor to already an established project with extensive (and ever growing) Flow coverage. It was a stark contrast to how JavaScript's usual treatment of types, in fact it seemed formalistic and unnecessarily specific at times. However, just like with writing tests, well type-annotated code will take care of itself and let you know about a problem before things went wrong. Why use Flow? Flow allows strict typing... <a class="read-more" href="go-with-a-flow/">read more »</a>
</p></div>
<div class="posts">
<br><h2 class="list-headline"><a href="notes-from-33c3/">Notes from 33C3</a></h2>
<div class="entry-media">
<img src="content/images/2017/01/33C3-hello.png">
</div>
<p>In case you don't know Chaos Computer Congress is the biggest thing. It's THE THING. In fact there are two types of people in the world: those who are planning to go to CCC and those who haven't heard of it yet. That time of the year between Christmas and New Year (when most german cities turn into ghost towns) when a bunch of interesting folks hang out together, listen to each other and make stuff under umbrella of the shared ideals and love for technology. It is almost like Star Trek, but in a convention centre and only for four days. In fact CCC often... <a class="read-more" href="notes-from-33c3/">read more »</a>
</p></div>
<div class="posts">
<br><h2 class="list-headline"><a href="outreachy-week-1-2/">Outreachy: Week 1&2</a></h2>
<div class="entry-media">
<img src="content/images/2016/12/outreachy-logo.png">
</div>
<p>It has been 2 weeks since the beginning of Outreachy and I've started working with people of Mozilla's WebExtensions. So far it was just awesomesause. So here is a story of how it came to be. What is Outreachy, anyway? Outreachy is a scholarship program for underrepresented groups (LGBTQ+ people, PoC and women) in open source software development. It is organised by nice people of GNOME Foundation, Software Freedom Conservancy and Red Hat. Many-many cool companies support the program and work with the students. Why I've applied To be completely honest I feel very privileged to be part of Outreachy and in general. I am 'white... <a class="read-more" href="outreachy-week-1-2/">read more »</a>
</p></div>
<div class="posts">
<br><h2 class="list-headline"><a href="beyond-tellerland-berlin-2016/">Beyond Tellerland, Berlin 2016</a></h2>
<div class="entry-media">
<img src="content/images/2016/11/FullSizeRender.jpg">
</div>
<p>Me and my lovely coning partner were lucky enough to get free tickets for this year Berlin BTconf. In fact we were so lucky that this is our 3rd conference this autumn. What is it? It is a general front-end/web/design conference. This particular instance had an absolute minimum of slides with code. Do with that information what you will. Some may not be happy about overall softness of talk and topics, but there are definitely ideas worth sharing and pondering on. Ever since ViewSource 2016, where people were friendly, talks were perspective changing, food and drinks were plentiful and delicious, and last week of... <a class="read-more" href="beyond-tellerland-berlin-2016/">read more »</a>
</p></div>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="page/2/">Older Posts <span aria-hidden="true">→</span></a>
</nav>
</div>
<div class="container">
<footer id="footer" class="twelve columns">
<br>
<br>
<section class="copyright"><a href="index.html">The Abyss</a> <span style="font-size: .8em; font-weight: 600;"><a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">CC BY-NC-SA</a></span> 2017</section>
<br>
<br>
</footer>
</div> <!-- end footer div.container -->
<!-- end footer div.table-block -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.js"></script>
</body>