-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
1 lines (1 loc) · 8.68 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous"/><link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/grids-responsive-min.css"/><link rel="stylesheet" href="/Pure/styles.css"/><link rel="stylesheet" href="/all.css"/></head><body><div id="layout" class="pure-g"><div><div class="pure-menu pure-menu-horizontal pure-u-1-1 top-header"><a class="pure-menu-heading" href="/">Home</a><ul class="pure-menu-list"><li class="pure-menu-item"><a class="pure-menu-link" href="/about">About</a></li></ul></div></div><div class="sidebar pure-u-1 pure-u-md-1-4"><div class="header"><div id="layout" class="pure-g"><div class="author__avatar"><img src="https://avatars2.githubusercontent.com/u/29355828?s=400&u=8a4658d2d5d4b601e9246f9c77d61cd80b78d848&v=4"/></div><div class="pure-u-md-1-1 pure-u-3-4"><h1 class="brand-title">Laurent Brusa</h1><h3 class="brand-tagline">iOS Developer</h3></div></div><div id="layout" class="pure-g"><div class="pure-u-md-1-1"><a href="https://goo.gl/maps/Ciy1Bxq9EA9JiUgs9"><i class="fas fa-map-marker-alt l-box"></i><a class="social-media" href="https://goo.gl/maps/Ciy1Bxq9EA9JiUgs9">Berlin, Germany</a></a></div><div class="pure-u-md-1-1"><a href="https://github.com/multitudes/portfolio/blob/master/README.md"><i class="fas fa-pepper-hot l-box"></i><a class="social-media" href="https://github.com/multitudes/portfolio/blob/master/README.md">Portfolio</a></a></div><div class="pure-u-md-1-1"><a href="https://www.linkedin.com/in/laurentbrusa"><i class="fab fa-linkedin l-box"></i><a class="social-media" href="https://www.linkedin.com/in/laurentbrusa">LinkedIn</a></a></div><div class="pure-u-md-1-1"><a href="https://github.com/multitudes"><i class="fab fa-github-square l-box"></i><a class="social-media" href="https://github.com/multitudes">GitHub</a></a></div><div class="pure-u-md-1-1"><a href="https://twitter.com/wrmultitudes"><i class="fab fa-twitter-square l-box"></i><a class="social-media" href="https://twitter.com/wrmultitudes">Twitter</a></a></div></div></div></div><div class="content pure-u-1 pure-u-md-3-5 pure-u-xl-6-10"><div class="posts"><h1 class="content-subhead">Recent posts</h1><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/Covid19">Covid-19, Ihre Gemeinschaft und Sie - eine datenwissenschaftliche Perspektive</a></h2><p class="post-meta">10 March 2020<div class="post-tags"><a class="post-category post-category-data science" href="/tags/data-science">Data Science</a><a class="post-category post-category-fastai" href="/tags/fastai">FastAI</a><a class="post-category post-category-translation" href="/tags/translation">Translation</a></div></p></header><div class="post-description"><p>Covid-19, Ihre Gemeinschaft und Sie - eine datenwissenschaftliche Perspektive - Übersetzung des Artikels von Jeremy Howard und Rachel Thomas ins Deutsche</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/ProgrammaticUISetup">UITabbar: Comparing storyboards vs programmatic setup</a></h2><p class="post-meta">1 February 2020<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-swift" href="/tags/swift">swift</a><a class="post-category post-category-xcode" href="/tags/xcode">Xcode</a><a class="post-category post-category-tutorial" href="/tags/tutorial">tutorial</a><a class="post-category post-category-beginner" href="/tags/beginner">beginner</a></div></p></header><div class="post-description"><p>A comparison about setting up a tabbar with storyboards vs programmatic.</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/Delegates-Protocols">Delegate Pattern in Swift easy explained</a></h2><p class="post-meta">25 January 2020<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">developer</a><a class="post-category post-category-xcode" href="/tags/xcode">Xcode</a><a class="post-category post-category-tutorial" href="/tags/tutorial">tutorial</a></div></p></header><div class="post-description"><p>Delegation is a very common Design Pattern in iOS. For beginners can be a bit difficult to understand at first. Here is a quick rundown to get it working quicky.</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/What I learned from the AoC for Swift Playgrounds">What I learned from doing the Advent of Code 2019</a></h2><p class="post-meta">27 December 2019<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">Developer</a><a class="post-category post-category-swift" href="/tags/swift">Swift</a><a class="post-category post-category-challenges" href="/tags/challenges">Challenges</a><a class="post-category post-category-2019" href="/tags/2019">2019</a></div></p></header><div class="post-description"><p>I did many tutorials with Swift before and the experience has always been guided. Of course, it has to be like this, nothing wrong with the tutorials. It is just that I never really did put into practice what I was learning. The advent of code has allowed me to approach and deal with problems. I was almost about to say real-world problems, but really to rescue Santa cannot be considered a real-world problem, can it?</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/Introducing ARKit3">Introducing ARKit3</a></h2><p class="post-meta">6 July 2019<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">developer</a><a class="post-category post-category-augmentedreality" href="/tags/augmentedreality">AugmentedReality</a></div></p></header><div class="post-description"><p>This is a recap of Apple Developer Keynote's talk at WWDC2019 for my own enjoyment and learning</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/Intro to ARKit with a simple Unity tutorial">Intro to ARKit in Unity with a simple tutorial</a></h2><p class="post-meta">20 April 2019<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">developer</a><a class="post-category post-category-augmentedreality" href="/tags/augmentedreality">AugmentedReality</a></div></p></header><div class="post-description"><p>During my internship I used ARKit in Xcode as native framework, however in some cases it is good to know your way in Unity too. This is a a simple tutorial for ARKit 2.0 in Unity</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/How to Enable Wireless Building to Your Phone or iPad in Xcode">How to Enable Wireless Building in Xcode</a></h2><p class="post-meta">9 April 2019<div class="post-tags"><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">developer</a><a class="post-category post-category-xcode" href="/tags/xcode">Xcode</a><a class="post-category post-category-tutorial" href="/tags/tutorial">tutorial</a></div></p></header><div class="post-description"><p>Many folks dont know or forgot about this interesting feature of Xcode: Wireless Building on device.</p></div></section><section class="post"><header class="post-header"><h2 class="post-title"><a href="/posts/Regular Expressions Primer">Regular Expressions Primer</a></h2><p class="post-meta">17 January 2019<div class="post-tags"><a class="post-category post-category-regex" href="/tags/regex">regex</a><a class="post-category post-category-ios" href="/tags/ios">iOS</a><a class="post-category post-category-developer" href="/tags/developer">developer</a><a class="post-category post-category-tutorial" href="/tags/tutorial">tutorial</a></div></p></header><div class="post-description"><p>Regular Expressions are one of the most powerful way of using programming languages and I will give here a brief introduction.</p></div></section></div></div><div class="footer pure-u-1"><div class="pure-u-1">© 2020 Laurent Brusa</div><div class="pure-u-1">Generated using <a href="https://github.com/johnsundell/publish">Publish</a>. Written in Swift</div><div class="pure-u-1"><a href="/feed.rss">RSS feed</a></div></div></div></body></html>