This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 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
merda
<!DOCTYPE html><html lang="en"><head><title>mokacoding</title><meta name="description" content="A blog about software testing, iOS development, automation, and productivity."><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"><!-- Open Graph meta tags--><meta property="og:title" content="mokacoding"><meta property="og:description" content="A blog about software testing, iOS development, automation, and productivity."><meta property="og:url" content="/"><meta property="og:type" content="article"><meta property="og:site_name" content="mokacoding"><meta property="og:image" content="https://s3.amazonaws.com/mokacoding/mokacoding_og_image.jpg"><!-- Twitter meta tags--><meta property="twitter:card" content="summary"><meta property="twitter:title" content="mokacoding"><meta property="twitter:site" content="@mokacoding"><meta property="twitter:creator" content="@mokagio"><!-- Stylesheets--><link href="/css/griddy.css" rel="stylesheet"><link href="/css/style.css" rel="stylesheet"><link href="/css/font-awesome.min.css" rel="stylesheet"><link href="/css/zenburn.css" rel="stylesheet"><!-- FavIcon--><!-- Thanks to https://www.favicon-generator.org/ & https://html2jade.org/--><link rel="apple-touch-icon" sizes="57x57" href="https://s3.amazonaws.com/mokacoding/apple-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="https://s3.amazonaws.com/mokacoding/apple-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="https://s3.amazonaws.com/mokacoding/apple-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="https://s3.amazonaws.com/mokacoding/apple-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="https://s3.amazonaws.com/mokacoding/apple-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="https://s3.amazonaws.com/mokacoding/apple-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="https://s3.amazonaws.com/mokacoding/apple-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="https://s3.amazonaws.com/mokacoding/apple-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="https://s3.amazonaws.com/mokacoding/apple-icon-180x180.png"><link rel="icon" type="image/png" sizes="192x192" href="https://s3.amazonaws.com/mokacoding/android-icon-192x192.png"><link rel="icon" type="image/png" sizes="32x32" href="https://s3.amazonaws.com/mokacoding/favicon-32x32.png"><link rel="icon" type="image/png" sizes="96x96" href="https://s3.amazonaws.com/mokacoding/favicon-96x96.png"><link rel="icon" type="image/png" sizes="16x16" href="https://s3.amazonaws.com/mokacoding/favicon-16x16.png"><link rel="manifest" href="https://s3.amazonaws.com/mokacoding/manifest.json"><meta name="msapplication-TileColor" content="#ffffff"><meta name="msapplication-TileImage" content="https://s3.amazonaws.com/mokacoding/ms-icon-144x144.png"><meta name="theme-color" content="#ffffff"><!-- SumoMe--><script src="//load.sumome.com/" data-sumo-site-id="dd80959300db03e20c8bc3dd899f1424fd764d261e6c3c41923c96482a270dba" async="async"></script></head><body><!-- Use this to render an extra header in special occasions--><div class="special-header"><div class="page"><div class="row-12"><div class="col-12"><p><!-- - Saving this for later and to avoid a `git revert`:markdown
[What is your biggest struggle right now with building software?](https://goo.gl/forms/lCLlJd9hqCUYoTME2)--><p><a href="https://tddinswift.com?utm_source=mokacoding-site&utm_campaign=coming-soon&utm_medium=sticky-header">Avilable Now: <strong>Test-Driven Development in Swift with SwiftUI and Combine</strong></a></p>
</p></div></div></div></div><div class="page"><div class="row-12"><div class="col-12 header"><h1 class="brand"><a href="/">mokacoding</a></h1><div class="punchline">unit and acceptance testing, automation, productivity</div><div class="links"><a href="/archive.html">Archive</a><a href="/tags.html">Tags</a><a href="https://gio.codes">About</a><a href="#subscribe">Subscribe</a><a href="/feed.xml"><i class="fa fa-rss"></i></a></div></div><div class="col-12"><!----><!-- This is how to have the latest post in the homepage--><!----><!--while post.tags.indexOf("Espresso") != -1 && index < posts.length - 1--><!-- - post = posts[index]--><!-- - index += 1--><!--include _post--><!--//- we have a post per page, no point in using pagination, just rely on the prev and next properties given by collection--><!--//- include _posts_list--><!--//- include _pagination--><div id="homepage-posts"><h2 id="hey-there-">Hey there 👋</h2>
<p>Hi I'm <a href="https://gio.codes">Gio</a>.
I'm a dad, and writer of software and words.
In this blog, I ramble about testing, automation, and productivity for software developers.</p>
<p>I'm pretty into TDD.
In fact, I wrote a whole book about it!
Check it out: <a href="https://tddinswift.com/"><em>Test-Driven Development in Swift with SwiftUI and Combine</em></a>.</p>
<p>Here's some posts you'll find interesting:</p>
<h3 id="test-driven-development">Test-Driven Development</h3>
<ul>
<li><a href="https://mokacoding.com/blog/if-youre-not-writing-tests-first-youre-missing-out">Why Test-Driven Development is valuable</a></li>
<li><a href="https://mokacoding.com/blog/step-by-step-tdd-in-swift-part-1">A step by step TDD in Swift introduction</a></li>
<li><a href="https://mokacoding.com/blog/swiftui-dependency-injection/">Dependency Injection in SwiftUI</a></li>
</ul>
<h3 id="xcode-productivity">Xcode Productivity</h3>
<ul>
<li><a href="https://mokacoding.com/blog/xcodebuild-destination-options/"><code>xcodebuild</code> destination cheatsheet</a></li>
<li><a href="https://mokacoding.com/blog/better-build-phase-scripts/">A guide to improve your Xcode build phase scripts</a></li>
<li><a href="https://mokacoding.com/blog/running-tests-from-the-terminal/">How to run the tests from the terminal</a></li>
</ul>
<h3 id="general-productivity">General Productivity</h3>
<ul>
<li><a href="https://mokacoding.com/blog/top-10-productivity-books">10 productivity books for software developers that are not about coding</a></li>
<li><a href="https://mokacoding.com/blog/where-to-start-to-become-more-productive">Where to start to become more productive</a></li>
<li><a href="https://mokacoding.com/blog/apps-and-tools-i-use/">Apps and tools I use</a></li>
</ul>
<h3 id="other-goodies">Other Goodies</h3>
<ul>
<li><a href="https://mokacoding.com/blog/symliks-in-git/">How to properly track symlinks in Git</a></li>
<li><a href="https://mokacoding.com/blog/functor-applicative-monads-in-pictures/">Functional Programing in Swift: Functor, Applicative, and Monad in pictures</a></li>
</ul>
</div></div></div><div class="row-12 footer"><div class="col-12"><h3><a href="/">mokacoding</a></h3></div><div id="copy" class="col-9"><p>Hi I'm <a href="https://gio.codes">Gio</a> I write here semi-regularly on software testing and TDD, productivity, and iOS development.</p>
<p><a href="mailto:[email protected]">Get in touch</a> if you're interested in working together.</p>
</div><div id="links" class="col-3"><p><i class="fa fa-twitter"></i> <a href="https://twitter.com/mokagio">@mokagio</a></p><p><i class="fa fa-github"></i> <a href="https://github.com/mokagio">mokagio</a></p></div></div></div></body><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43554041-1', 'auto');
ga('send', 'pageview');
</script><script>var toggle = function(elm){
var y = elm.style && elm.style.display ? elm.style.display : 'block';
if (y == 'block'){
elm.style.opacity='0';
setTimeout( function(){ elm.style.display = 'none'; }, 300 );
}
else {
elm.style.display='block';
setTimeout( function(){ elm.style.opacity = '1'; }, 10 );
}
}
document.getElementById('close').onclick = function(){
toggle(document.getElementById('sticky-header'));
toggle(document.getElementById('sticky-header-padding-hack'));
}</script></html>