finished the header

This commit is contained in:
Nuno Coração 2022-09-11 17:20:31 +01:00
parent ae6d0d5dfb
commit 667a181028
120 changed files with 1436 additions and 351 deletions

View file

@ -1427,10 +1427,6 @@ select {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.order-first {
order: -9999;
}
@ -1606,10 +1602,6 @@ select {
height: 9rem;
}
.max-h-\[10rem\] {
max-height: 10rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@ -1674,10 +1666,6 @@ select {
max-width: 48rem;
}
.max-w-\[10rem\] {
max-width: 10rem;
}
.max-w-\[5rem\] {
max-width: 5rem;
}
@ -3330,16 +3318,16 @@ body:has(#menu-controller:checked) {
padding-right: 3.5rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
@ -3387,12 +3375,6 @@ body:has(#menu-controller:checked) {
justify-content: flex-start;
}
.md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:p-\[10vh\] {
padding: 10vh;
}

View file

@ -24,6 +24,8 @@ if (document.documentElement.getAttribute("data-auto-appearance") === "true") {
window.addEventListener("DOMContentLoaded", (event) => {
const switcher = document.getElementById("appearance-switcher");
const switcherMobile = document.getElementById("appearance-switcher-mobile");
if (switcher) {
switcher.addEventListener("click", () => {
document.documentElement.classList.toggle("dark");
@ -37,4 +39,17 @@ window.addEventListener("DOMContentLoaded", (event) => {
localStorage.removeItem("appearance");
});
}
if (switcherMobile) {
switcherMobile.addEventListener("click", () => {
document.documentElement.classList.toggle("dark");
localStorage.setItem(
"appearance",
document.documentElement.classList.contains("dark") ? "dark" : "light"
);
});
switcherMobile.addEventListener("contextmenu", (event) => {
event.preventDefault();
localStorage.removeItem("appearance");
});
}
});

View file

@ -1,7 +1,6 @@
var fuse;
var showButton = document.getElementById("search-button");
var showButtonBasic = document.getElementById("search-button-basic");
var showButtonHamburger = document.getElementById("search-button-hamburger");
var showButtonMobile = document.getElementById("search-button-mobile");
var hideButton = document.getElementById("close-search-button");
var wrapper = document.getElementById("search-wrapper");
var modal = document.getElementById("search-modal");
@ -15,8 +14,7 @@ var hasResults = false;
// Listen for events
showButton? showButton.addEventListener("click", displaySearch) : null;
showButtonBasic? showButtonBasic.addEventListener("click", displaySearch) : null;
showButtonHamburger? showButtonHamburger.addEventListener("click", displaySearch) : null;
showButtonMobile? showButtonMobile.addEventListener("click", displaySearch) : null;
hideButton.addEventListener("click", hideSearch);
wrapper.addEventListener("click", hideSearch);
modal.addEventListener("click", function (event) {

View file

@ -15,8 +15,8 @@ enableCodeCopy = true
# mainSections = ["section1", "section2"]
# robots = ""
[header]
layout = "basic" # valid options: basic, hamburger, hybrid, custom
#[header]
# layout = "basic" # valid options: basic, hamburger, hybrid, custom - no more choice
[footer]
showCopyright = true

BIN
exampleSite/.DS_Store vendored

Binary file not shown.

View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View file

@ -1,27 +0,0 @@
function switchHomeLayout() {
const pageDiv = document.getElementById("page");
const profileDiv = document.getElementById("profile");
const layoutCode = document.querySelectorAll("code[id=layout]");
if (pageDiv.style.display === "none") {
pageDiv.style.display = "block";
profileDiv.style.display = "none";
layoutCode.forEach(function (el) {
el.innerText = "page";
});
} else {
pageDiv.style.display = "none";
profileDiv.style.display = "block";
layoutCode.forEach(function (el) {
el.innerText = "profile";
});
}
}
window.addEventListener("DOMContentLoaded", (event) => {
document.querySelectorAll("#switch-layout-button").forEach((button) =>
button.addEventListener("click", function (e) {
e.preventDefault();
switchHomeLayout();
})
);
});

View file

@ -3,11 +3,22 @@
# https://jpanther.github.io/congo/docs/getting-started/
theme = "blowfish"
baseURL = "https://github.com/nunocoracao/blowfish"
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 15
summaryLength = 0
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
googleAnalytics = "G-XXXXXX"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]

View file

@ -1,25 +1,67 @@
languageCode = "en-au"
languageName = "English (Australia)"
displayName = ":flag-au:"
isoCode = "en-AU"
languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
title = "Congo"
# logo = "img/logo.jpg"
description = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
copyright = "© 2022 Congo contributors"
title = "Blowfish"
logo = "img/blowfish_logo_transparent.png"
description = "Product | Nuno Coração"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "2 January 2006"
[author]
name = "Congo"
image = "img/author.jpg"
headline = "Not your ordinary theme!"
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "Product @ Docker"
bio = "A little bit about you and me"
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
{ linkedin = "https://linkedin.com/in/nunocoracao" },
{ twitter = "https://twitter.com/nunocoracao" },
{ medium = "https://medium.com/@nunocoracao" },
{ github = "https://github.com/nunocoracao" },
{ goodreads = "http://goodreads.com/nunocoracao" },
#{ reddit = "https://reddit.com/user/nunoheart" },
#{ hackernews = "https://news.ycombinator.com/user?id=nunocoracao"},
#{ telegram = "https://t.me/nunocoracao" },
#{ keybase = "https://keybase.io/nunocoracao" },
#{ instagram = "https://instagram.com/nunocoracao" },
#{ music = "/music" },
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
]

View file

@ -11,31 +11,46 @@
# ordered by weight from lowest to highest.
[[main]]
name = "Docs"
pageRef = "docs"
name = "About"
pageRef = "about"
weight = 10
[[main]]
name = "Samples"
pageRef = "samples"
name = "Posts"
pageRef = "posts"
weight = 20
[[main]]
name = "Users"
pageRef = "users"
name = "Resume"
pageRef = "resume"
weight = 30
[[main]]
name = "GitHub"
url = "https://github.com/jpanther/congo"
name = "Music"
pageRef = "music"
weight = 40
[[main]]
name = "Docs"
pageRef = "docs"
weight = 50
#[[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 90
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20

View file

@ -1,3 +0,0 @@
[hugoVersion]
extended = false
min = "0.86.1"

View file

@ -5,19 +5,16 @@
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
colorScheme = "ocean"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
mainSections = ["samples"]
mainSections = ["posts", "suggest", "external"]
# robots = ""
[header]
layout = "basic" # valid options: basic, hamburger, custom
[footer]
showCopyright = true
showThemeAttribution = true
@ -25,8 +22,8 @@ mainSections = ["samples"]
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
@ -35,26 +32,26 @@ mainSections = ["samples"]
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
editURL = "https://github.com/nunocoracao/homepage/tree/main/content"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showWordCount = false
showComments = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
showTaxonomies = false
showWordCount = true
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
[list]
showBreadcrumbs = true
showBreadcrumbs = false
showSummary = false
showTableOfContents = true
groupByYear = false
showTableOfContents = false
groupByYear = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
excludedKinds = []
[taxonomy]
showTermCount = true

View file

@ -1 +0,0 @@
tag = "tags"

Binary file not shown.

View file

@ -0,0 +1,28 @@
---
title: "About"
date: 2022-06-13T20:55:37+01:00
draft: false
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
showEdit: false
---
Ive been building and shipping products across multiple roles and industries, from video streaming applications to API platforms. As a product person, my main goal is to understand my users and their specific needs, in order to deliver a product that truly improves their lives.
Ive worked for several years in big companies and recently decided to trade that for the opportunity of working in smaller teams. Definitely prefer the latter where one can succeed/fail faster, learn faster, and overall have a way bigger impact.
Currently, I am focused on improving the lives of developers worldwide. Im trying to write more about my previous experiences / random thoughts and would love to gather your feedback on it. I also love to dedicate my time to helping and mentoring other PMs or people that want to get into product.
Recently Ive also joined AWS Loft to help Startups and their founders with their product strategy.
Feel free to reach out.

View file

@ -0,0 +1,24 @@
---
title: "Mentor"
date: 2022-06-19T13:08:25+01:00
draft: true
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
showEdit: false
---
Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas Lorem ipsum alkdas
<a target="_blank" href="https://mentorcruise.com/mentor/nunocorao/"> <img src="https://cdn.mentorcruise.com/img/banner/navy-mentoring-badge.svg" width="60%" alt="MentorCruise"> </a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -0,0 +1,155 @@
---
title: "Music"
date: 2022-06-13T20:55:37+01:00
draft: false
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
showEdit: false
#groupByYear : false
---
I started learning music by myself at the age of 14. I play several instruments and I love to record, compose and produce my own music. I've been releasing my songs under the name "Doppler Effect" in the usual streaming services. Here are the links if you want to listen.
<table>
<thead>
<tr>
<th>Cover</th>
<th>Title</th>
<th>Released</th>
<th>Listen</th>
</tr>
</thead>
<tbody>
<tr>
<td><img class="customEntitityAlbum" src="rememberanewday.jpg"/></td>
<td>Remember a New Day</td>
<td>August 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/5KZGKWYIBww70J6rz2jm1T" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/remember-a-new-day-single/1640595126" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=jBgaGEqQfsA&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="teardrop.jpg"/></td>
<td>Teardrop</td>
<td>July 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/1CAAuiNatcDro7RXqYtZ7p" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/teardrop-single/1634107645?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=oKlrh6rPe60&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="thedevildancestonight.jpg"/></td>
<td>The Devil Dances Tonight</td>
<td>July 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/13NRJerObn3XkO0a9BW0Hg" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/the-devil-dances-tonight-single/1632730018?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=yQC9q_Rfa08&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="bellucciscatwalk.jpg"/></td>
<td>Bellucci's Catwalk</td>
<td>June 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/2wmxlKs9l3347wFxVGwpZk" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/belluccis-catwalk-single/1631761744?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=AwL9atrr09c&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="anotherbeginning.jpg"/></td>
<td>Another Beginning</td>
<td>June 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/6nxdu1GBeAY4LhLr8KCsA1" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/another-beginning-single/1630185036?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=iLVVzl8txQQ&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="blueingreen.jpg"/></td>
<td>Blue in Green</td>
<td>June 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/0mh8g7sHCvTvfGEIVE8Wha" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/blue-in-green-single/1629997649?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=Q9l6kdWqX6c&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="dreamingincolor.jpg"/></td>
<td>Dreaming in Color</td>
<td>January 2022</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/4zQwVn1wQi33zrmboXKrI7" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/dreaming-in-color-single/1606643290?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=dej82HdMr3U&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="sweetjune.jpg"/></td>
<td>Sweet June</td>
<td>September 2021</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/2rX5ywEwm0s2zGH4Dw35R9" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/sweet-june-single/1587364431?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=tb1CabbQ1Qk&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="walkingmiles.jpg"/></td>
<td>Walking Miles</td>
<td>April 2021</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/3mGMFvaQu9BXVM9dy9Wwmu" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/walking-miles-single/1565224271?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=ntao-6A-FCI&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="addifferentkindoftango.jpg"/></td>
<td>A Different Kind of Tango</td>
<td>April 2021</td>
<td style="display:flex">
<a href="https://open.spotify.com/track/7uEq5gAKSYZjjACRml4SY6?si=cce2bf5125ee4c49" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/a-different-kind-of-tango/1562606125?i=1562606126" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=W7n-pzgbIJo&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="burka.jpg"/></td>
<td>Burka</td>
<td>April 2021</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/0hnBrTrX4UM9bTMhgyG3Q4" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/burka-single/1562597857?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=3Ab7Q9kBwD8&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
<tr>
<td><img class="customEntitityAlbum" src="smokingwithaninja.jpg"/></td>
<td>Smoking with a Ninja</td>
<td>April 2021</td>
<td style="display:flex">
<a href="https://open.spotify.com/album/4PPNMtZgKRBwwunx5hc9Om" target="_blank"><img class="customPlay nozoom" src="spotify.svg.png"/></a>
<a href="https://music.apple.com/us/album/smoking-with-a-ninja-single/1562510115?uo=4&app=music&at=1001lry3&ct=dashboard" target="_blank"><img class="customPlay nozoom" style="background-color: rgb(30, 41, 59);" src="apple.png"/></a>
<a href="https://www.youtube.com/watch?v=eekx9ubxxnk&list=PL1-ZPcIDJHfwFvRKJt0JXibfp1XV8LM70" target="_blank"><img class="customPlay nozoom" src="youtube.png"/></a>
</td>
</tr>
</tbody>
</table>

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -0,0 +1,90 @@
---
title: "The Future of the Nintendo Switch"
description: "Nintendo achieved something truly amazing with the launch of the Switch. It was able to disrupt itself and the entire gaming industry while saving itself from doom. How exactly was Nintendo able to do it and what comes next in that story?"
summary: "Nintendo achieved something truly amazing with the launch of the Switch. It was able to disrupt itself and the entire gaming industry while saving itself from doom. How exactly was Nintendo able to do it and what comes next in that story?"
categories: ["Strategy", "Product"]
tags: ["Strategy", "Product", "Nintendo", "Switch", "Disruption"]
#externalUrl: ""
showSummary: true
date: 2021-09-09
draft: false
---
<img src="feature.jpeg"/>
Nintendo achieved something truly amazing with the launch of the Switch. It was able to disrupt itself and the entire gaming industry while saving itself from doom. How exactly was Nintendo able to do it and what comes next in that story?
## A Little History...
<img src="supernintendo.jpg"/>
Nintendo is a Japanese multinational consumer electronics and video game company with headquarters in Kyoto, Japan. In its annual report for 2021, the company reported a revenue of $16 billion (¥1,759 trillion) and it currently employs around six thousand people around the world across several different business units.
Nintendo was founded in 1889 as a company that produced and distributed hanafuda, a traditional Japanese card game. During the first half of the 1900s, the company tried to diversify into several different markets with little to no success (e.g. instant rice, love hotels, and a taxi service). During the 60s to 80s, Nintendo started investing in games, electronic toys, and gaming entertainment.
All of these investments culminated in the 90s with the launch of the Super Nintendo Entertainment System which sold around 50 million units worldwide and helped the company enter the US market. By then Nintendo had built several valuable assets in hardware, software, and intellectual property (including the most famous plumber that ever lived, Mario).
After the Super Nintendo, the company continued to release new games and gaming devices throughout the 90s and into the 00s, including the Gameboy, Nintendo 64, GameCube, and the Wii in 2006, which contributed to make Nintendo a force to be reckoned in the gaming industry with net sales that peaked at $18 billion in 2009.
<img src="netsales.png">
In 2010, the previous generation of hardware Wii was approaching the end of its life cycle and coincidentally the companys annual net sales started dropping. At the end of 2012 the company launched its next-generation gaming console that would replace the Wii, the Wii U. However, the Wii U was a commercial failure and never got a real foothold in the console market selling less than 15 million units worldwide. The platform was described as expensive, confusing and was never able to attract support from either hardcore nor casual customers leading to Nintendo's sales eventually plummeting to just $4 billion in 2017.
2017 was also the same year the company was able to disrupt itself and the entire gaming industry with the launch of the Nintendo Switch which until today sold more than 89 million units worldwide, led to a reported $16 billion net sales in 2021, and ultimately contributed to save Nintendo and establish it once again as one of the biggest players in the game industry.
## The Switch's Disruption
<img src="console.jpeg">
The Switch entered the market as the first console that was built from the ground up to provide a hybrid experience between mobile and living room gaming (or at least the first one that was actually able to deliver that experience). This hybrid setup allowed Nintendo to create different gaming modes from connecting the Switch to a TV using a dock, to connecting the controls to the main unit and taking it to play on the go. Additionally, the actual remote of the console can be used as two separate controlling devices which allows two players to enjoy a game at once. All these different modes and combinations made the switch a super attractive console for families and casual gamers since it was an affordable and flexible option when compared to the rest of the hardware available.
A problem that Nintendo had to solve was the fact that launching a gaming console entails an interdependency between the actual hardware and its games. Or in other words, a console is only as valuable as the catalog of games available for it. To solve this problem, Nintendo adopted an integrated strategy in order to launch the Switch with a great catalog of games focusing on the same segment that the hardware features of the console were targeting. Nintendo developed several of the initial games and leveraged its valuable intellectual property of characters and stories to sell the Switch i.e. Mario, Zelda, etc.
The Switch is a traditional example of a new-market disruption. Nintendo was targeting casual gamers (non-consumption for the traditional gaming industry) by offering a product that was inferior when compared to the other consoles in the market using the metrics from that time (graphics power, storage, etc) but superior when using the new set of metrics important to the new segment (fun, flexible, casual, affordable, etc). The fact that the Switch was not a super powerful device led to Sony and Microsoft not seeing Nintendo as a real competitor since their performance metrics were focused on high-end gamers and AAA titles. This created an asymmetric motivation, meaning that the incumbent companies simply conceded that market to Nintendo as it was not interesting for them. Ultimately, Nintendo gained market share with the Switch selling over 80 million units worldwide. At the moment other players still do not have the incentives to compete in that market and even if they did, they would not be able to because neither of them is competing on the same performance metrics as the Switch nor with the same organization and business structure that would allow them to succeed.
<img src="lite.png">
In July 2019, Nintendo decided to launch a cheaper version of the product called the Switch Lite, this was a clear example of the company disrupting itself. Namely, Nintendo created a low-end disruption over its own product by creating a cheaper “good enough” product that targets over-served customers of the original Switch. This created a strong foothold on the low-end market for video games which is hard to compete against.
Currently, Nintendo and the Switch are in a phase of sustaining innovation where incremental performance improvements in attributes are provided to the more valuable/demanding customers in the market. The proof of this is the next version of the console, due to launch in October 2021, the Nintendo Switch OLED, which is basically the same as the current Switch with a bigger screen, bigger battery, and more internal storage. This makes complete sense from a strategic point of view, after defining and deploying such a successful product, Nintendo is focusing on a deliberate strategy to grow its market share and meet the needs of its best customers in order to beat the competition, not that there is actually one at the time.
## What's Next for Nintendo and the Switch?
<img src="olde.jpeg">
Currently, the Switch is already the 7th best selling console of all time and the 2nd best selling handheld gaming device of all time with 89 million units sold worldwide. Considering just the consoles still in the market, the Switch has already become the number 2 device in just 4 years.
<img src="chart.png">
It is expected that, for the time being, Nintendo will retain its position in the market and keep evolving the Switch and its ecosystem with new incremental improvements. Companies like Sony and Microsoft which are targeting the high-end gamer segment will not be able to compete with Nintendo due to the humongous differences in the structures of their businesses and organization. Moreover, the other organizations also do not have any incentive to try to compete in the same market as Nintendo because, from their point of view, it is a lower margin market than the one they already have which creates an asymmetric motivation for them to flee up, conceding the low-end without fighting over it. Finally, Nintendo will have a huge advantage over new competitors that tackle its segment and it has every motivation to fight the entrance of new players into its space.
However, there are still points that might require course correction to avoid potential future problems. The first one is the lack of traction from other game developers and publishers in respect to the Switch. Looking at the list of the top 10 best-selling games for the platform only 2 were not developed by Nintendo or one of its subsidiaries. The Switch developer experience has a low barrier to entry (each dev kit costing around $450) but there is a 30% “tax” on each game sold taken from the developers/publishers by Nintendo. The company could potentially look at their developer relationships and explore ways to improve the business model to get a bigger catalog of games faster. A couple of examples would be to help promote games via their channels, or the creation of an indie games program to help and promote smaller companies. Ultimately, this means that in order to grow Nintendo needs to move away from its integrated strategy into a specialized one where it focuses on the most important pieces of the system and in delivering it perfectly i.e. the console, the store, and its IP. But for that, it needs to ensure the right level of modularity so that other developers and publishers can thrive in that space.
Another issue with the Switch is the lack of non-gaming applications available in the device that leads to a clash with the main Job-To-Be-Done for the product, “I want entertainment for me and my family”. The Switch has the potential to be the central hub for family entertainment, however, only three video streaming applications are available on the platform: Hulu, Youtube, and Funimation. Working with companies that provide other types of entertainment like Netflix and Disney and helping them launch those services on the Switch would be a great opportunity for Nintendo to improve the feature set of the device and better serve its users.
<img src="netflix.jpeg">
Regarding the future, Nintendo is clearly betting on game streaming as a way to move up in the market and disrupt yet again the other players. This would be a great technology to drive the next round of low-end disruption by offering a cheaper way to play AAA games without having to own expensive hardware and upgrade it every one or two years. However, creating its own streaming service might not be the best strategy, Nintendo should look into making its system more modular and potentially partnering with other companies like Google Stadia to get access to streaming capabilities and an existing catalog of games right away.
Ultimately, the common factor across all of Nintendos decisions and actions has been the ability to focus on understanding and delivering against the underlying Job-To-Be-Done for its customers. The company was able to understand that the gaming experience could solve the problem (or “job”) of family or party entertainment as well as the standard problems customers hire a gaming device to solve (i.e. play games). By organizing the entire company around these jobs, Nintendo created the ability to target non-consumption and attract a completely different segment of users to its products. Moreover, by implementing an integrated strategy that delivered new hardware, developed new games, and leveraged family-friendly characters known around the world, Nintendo was able to deliver a perfect solution for the job and completely disrupt the gaming industry. In my view, this relentless focus on the customer and how to best solve its problem is why Nintendo has become a Purpose Brand that focuses on providing great family fun and entertainment using technology.
<img src="end.jpeg">
## References
[Henderson, Rik. “What is Nintendo Switch Cloud Streaming, how does it work and what Cloud Version games are there?” Pocket-Lint](https://www.pocket-lint.com/games/news/nintendo/155391-nintendo-switch-cloud-version-streaming-explained-games-list)
[Herold, Charles. “10 Reasons the Wii U Was a Failure.” Lifewire.](https://www.lifewire.com/reasons-the-wii-u-is-a-failure-2498588)
[Nintendo. “Nintendo Annual Report FY 2021.”](https://www.nintendo.co.jp/ir/pdf/2021/annual2103e.pdf)
[Orland, Kyle. “What the “OLED Model” means for the future of Nintendo Switch.” ARS Technica.](https://arstechnica.com/gaming/2021/07/what-the-oled-model-means-for-the-future-of-nintendo-switch/)
[Peckham, Matt. “19 Things Nintendo's President Told Us About Switch and More.” Time.](https://time.com/4662446/nintendo-president-switch-interview/)
[Statista. “Nintendo's net sales from fiscal 2008 to 2021.”](https://www.statista.com/statistics/216622/net-sales-of-nintendo-since-2008/)
[Wikipedia. “List of best-selling game consoles.”](https://en.wikipedia.org/wiki/List_of_best-selling_game_consoles)
[Wikipedia. “List of best-selling Nintendo Switch video games.”](https://en.wikipedia.org/wiki/List_of_best-selling_Nintendo_Switch_video_games)

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View file

@ -0,0 +1,347 @@
---
title: "How I Created My Homepage (for free) Using Docker, Hugo, and Firebase"
description: "Currently, there are several solutions to build and host your personal website. I wanted to challenge myself to see if I could do it with the same set of features as some of the paid solutions out there and for free. Here are the results."
summary: "Currently, there are several solutions to build and host your personal website. I wanted to challenge myself to see if I could do it with the same set of features as some of the paid solutions out there and for free. Here are the results."
categories: ["Development", "Tutorial"]
tags: ["Development", "Environment", "Tutorial", "Hugo", "Congo", "Docker", "VSCode", "Go"]
#externalUrl: ""
showSummary: true
date: 2022-06-27
draft: false
---
<img style="box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.6);" src="feature.png"/>
## TL;DR
Currently, there are several solutions to build and host your personal website. I wanted to challenge myself to see if I could do it with the same set of features as some of the paid solutions out there and for free. Here are the results.
## Why would a PM build their own homepage from scratch…
A couple of months ago I decided that I wanted to start writing more in order to a) exercise my writing skills and b) get feedback on some of my ideas. With this goal in mind, I started researching tools/platforms that would help me publish without creating too much friction for me, or for the people wanting to read what I have to say e.g. having to pay. Ultimately I decided upon creating my own website.
I had a couple of reasons for wanting to try this:
- challenge me to see if I, a previous software engineering student, could still bodge something together that would work and feel good about not having forgotten everything I ever learned about programming,
- find a flexible free solution that would allow me to kickstart my website without investing money right away into it, aka avoiding operational costs with platforms and services that would lock me in the future,
- have my content hosted in a place that will not require people to pay for reading it,
- play around with <a target="_blank" href="https://docs.docker.com/desktop/dev-environments/">Docker's developer environments</a> and <a target="_blank" href="https://github.com/microsoft/vscode-dev-containers">Microsoft's developer containers</a> to get myself familiar with both solutions.
## Lets get started…
After some research, I decided to choose a website generator framework and a free hosting service. For the website framework, I choose <a target="_blank" href="https://gohugo.io">Hugo</a> with <a target="_blank" href="https://github.com/jpanther/congoand">Congo</a> as the theme, and for the hosting service <a target="_blank" href="https://firebase.google.com">Firebase</a>. And for obvious reasons, I decided to set up my development environment using <a target="_blank" href="https://www.docker.com">Docker</a> in order to put myself in the user's shoes for this experiment.
I didn't go into a deep analysis of which framework was the best for my problem as I wanted to get an MVP out fast so I went through a couple of options and picked the first one that I liked. There are several other options with different features and approaches from the one I picked. If you want to explore other options these are some you can explore: <a target="_blank" href="https://docusaurus.io/">Docussaurus</a>, <a target="_blank" href="https://www.gatsbyjs.com/">Gatsby</a>, <a target="_blank" href="https://jekyllrb.com/">Jekyll</a>, <a target="_blank" href="https://ghost.org/">Ghost</a>, and even <a target="_blank" href="https://wordpress.com/">WordPress</a>. The same is applicable to the hosting part, even though I chose <a target="_blank" href="https://firebase.google.com/">Firebase</a> there are other solutions like <a target="_blank" href="https://pages.cloudflare.com/">Cloudflare Pages</a>, <a target="_blank" href="https://pages.github.com/">GitHub Pages</a>, <a target="_blank" href="https://www.digitalocean.com/">Digital Ocean</a>, <a target="_blank" href="https://www.netlify.com/">Netlify</a>, <a target="_blank" href="https://vercel.com/">Vercel</a>, and others that you might consider exploring. If you have any suggestions for this guide feel free to reach out, always happy to chat and learn.
## Tools
For this guide, I will use the following tools, which should be installed on your machine. Here is a small explanation of what each component is going to be used for and a link to the installation instructions.
- **Docker** - I will use Docker to configure a development environment for this project so that we can skip the need to install all the software required to run Hugo and Firebase CLI i.e. cURL, Go, Hugo, Node, NPM, etc. This will allow you to start from a git repository, start the environment and go straight into writing code instead of spending hours figuring out how to install a specific compiler for your CPU architecture. <a target="_blank" href="https://www.docker.com/get-started/">Install Docker</a>
- **Visual Studio Code** - I'm using Visual Studio Code as my code editor at the moment, and all the material in the guide assumes that this is what you're using. If you have a different preference youll need to adapt some parts of this guide to achieve the same results. <a target=”_blank” href="https://code.visualstudio.com/">Install Visual Studio Code</a>
## Setup the Development Environment
Let's start by configuring your development environment using <a target="_blank" href="https://www.docker.com">Docker</a>. This will allow you to create a container with all the tools you need inside of it without having to mess with your system configurations. Moreover, it will also make it easier to just delete the container and rebuild it whenever you need it instead of keeping old versions of software you don't require daily in your personal machine.
{{< alert >}}
Note: If you just want to clone a repo with the final skeleton feel free to clone <a target="_blank" href="https://github.com/nunocoracao/homepage-hugo-congo">this repo</a> and skip to the deploy section
{{</ alert >}}
I'll provide two ways of setting up your development environment feel free to choose the one you prefer or try both to explore the differences between them. Both options rely on a `Dockerfile` built by me which uses `klakegg/hugo:0.93.2-ubuntu` as the base image, even though this is not Hugo's official image (since there isn't one at the moment) it's the one <a target="_blank" href="https://gohugo.io/getting-started/installing/#docker">recommended on their website,</a>.
### Using Docker
To spin up a Dev Environment just open Docker Dashboard and select the "Dev Environments" tab on the left. If you don't have any dev environments setup select "Create New Environment" otherwise use the button on the upper right side "Create". Proceed to the setup step.
<img src="devenvs/step2.png"/>
Here choose the "Existing Git repo" option and use the following GitHub URL:
```
https://github.com/nunocoracao/homepage-kickstart
```
{{< alert >}}
**Note:** If you clone the repo locally you can also start from the local folder
{{< /alert >}}
Once the container is running you should see something similar to the images below.
<img style="float: left" width="50%" src="devenvs/step4.png"/>
<img style="float: left" width="50%" src="devenvs/step5.png"/>
In both situations, you will be able to see and click the button "Open in VSCode" which will open the editor and will allow you to start working. From there open a terminal and proceed to [create the site skeleton](#create-site-skeleton)
### Using Visual Studio Code
Start by cloning the GitHub repository with the development environment configurations.
```
git clone https://github.com/nunocoracao/homepage-kickstart
```
This method requires the installation of an extra VSCode extension in order to spin up the containers. Please search for **Remote - Containers** and install the extension to continue this guide.
After successfully installing the extension, open your source folder in VSCode and open the “Remote - Containers” extension panel on the left. Select "Open Folder in Container" to spin up a container with the development environment.
<img src="setup/extension.png"/>
Wait a couple of minutes while the image is built. Docker is creating an image with all the required software for the development of the website. This will only happen the first time you spin the environment.
<img src="setup/imagebuild.png"/>
Once the image is built, VSCode will spin the container and will place your working environment inside of it (information available in the bottom left corner of the window). You now have a development environment with Go, Hugo, Firebase CLI, and all the tools you will need for this guide. Just open a new terminal and youre ready to begin creating your site.
<img src="setup/newterminal.png"/>
### ...but I really want to run everything locally
If you either prefer or need to run your environment locally follow the guides below to install everything you need for your setup:
- **Homebrew** - <a target="_blank" href="https://brew.sh/">Install homebrew</a>
- **Hugo** - <a target="_blank" href="https://gohugo.io/getting-started/installing/">Install Hugo</a>
- **Node.js and NPM** - <a target="_blank" href="https://nodejs.org/en/download/">Install node.js & NPM</a> (easier to install Firebase CLI)
- **Firebase CLI** - <a target="_blank" href="https://firebase.google.com/docs/cli#install_the_firebase_cli">Install Firebase CLI</a>
## Create Site Skeleton
Now that we have a development environment running the first step is to create the base version of your website. For this lets use **Hugo** to generate the folder template and configuration files we need by running the following command (`--force` parameter is required to run Hugo on a non-empty directory):
```
hugo new site . --force
```
This should have created a set of folders inside your workspace that you dont need to worry about for now. The next step is to install a theme for Hugo. I choose <a target="_blank" href="https://github.com/jpanther/congo">Congo</a> as it had all the features I required for my website and it seemed to be easy to change if I ever need it to. If you want to try a different theme there are several available in Hugos documentation, each with documentation and examples.
Install Congo using git submodules by running the following command:
```
git submodule add -b stable https://github.com/jpanther/congo.git themes/congo
```
Now we need to make some changes to the directory and file structure so that Congo can work properly. I will not get into the details of what is happening in this guide (you can consult Congos documentation if you want to learn more), the main takeaway is that were creating and configuring a folder in <code>config/_default/</code> which will contain all the important configuration files for Hugo and Congo.
Please run the following commands in order:
```
mkdir -p config/_default
rm config.toml
cp themes/congo/config/_default/*.toml config/_default/
echo 'theme = "congo"' | cat - config/_default/config.toml > temp && mv temp config/_default/config.toml
```
Congratulations, you should have your site up and running now. Let's try it out by running Hugo's debug server:
```
hugo server -D
```
Please open your favorite browser and navigate to <a target="_blank" href="http://localhost:1313">localhost:1313</a> to see your page.
<img src="theme/vanilla.png"/>
You should see something similar to the image above. Doesnt look that exciting, does it? Lets configure the theme in the next sections and learn how to create your first article.
## Configure Theme
Now Ill be covering how to change the look and feel of your website, add some personal information, and activate the dark mode toggle (aka the most important feature in any website these days).
{{< alert >}}
A note, I am covering a very simple configuration for this theme please check <a target="_blank" href="https://jpanther.github.io/congo/docs/">Congos theme documentation</a> to understand everything you can do with this theme.
{{< /alert >}}
### Profile picture
Lets start by adding a profile picture to your site. Create a folder called “assets” at the root of your project. Choose a profile picture and place it inside the assets folder. The rest of the guide will assume the final picture is named "profile.jpg", so please rename your picture or take that into account when configuring some of the other files.
<figure>
<img src="configure/profile.jpg"/>
<figcaption>If you still need to take a proper awesome picture for this feel free to download this one to proceed with the tutorial.</figcaption>
</figure>
### Configuration Files
Lets open a couple of configuration files and start updating them. All the files we are going to change are inside <code>config/_default/</code> folder.
#### config.toml
Uncomment the <code>baseURL</code> parameter and replace it with the final domain of your website. This value will be used to create the robots.txt file for any search engines to successfully crawl and index your website.
<img src="configure/config.png"/>
{{< alert >}}
Note: if you want to configure Google Analytics please add the following line with your id to this file `googleAnalytics = "G-XXXXXX"`
{{</ alert >}}
#### languages.en.toml
This file will drive the main information for the website and the author of the page (you). Replace the <code>title</code> and <code>description</code> for the ones you want for your page, these values will drive the HTML title and description tags.
Within the <code>[author]</code> block you can update the details that you wish to highlight in your profile. The bare minimum would be <code>name</code>, <code>image</code>, <code>headline</code>, and <code>links</code>. For the <code>links</code> parameter don't forget to uncomment the last line of the file as this is a json array. Update each entry with your personal links.
<img src="configure/languages.png"/>
#### params.toml
This file defines much of the overall behavior across the entire framework. For this tutorial I changed some of the overall values and one for the homepage, if you want to learn more about the other available configurations please consult <a target="_blank" href="https://jpanther.github.io/congo/docs/">Congos theme documentation</a>.
I've changed <code>colorScheme</code> to "ocean" which changes the global UI theme. Congo defines a three-color palette that is used throughout the theme. Valid values are congo (default), avocado, ocean, fire, and slate. Although these are the default schemes, you can also create your own. Refer to the theme's main documentation to learn how.
Activated <code>showAppearanceSwitcher</code> to enable the light/dark mode toggle. Activated <code>enableSearch</code> which indexes all future posts each time you build the site and provides a simple search feature. I've also changed the value of <code>layout</code>, inside <code>[homepage]</code>, to "profile" which changes the way the landing page is rendered. Finally, the last interesting value here is <code>showRecent</code>, which when turned on shows the recent posts on the homepage.
<img src="configure/params.png"/>
### Final
Lets see how it looks, run the Hugo again:
```
hugo server -D
```
And navigate to <a target="_blank" href="http://localhost:1313">localhost:1313</a> you should see something similar to the page below.
<img style="box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.6);" src="configure/final.png"/>
Congrats its looking great, lets learn how to generate your first articles.
## How to generate articles
Hugo provides some tools to generate your articles (<a target="_blank" href="https://www.markdownguide.org/">markdown</a> files) with a base set of tags already in them. Run the following command to create your first post
```
hugo new posts/my-first-post.md
```
replace the contents of the file with the following:
```
---
title: "My Published Post"
date: 2022-06-19T20:10:29Z
draft: false
categories: ["published", "test"]
tags: ["first", "awesome"]
---
This is my first blog post
```
This just created your first blog post. We've added a couple of categories and tags, which will be indexed by Hugo during build time. These tags will be used to create the Categories and Tags section of the website automatically for you. Notice that I've changed the <code>draft</code> to false to simulate a published post.
Run the following command to create your second post
```
hugo new posts/my-draft-post.md
```
and replace the contents of that file with the following:
```markdown
---
title: "My Draft Post"
date: 2022-06-19T20:20:39Z
draft: true
categories: ["draft", "test"]
tags: ["second", "awesome"]
---
This is my second blog post
```
For the second post, I've left the <code>draft</code> parameter true to simulate a draft post.
Hugo automatically hides draft posts from the final site generation. You can keep working on articles leaving the draft label true and they will be ignored by the engine. If you want to run in DEBUG mode just use the command:
```
hugo server -D
```
If you go to the posts on the site you should be able to see both entries. If you then run the server in normal mode the draft articles will disappear. You can use the command below to do so:
```
hugo server
```
You can use this command to test the final version of the website or an article before generating the final build. When you're ready just use the command 'Hugo' to generate the final website inside the /public folder.
```
hugo
```
All files are written in <a target="_blank" href="https://en.wikipedia.org/wiki/Markdown">Markdown</a> which Hugo then uses to generate the final pages. I'll not teach you how to write markdown files in this guide but I can recommend this <a target="_blank" href="https://www.markdownguide.org/getting-started/">"getting started"</a> tutorial and this <a target="_blank" href="https://www.markdownguide.org/cheat-sheet/">"cheat sheet"</a> to get you started.
## Deploy
Ok, youve configured your website and created a couple of articles, but we still need to deploy it somewhere. As I mentioned before I chose Firebase for this guide, even though I know that it offers much more than just a simple hosting service it allows me to host my site for free without much of a hassle.
### Create Firebase Project
Lets start by going to <a target="_blank" href="https://firebase.google.com">https://firebase.google.com</a> and creating an account. Once that is done you can create a project for free. The process should be straightforward and when you finish you should be in Firebase's project dashboard.
### Setup Firebase
Now you can go back to your environment which already has Firebase CLI tools installed and ready to go. Lets start by authenticating using:
```
firebase login
```
Once you are successfully logged in you need to initiate the project configurations for firebase. For that please use:
```
firebase init
```
The tool will offer you a wide variety of different options in order to configure your Firebase project. For now, we just want to configure hosting. If you are using GitHub, you might want to consider configuring GitHub action deploys which can automatically build and deploy your site every time there is a push to a specific branch or a merged pull request.
<img src="deploy/firebasehosting.png"/>
Choose the Firebase project created before as the hosting destination. And select the configurations you wish for the deployment process. The important one here is the folder where the final files to the server will be placed and this is the <code>public</code> folder. For the other parameters you experiment with what better matches your use-case, the image below shows you what I picked (*Note: for this tutorial I didn't configure GitHub actions but I am using that in my real setup*).
<img src="deploy/firebaseconfig.png"/>
### Deploy
Ok, now for the long and boring process of deployment… joking! Once you are ready and have all your files generated by the <code>hugo</code> command in the public folder just use the following command to deploy:
```
firebase deploy
```
<img src="deploy/firebasedeploy.png"/>
The process should take a couple of seconds and there you go your site is deployed. The final line of the CLI tool will give you a URL to see for yourself, otherwise, you can explore your Firebase dashboard hosting section which will have more information regarding the deployment.
<img src="deploy/final.png"/>
## Conclusion
By now you should have a simple version of your website which you can configure to your needs. The main advantage of this solution is that it is flexible and extensible to a variety of different needs especially if you take the time to explore Hugo's theme catalog. True that it might require some coding to implement complex but I would guess that this solves the problem for almost everyone.
Above all, its a completely free solution if you're looking to start and can't (or don't want to) spend money. Hope this guide helps you, feel free to share it with your network and give me feedback so that I can make it better over time.
## Resources
- <a target="_blank" href="https://github.com/nunocoracao/homepage-kickstart">GitHub Repo for development environment</a>
- <a target="_blank" href="https://github.com/nunocoracao/homepage-hugo-congo">GitHub Repo for base Hugo and Congo configuration</a>
- <a target="_blank" href="https://github.com/nunocoracao/homepage-dockerimage">GitHub Repo for base image</a>
- <a target="_blank" href="https://hub.docker.com/r/nunocoracao/homepage-dockerimage">Docker Hub image URL</a>
- <a target="_blank" href="https://gohugo.io/documentation/">Hugo\'s Documentation</a>
- <a target="_blank" href="https://github.com/jpanther/congo">Congo\'s Documentation</a>
- <a target="_blank" href="https://firebase.google.com/docs">Firebase Documentation</a>
- <a target="_blank" href="https://www.markdownguide.org/">Markdown Guide</a>
- <a target="_blank" href="https://www.markdownguide.org/getting-started/">Markdown Getting Started"</a>
- <a target="_blank" href="https://www.markdownguide.org/cheat-sheet/">Markdown Cheat Sheet</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -0,0 +1,42 @@
---
title: "Nuno Coração Meet the Mentor"
description: "Nuno Coração is one of our professional mentors on MentorCruise and works as Staff Product Manager at Docker."
summary: "Nuno Coração is one of our professional mentors on MentorCruise and works as Staff Product Manager at Docker."
categories: ["Product", "Mentorship", "Interview"]
tags: ["Product", "Mentorship", "Interview", "Mentorcruise"]
externalUrl: "https://mentorcruise.com/blog/nuno-coracao-meet-the-mentor-01006/"
showSummary: true
date: 2022-06-26
draft: false
showReadingTime: false
---
{{< alert >}}
This article was originally published externally, read the original <a target="_blank" href="https://mentorcruise.com/blog/nuno-coracao-meet-the-mentor-01006/">here</a>.
{{</ alert >}}
Ive been building and shipping products across multiple roles and industries, from video streaming applications to API platforms.
# Why did you decide to become a mentor?
Throughout my career, I was fortunate enough to find (or be found by) amazing mentors that helped me in several different ways. Some provided advice for professional decisions and career management, others access to opportunities, and some just took me along for the ride to “watch & learn”. All of those contributed so much to make me a better professional and gave me some really interesting opportunities in my career. In the last few years, I started being a mentor myself and I am really enjoying the experience of helping others grow and fulfill their career dreams.
# What benefits did you gain from working with mentors early on?
The main benefit was the ability to tap into someone elses experience and seniority and learn from their past experiences. It allowed me to get a glimpse of the future and accelerate some career milestones I wanted for myself. As an example, I never had the dream of working or living abroad, but after talking about it with my mentors (that had that experience) I learned so much about what it could bring me professionally and personally that when that opportunity came I was better prepared to make the right decision. Overall, it gave me the chance to learn how to become a better professional by watching how my mentors did it on a professional setting. Moreover, it gave me the chance to manage my career by tapping into their advice and experience in order to achieve my goals.
# How did you get your career start?
My career started as a trainee in a telco company here in Portugal. I just left university and a junior researcher position to become a solutions architect for the TV department. It was amazing to get the first job with such responsibility and exposure to the entire organization. However, I have to say that the best part of that role was my manager who made an extra effort to coach and teach me so many invaluable lessons that I do still remember after so many years.
> Good advice is not “one-size-fits-all”
# How do you usually set up mentorships?
I usually like to understand what are the persons goals for the mentorship and depending on those design a specific plan. Independently of the goal, I aim to have a weekly 1:1 with each mentee to catch up on progress and see if there is anything that I can do to help with. I also like to have a log file in docs to track questions/actions/open points. What we do within this framework highly depends on the goals themselves. For example, if the mentee is looking for help in switching into a product role, I might help review the CV and LinkedIn profile and prepare them for interviews with material and mock sessions.
# What benefit can you provide to mentees over self-studying?
As with my own personal experience, the best benefit I can provide my mentees is to allow them to tap into my experiences, and the rational behind them, so that they can learn from it. I dont mean to say they should do exactly as I did, no advice comes in a “one-size-fits-all” package. Moreover, I definitely made some mistakes along the way. But with that insight, each person can decide what resonates with them and what doesnt in order to make their own decisions. In summary, Im here to help with product topics and career management, specially people that want to get into product and dont know where to start.
# Whats been your favourite mentorship story so far?
In one of my previous role I was managing two young professionals that joined the product team as QA Engineers. Both of them wanted to become Product Managers and were looking for ways to make that move happen. During one year I made an extra effort to share my experiences, give advice, and try to get them as many opportunities to have a “taste” of what PM is by getting them into meetings and brainstormings with my dev teams, shadow customer calls, attend meetings with management, etc. I was really happy the day I was able to sponsor both of them into their first PM roles still within the company. Since then it has been even more fulfilling to watch them grow and have their own successful careers in Product.
# What are you getting out of being a mentor?
From my experience, having access to mentors, allowed me to grow and improve at a professional and personal level faster than by myself. At this stage in my life, I feel like Ive experienced enough to have something valuable to share with others and maybe help them achieve their goals. Ultimately, that is what I am aiming to get out of this experience, to be able to have the same impact as a mentor as my mentors had on me.

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View file

@ -0,0 +1,32 @@
---
title: "Bulk User Add for Docker Business and Teams"
description: "Forget manually inviting team members to Docker Desktop. With Bulk Add for Docker Business, invite your entire team with a CSV file or their Docker IDs!"
summary: "Forget manually inviting team members to Docker Desktop. With Bulk Add for Docker Business, invite your entire team with a CSV file or their Docker IDs!"
categories: ["Product", "Docker"]
tags: ["Product", "Docker", "Feature", "Docker Hub"]
externalUrl: "https://www.docker.com/blog/bulk-user-add-for-docker-business-and-teams/"
showSummary: true
date: 2022-07-27
draft: false
showReadingTime: false
---
{{< alert >}}
This article was originally published externally, read the original <a target="_blank" href="https://www.docker.com/blog/bulk-user-add-for-docker-business-and-teams/">here</a>.
{{</ alert >}}
Dockers goal is to create a world-class product experience for our customers. We want to build a robust product that will help all teams achieve their goals. In line with that, weve tried to simplify the process of onboarding your team into the Docker ecosystem with our Bulk User Add feature for Docker Business and Docker Team subscriptions.
You can invite your team to their accounts by uploading a file including their email addresses to Docker Hub. The CSV file can either be a file you create for this specific purpose, or one thats extracted from another in-house system. The sole requirement is that the file contains a column with the email addresses of the users that will be invited into Docker. Once the CSV file is uploaded using Docker Hub, each team member in the file will receive an invitation to use their account.
<img src="image1.webp"/>
Weve also updated Docker Hubs web interface to add multiple members at once. We hope this is useful for smaller teams that can just copy and paste a list of emails directly in the web interface and onboard everyone they need. Once your team is invited, you can see both the pending and accepted invites through Docker Hub.
<img src="image2.png.webp"/>
Bulk User Add can be used without needing to have SSO setup for your organization. This feature allows you to get the most out of your Docker Team or Business subscription, and it greatly simplifies the onboarding process.
Learn more about the feature on our docs page, and sign in to your Docker Hub account to try it for yourself.
And if you have any questions or would like to discuss this feature, please attend our upcoming

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -0,0 +1,61 @@
---
title: "Streaming Wars and What Comes After… "
description: "Last July and for the first time ever, streaming viewership surpassed cable. The streaming wars began around 2010 when Netflix introduced their first streaming-only plan with no DVD rentals, other players laughed at the time… little did they know. A decade after, theres a multitude of streaming services available for mainstream entertainment and also for specific niches. What will happen next?"
summary: "Last July and for the first time ever, streaming viewership surpassed cable. The streaming wars began around 2010 when Netflix introduced their first streaming-only plan with no DVD rentals, other players laughed at the time… little did they know. A decade after, theres a multitude of streaming services available for mainstream entertainment and also for specific niches. What will happen next?"
categories: ["Product","Strategy",]
tags: ["Streaming","Wars","Product","Strategy","Netflix","Disney","Amazon","Apple","Prediction"]
#externalUrl: ""
showSummary: true
date: 2022-09-04
draft: false
---
<img style="box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.6);" src="feature.jpg"/>
Last July and for the first time ever, <a target="_blank" href="https://www.forbes.com/sites/carlieporterfield/2022/08/18/streaming-viewership-surpasses-cable-for-first-time-nielsen-says/?sh=76189d23767e">streaming viewership surpassed cable</a>. The streaming wars began around 2010 when Netflix introduced their first streaming-only plan with no DVD rentals, other players (cough, cough… Blockbuster) laughed at the time… little did they know. A decade after, theres a multitude of streaming services available for mainstream entertainment and also for specific niches (e.g., <a target="_blank" href="https://curiositystream.com">Curiosity Stream</a> - documentaries, <a target="_blank" href="https://www.crunchyroll.com/">Crunchyroll</a> - anime, etc.).
## How Did We Get Here?
This question could turn into its series of posts, aka a very long and boring answer. The short version, Netflix hit gold when they launched their streaming-only subscription service that allowed customers to watch what they wanted when they wanted. This was a massive shift from the linear TV experience where you either had to wait in front of the TV to watch your favorite show, record and watch it later, or wait for a rerun (_fun fact: there was another option to set a reminder to watch your shows :D_). Not only did Netflix launch a way better product to **consume** content, but it also changed the way users **discovered** new series and movies by recommending new shows based on previous history. Users flocked to this service, which was significantly better than the alternatives and also cheaper than the average cable subscription at the time (i.e., _cutting the chord_).
<img style="box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.6);" src="players.png"/>
After Netflix showed everyone how people really wanted to consume content, several players were interested in replicating that model themselves. Traditional content producers (e.g., HBO, Disney, etc.) saw a way to control their distribution channel and get a direct relationship with their customers. Other players, like Apple and Amazon, saw a good opportunity to expand their _service subscription_ strategy by offering yet-another-service to their user-base. This year, most of these services <a target="_blank" href="https://www.indiewire.com/2022/08/how-many-subscribers-netflix-hbo-max-disney-plus-1234744445/">reached hundreds of millions of paying users</a>, and the competition in this industry was never been this strong.
## Massive Investment in Content
<div style="width:100%;height:0;padding-bottom:56%;position:relative;"><iframe src="https://giphy.com/embed/2u11zpzwyMTy8" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div>
One of the strong signals of this competition is the huge amounts of money being spent in content production. HBO just released _<a target="_blank" href="https://en.wikipedia.org/wiki/House_of_the_Dragon">House of the Dragon</a>_, a prequel to their hit series _<a target="_blank" href="https://en.wikipedia.org/wiki/Game_of_Thrones">Game of Thrones</a>_. The first season had an estimated production cost of just <a target="_blank" href="https://variety.com/2022/tv/news/house-of-the-dragon-budget-episode-cost-1235238285/">under $20 million per episode</a>, making the 10 episode run cost a full $200 million. In comparison, _<a target="_blank" href="https://en.wikipedia.org/wiki/Game_of_Thrones">Game of Thrones</a>_ cost <a target="_blank" href="https://variety.com/2022/tv/news/house-of-the-dragon-budget-episode-cost-1235238285/">around $100 million per season</a>, with the average cost per episode starting around $6 million in season 1 and going up to $15 million in the final season. This means HBO just invested roughly double what it did in the last season of _<a target="_blank" href="https://en.wikipedia.org/wiki/Game_of_Thrones">Game of Thrones</a>_.
Amazon, coincidentally, also decided to launch its _prequel_ of a super-loved property in the fantasy drama space, _<a target="_blank" href="https://en.wikipedia.org/wiki/The_Lord_of_the_Rings">Lord of the Rings</a>_. Investment in the new series, called _<a target="_blank" href="https://en.wikipedia.org/wiki/The_Lord_of_the_Rings:_The_Rings_of_Power">Lord of the Rings: The Rings of Power</a>_, is estimated to be around $1 billion. Amazon bought the franchise rights to _<a target="_blank" href="https://en.wikipedia.org/wiki/The_Lord_of_the_Rings">Lord of the Rings</a>_ for <a target="_blank" href="https://www.bloomberg.com/news/articles/2022-09-03/amazon-s-lord-of-the-rings-series-draws-25-million-on-debut">$250 million</a> and invested $465 million to produce the eight-episode first season of the show. In comparison, the entire trilogy of the _<a target="_blank" href="https://en.wikipedia.org/wiki/The_Lord_of_the_Rings">Lord of the Rings</a>_ was produced for roughly $300 million, $100 million for each movie.
Netflix has been increasing its costs with content production in <a target="_blank" href="https://www.statista.com/statistics/964789/netflix-content-spend-worldwide/">the last years</a>, arriving at <a target="_blank" href="https://deadline.com/2022/07/netflix-content-spending-plateau-17-billion-1235072812/">$17 billion this year</a>. Disney is set to spend even more than that, <a target="_blank" href="https://www.hollywoodreporter.com/business/digital/disney-content-spend-profit-streaming-1235145367/">$32 billion</a> (even after cuts). In a different space, big tech companies are also <a target="_blank" href="https://www.nytimes.com/2022/07/24/technology/sports-streaming-rights.html">getting into _live sports_</a>. All of this spending creates a super competitive environment across all services, which is not necessarily in the best interest of the viewers.
## Quality is Decreasing
<div style="width:100%;height:0;padding-bottom:56%;position:relative;"><iframe src="https://giphy.com/embed/l0IycBz4icBmwxV6M" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div>
One could argue that all the investment and all the money being thrown at content production will bring the golden age of entertainment. However, as most big investments, they are made to make someone money. In the entertainment industry, one of the ways to reduce risk is to invest in properties that have already proven their value in opposition to new Intellectual Property (IP).
The levels of “content pumping” that we are seeing nowadays lead to a massive decrease in quality, and worse, viewer fatigue. Especially since it is focused on a minimal set of genres (i.e., fantasy, hero movies, etc.) and franchises (i.e., Marvel Cinematic Universe, DC Cinematic Universe, Star Wars, Fast and the Furious, etc.)
## More Money In… More Money Out
When a company increases costs, usually the aim is to increase revenue and profit. Streaming services charge a fixed fee per month. Therefore, it doesnt really matter how much or how little you loved the next big _fantasy drama_ series from your favorite streaming provider they will make the same amount of money from you.
Unless… streaming companies increase subscription prices and find new ways to monetize content. Aided by the excuse of inflation, most services have <a target="_blank" href="https://fortune.com/2022/08/11/disney-plus-hulu-price-increase-hbo-max-paramount-peacock/">increased their prices</a> in the last year. Specifically, Disney+ subscription in the U.S. will rise from $7.99 to $10.99, while Hulu's ad-free offering will jump from $12.99 per month to $14.99 per month. Netflix cheapest plan <a target="_blank" href="https://www.theverge.com/2022/3/24/22993562/netflix-price-increase-us-plans-2022">increased</a> to $9.99, with the top one at $20.00. Additionally, executives from most of these big companies are also <a target="_blank" href="https://www.forbes.com/sites/forbescommunicationscouncil/2022/06/17/why-streaming-platforms-are-accelerating-their-plans-for-an-advertising-model-now/">planning to roll out ads</a> for their services. Yes, even <a target="_blank" href="https://www.nytimes.com/2022/04/19/business/media/netflix-amazon-disney-ads.html">Netflix that resisted for years</a>
cannot keep ignoring that option when faced with competition.
Ultimately, this is a worse product for the user. Price increases could make the overall cost of streaming services too high for some users, which will force a choice of which services to keep. Furthermore, you will get ads again, or you can pay more if you would rather not see them.
## What Happens Next?
The high levels of competition have begun to generate frustration among users. Users are starting to get _fatigued_ with the low-quality and constant recycling of content (I swear, I am uncertain whether I can handle yet another Marvel Movie or Star Wars trilogy). The increase in prices, especially in the current economic situation, will force users to choose which services to pay for, if any. And ultimately, competition for users attention has never been so high. Social networks like Twitter, Instagram, and TikTok take hours of engagement daily out of each user. Video game investment has never been so high, with so many options of games and consoles.
In my opinion, the streaming wars have already peaked, and well see a change in the upcoming years before getting to a new equilibrium. I think that one out of three things will happen:
- **Horizontal Expansion** - current streaming services would need to expand to provide additional services and bundle them together. This would increase the _value for money_ and could be interesting to some users depending on what is being bundled. Netflix has begun doing this with <a target="_blank" href="https://www.wired.com/story/how-to-play-netflix-games/">games</a>. Companies like Amazon and Apple came into streaming exactly for this reason, expanding into streaming even if it was not their core business.
- **Aggregation** - One service to rule them all… If one of the existing services, or a new player, can aggregate content from several players at a lower price point, this could create a captivating value proposition for customers on the lower end. This option seems highly unlikely, this was Netflix play years ago, and it didnt work, potentially because they were greedy. Nevertheless, in the current scenario, it is highly unlikely that big players would share rights with another VS getting exclusivity on those.
- **Merges and Acquisitions** - Big fish eats smaller fish. This is bound to happen at some point, its just a matter of time and which company will acquire which company for what amount of money. Its not clear if this will be good or bad for customers, depending on who starts playing together.
My prediction is that ultimately, big tech companies like Amazon or Apple will begin acquiring other smaller players. These companies come into streaming as a horizontal expansion from their core businesses. Both are armed with an order of magnitude more revenues than their _content only_ counterparts. As an example, in 2021 Disneys revenue was $81.10 billion and Netflix's was $24.9 billion. In comparison, Apples revenue in the same year was $378.32 billion and Amazons was $468.82 billion. With this kind of “war chest” plus their own core business (Apple devices, and Amazon e-commerce business) it will be way easier for these companies to step in when they want to.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

View file

@ -0,0 +1,18 @@
---
title: "Posts"
date: 2022-06-13T20:55:37+01:00
draft: false
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
---

View file

@ -0,0 +1,57 @@
---
title: "Recommendations"
date: 2022-06-19T13:03:09+01:00
draft: true
showDate : false
showDateUpdated : false
showHeadingAnchors : true
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
showEdit: false
---
## Books
### Design of Everyday Things
asdasd
### Design of Everyday Things
asdasd
### Design of Everyday Things
asdasd
### Zero to One
asdasd
### Lean Startup
asdasd
### Zero to One
asdasd
## Articles
### blabla
asdasd
## Online Publications
### Stratechery
asdasd
### HBR
asdasd
## Podcasts
### bla bal

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,265 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1082.21 602.59" style="enable-background:new 0 0 1082.21 602.59;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#A41034;}
</style>
<path class="st0" d="M5.79,145.79c0,126.07,66.81,221.27,160.63,280.94c93.83-59.67,160.64-154.87,160.64-280.94H5.79z"/>
<rect x="5.79" y="45.32" class="st1" width="321.27" height="100.13"/>
<path class="st0" d="M307.42,106.91h-4.31V83.02h4.31c1.91,0,3.45-1.55,3.45-3.47c0-1.91-1.54-3.46-3.45-3.46h-4.31V65.76h-29.25
c-4.97,0-9.15,3.29-10.36,7.83h-0.19c-1.21-4.54-5.39-7.83-10.35-7.83H223.3v10.33H219c-1.91,0-3.46,1.55-3.46,3.46
c0,1.91,1.56,3.47,3.46,3.47h4.3v23.89H219c-1.91,0-3.46,1.55-3.46,3.46c0,1.91,1.56,3.46,3.46,3.46h4.3v11.18h36.6
c0.8,1.23,2.19,2.05,3.76,2.05c1.58,0,2.96-0.82,3.76-2.05h35.68v-11.18h4.31c1.91,0,3.45-1.55,3.45-3.46
C310.87,108.47,309.33,106.91,307.42,106.91"/>
<path class="st0" d="M108.15,106.91h-4.3V83.02h4.3c1.91,0,3.46-1.55,3.46-3.47c0-1.91-1.55-3.46-3.46-3.46h-4.3V65.76h-26.5
c-5.91,0-10.71,4.79-10.71,10.7c0-5.91-4.79-10.7-10.7-10.7h-26.5v10.33h-4.3c-1.91,0-3.46,1.55-3.46,3.46
c0,1.91,1.55,3.47,3.46,3.47h4.3v23.89h-4.3c-1.91,0-3.46,1.55-3.46,3.46c0,1.91,1.55,3.46,3.46,3.46h4.3v11.18h33.44
c0.8,1.23,2.19,2.05,3.76,2.05c1.57,0,2.96-0.82,3.76-2.05h33.45v-11.18h4.3c1.91,0,3.46-1.55,3.46-3.46
C111.61,108.47,110.06,106.91,108.15,106.91"/>
<path class="st0" d="M204.52,106.91h-4.3V83.02h4.3c1.91,0,3.46-1.55,3.46-3.47c0-1.91-1.55-3.46-3.46-3.46h-4.3V65.76h-23.08
c-5.92,0-10.71,4.79-10.71,10.7c0-5.91-4.79-10.7-10.71-10.7h-29v10.33h-4.3c-1.91,0-3.46,1.55-3.46,3.46
c0,1.91,1.55,3.47,3.46,3.47h4.3v23.89h-4.3c-1.91,0-3.46,1.55-3.46,3.46c0,1.91,1.55,3.46,3.46,3.46h4.3v11.18h35.94
c0.81,1.23,2.19,2.05,3.77,2.05c1.57,0,2.96-0.82,3.76-2.05h30.03v-11.18h4.3c1.91,0,3.46-1.55,3.46-3.46
C207.98,108.47,206.43,106.91,204.52,106.91"/>
<path d="M266.67,323.87c-3.76-3.25-6.15-8.05-6.15-13.42c0-4.28,1.48-8.21,4.02-11.28c-3.07,2.54-7.06,4.03-11.35,4.03
c-9.81,0-17.75-7.94-17.75-17.75c0-4.28,1.99-8.72,4.02-11.28c-2.39,2.25-6.29,4.03-10.69,4.03c-9.19,0-17-7.88-17-16.87
c0-8.99,7.81-16.86,17-16.86c4.4,0,8.3,1.79,10.69,4.03c-2.03-2.56-4.02-6.99-4.02-11.28c0-9.81,7.94-17.75,17.75-17.75
c4.3,0,8.28,1.49,11.35,4.03c-2.54-3.07-4.02-6.99-4.02-11.28c0-9.81,7.94-17.75,17.75-17.75c4.3,0,8.28,1.49,11.35,4.03
c-2.03-2.56-4.02-6.99-4.02-11.28c0-9.81,7.94-17.75,17.75-17.75c4.3,0,8.28,1.49,11.35,4.03c-2.54-3.07-4.02-6.99-4.02-11.28
c0-4.18,1.44-8,3.85-11.03h6.64C320.17,214.79,301.36,273.4,266.67,323.87 M242.41,311.75h2.78c1.14,0,1.4,1.26,0.8,2.58
c-0.62,1.36-1.13,2.77-1.36,3.85c-0.25,1.14-0.94,1.63-1.55,0.52c-0.62-1.11-1.49-2.72-1.98-4.54
C240.59,312.35,240.77,311.75,242.41,311.75 M222.93,311.75h2.79c1.64,0,1.82,0.6,1.31,2.42c-0.49,1.83-1.35,3.43-1.98,4.54
c-0.62,1.11-1.3,0.62-1.55-0.52c-0.23-1.09-0.75-2.49-1.36-3.85C221.53,313.01,221.79,311.75,222.93,311.75 M224.25,323.07
c2.87-2.65,4.43-5.31,5.77-12.34c0.67-3.56,2.27-4.52,4.04-4.52c1.78,0,3.37,0.96,4.05,4.52c1.33,7.03,2.89,9.69,5.77,12.34
c2.08,1.92,5.07,1.81,6.78,1.93c1.04,0.07,2.32,0.6,2.75,3.19c0.43,2.59-1.1,5.11-1.96,6.27c-0.85,1.15-1.4,0.82-2.39,0.05
c-1.96-1.5-4.1-3.91-5.82-6.38c-1.74-2.51-2.75-1.33-1.53,1.14c1.23,2.47,3.73,5.97,5.63,7.83c1.38,1.36,1.11,2.22,0.55,3.25
c-0.55,1.02-2.26,2.65-2.81,3.07c-0.55,0.42-2.82,1.75-4.28-1.15c-1.47-2.89-2.64-8.31-2.82-10.53c-0.18-2.17-1.65-1.81-1.84,0.05
c-0.08,0.9-0.06,1.27-0.06,3.67c0,2.41,0.73,5.48,1.9,8.43c1.16,2.95,0.13,3.12-0.67,3.55c-0.8,0.43-1.65,0.67-3.25,0.67
c-1.59,0-2.45-0.24-3.25-0.67c-0.8-0.43-1.83-0.6-0.67-3.55c1.16-2.95,1.9-6.03,1.9-8.43c0-2.41,0.03-2.77-0.06-3.67
c-0.18-1.86-1.66-2.22-1.84-0.05c-0.18,2.22-1.35,7.65-2.82,10.53c-1.46,2.9-3.73,1.57-4.28,1.15c-0.55-0.42-2.26-2.05-2.81-3.07
c-0.55-1.03-0.83-1.89,0.55-3.25c1.9-1.86,4.41-5.36,5.63-7.83c1.23-2.47,0.22-3.66-1.53-1.14c-1.71,2.47-3.86,4.88-5.82,6.38
c-0.99,0.77-1.53,1.1-2.39-0.05c-0.86-1.16-2.39-3.68-1.96-6.27c0.43-2.59,1.71-3.12,2.75-3.19
C219.17,324.88,222.16,324.99,224.25,323.07 M166.42,419.85c-24.76-16.06-46.76-34.12-65.84-53.9c2.46-6.86,9-11.76,16.71-11.76
c4.29,0,8.21,1.48,11.28,4.02c-2.55-3.07-4.03-7.05-4.03-11.35c0-9.8,7.95-17.73,17.76-17.73c4.29,0,8.21,1.48,11.28,4.02
c-1.94-2.85-4.03-6.02-4.03-10.69c0-9.18,7.88-16.98,16.88-16.98c9,0,16.88,7.8,16.88,16.98c0,4.67-2.1,7.84-4.04,10.69
c3.07-2.54,7-4.02,11.28-4.02c9.81,0,17.76,7.93,17.76,17.73c0,4.3-1.49,8.28-4.03,11.35c3.07-2.54,6.99-4.02,11.28-4.02
c7.71,0,14.26,4.91,16.71,11.76C213.18,385.73,191.19,403.79,166.42,419.85 M107.13,311.75h2.79c1.14,0,1.39,1.26,0.8,2.58
c-0.62,1.36-1.13,2.77-1.37,3.85c-0.25,1.14-0.93,1.63-1.55,0.52c-0.62-1.11-1.48-2.72-1.98-4.54
C105.32,312.35,105.49,311.75,107.13,311.75 M87.65,311.75h2.79c1.65,0,1.82,0.6,1.31,2.42c-0.49,1.83-1.36,3.43-1.98,4.54
c-0.62,1.11-1.3,0.62-1.55-0.52c-0.24-1.09-0.75-2.49-1.36-3.85C86.25,313.01,86.51,311.75,87.65,311.75 M106.44,329.27
c1.23,2.47,3.74,5.97,5.63,7.83c1.38,1.36,1.11,2.22,0.56,3.25c-0.56,1.02-2.27,2.65-2.82,3.07c-0.55,0.42-2.82,1.75-4.28-1.15
c-1.47-2.89-2.63-8.31-2.82-10.53c-0.18-2.17-1.65-1.81-1.84,0.05c-0.08,0.9-0.06,1.27-0.06,3.67c0,2.41,0.73,5.48,1.9,8.43
c1.16,2.95,0.12,3.12-0.68,3.55c-0.8,0.43-1.65,0.67-3.25,0.67c-1.59,0-2.45-0.24-3.25-0.67c-0.8-0.43-1.83-0.6-0.67-3.55
c1.16-2.95,1.9-6.03,1.9-8.43c0-2.41,0.02-2.77-0.06-3.67c-0.19-1.86-1.67-2.22-1.84-0.05c-0.18,2.22-1.35,7.65-2.82,10.53
c-1.47,2.9-3.74,1.57-4.28,1.15c-0.55-0.42-2.27-2.05-2.82-3.07c-0.56-1.03-0.83-1.89,0.56-3.25c1.89-1.86,4.4-5.36,5.63-7.83
c1.23-2.47,0.22-3.66-1.52-1.14c-1.72,2.47-3.86,4.88-5.82,6.38c-0.99,0.77-1.53,1.1-2.38-0.05c-0.86-1.16-2.39-3.68-1.97-6.27
c0.43-2.59,1.71-3.12,2.76-3.19c1.71-0.12,4.7-0.01,6.79-1.93c2.87-2.65,4.43-5.31,5.76-12.34c0.68-3.56,2.27-4.52,4.04-4.52
c1.78,0,3.37,0.96,4.04,4.52c1.34,7.03,2.9,9.69,5.77,12.34c2.08,1.92,5.07,1.81,6.79,1.93c1.04,0.07,2.32,0.6,2.76,3.19
c0.42,2.59-1.11,5.11-1.97,6.27c-0.85,1.15-1.39,0.82-2.38,0.05c-1.96-1.5-4.1-3.91-5.82-6.38
C106.23,325.62,105.21,326.8,106.44,329.27 M18.3,151.24c2.41,3.03,3.85,6.86,3.85,11.03c0,4.28-1.48,8.21-4.02,11.28
c3.07-2.54,7.06-4.03,11.36-4.03c9.81,0,17.75,7.95,17.75,17.75c0,4.28-1.99,8.72-4.02,11.28c3.07-2.54,7.06-4.03,11.36-4.03
c9.81,0,17.75,7.94,17.75,17.75c0,4.28-1.48,8.21-4.03,11.28c3.08-2.54,7.06-4.03,11.36-4.03c9.81,0,17.75,7.94,17.75,17.75
c0,4.28-2,8.72-4.02,11.28c2.39-2.25,6.29-4.03,10.7-4.03c9.18,0,17,7.88,17,16.86c0,8.99-7.81,16.87-17,16.87
c-4.41,0-8.31-1.79-10.7-4.03c2.03,2.56,4.02,6.99,4.02,11.28c0,9.81-7.95,17.75-17.75,17.75c-4.3,0-8.28-1.49-11.36-4.03
c2.55,3.07,4.03,6.99,4.03,11.28c0,5.36-2.39,10.16-6.15,13.41C31.49,273.4,12.69,214.79,11.67,151.24H18.3z M107.13,178.6h2.79
c1.14,0,1.39,1.25,0.8,2.58c-0.62,1.36-1.13,2.77-1.37,3.86c-0.25,1.14-0.93,1.63-1.55,0.52c-0.62-1.11-1.48-2.72-1.98-4.54
C105.32,179.2,105.49,178.6,107.13,178.6 M91.75,181.02c-0.49,1.83-1.36,3.43-1.98,4.54c-0.62,1.11-1.3,0.62-1.55-0.52
c-0.24-1.09-0.75-2.49-1.36-3.86c-0.6-1.33-0.34-2.58,0.79-2.58h2.79C92.08,178.6,92.26,179.2,91.75,181.02 M106.44,196.12
c1.23,2.47,3.74,5.97,5.63,7.83c1.38,1.36,1.11,2.22,0.56,3.25c-0.56,1.02-2.27,2.65-2.82,3.07c-0.55,0.42-2.82,1.75-4.28-1.15
c-1.47-2.89-2.63-8.31-2.82-10.53c-0.18-2.17-1.65-1.81-1.84,0.05c-0.08,0.9-0.06,1.27-0.06,3.67c0,2.41,0.73,5.48,1.9,8.43
c1.16,2.95,0.12,3.12-0.68,3.55c-0.8,0.42-1.65,0.67-3.25,0.67c-1.59,0-2.45-0.24-3.25-0.67c-0.8-0.43-1.83-0.6-0.67-3.55
c1.16-2.95,1.9-6.03,1.9-8.43c0-2.41,0.02-2.77-0.06-3.67c-0.19-1.86-1.67-2.22-1.84-0.05c-0.18,2.22-1.35,7.65-2.82,10.53
c-1.47,2.9-3.74,1.57-4.28,1.15c-0.55-0.42-2.27-2.05-2.82-3.07c-0.56-1.03-0.83-1.89,0.56-3.25c1.89-1.86,4.4-5.36,5.63-7.83
c1.23-2.47,0.22-3.66-1.52-1.15c-1.72,2.47-3.86,4.88-5.82,6.38c-0.99,0.77-1.53,1.1-2.38-0.05c-0.86-1.16-2.39-3.68-1.97-6.27
c0.43-2.59,1.71-3.12,2.76-3.19c1.71-0.12,4.7-0.01,6.79-1.93c2.87-2.65,4.43-5.31,5.76-12.34c0.68-3.56,2.27-4.52,4.04-4.52
c1.78,0,3.37,0.96,4.04,4.52c1.34,7.03,2.9,9.69,5.77,12.34c2.08,1.92,5.07,1.81,6.79,1.93c1.04,0.07,2.32,0.6,2.76,3.19
c0.42,2.59-1.11,5.12-1.97,6.27c-0.85,1.15-1.39,0.82-2.38,0.05c-1.96-1.5-4.1-3.91-5.82-6.38
C106.23,192.46,105.21,193.65,106.44,196.12 M175.2,242.63h2.93c1.19,0,1.47,1.32,0.83,2.72c-0.65,1.43-1.18,2.91-1.43,4.06
c-0.27,1.2-0.99,1.71-1.64,0.55c-0.65-1.17-1.56-2.86-2.08-4.78C173.29,243.27,173.48,242.63,175.2,242.63 M154.71,242.63h2.94
c1.73,0,1.91,0.63,1.38,2.54c-0.52,1.92-1.43,3.61-2.08,4.78c-0.65,1.16-1.37,0.65-1.63-0.55c-0.25-1.14-0.79-2.63-1.43-4.06
C153.24,243.95,153.52,242.63,154.71,242.63 M174.47,261.07c1.29,2.6,3.93,6.28,5.92,8.24c1.45,1.43,1.16,2.34,0.58,3.42
c-0.58,1.08-2.38,2.79-2.96,3.24c-0.58,0.44-2.97,1.84-4.51-1.21c-1.55-3.04-2.77-8.74-2.96-11.08c-0.19-2.28-1.74-1.9-1.94,0.06
c-0.09,0.95-0.06,1.33-0.06,3.86c0,2.53,0.77,5.77,2,8.87c1.22,3.1,0.13,3.29-0.71,3.74c-0.84,0.45-1.74,0.7-3.42,0.7
c-1.67,0-2.58-0.25-3.41-0.7c-0.84-0.45-1.93-0.63-0.71-3.74c1.23-3.1,2-6.34,2-8.87c0-2.53,0.02-2.92-0.06-3.86
c-0.19-1.96-1.74-2.34-1.93-0.06c-0.19,2.34-1.42,8.04-2.97,11.08c-1.54,3.04-3.93,1.65-4.51,1.21c-0.58-0.45-2.38-2.16-2.96-3.24
c-0.58-1.08-0.87-1.99,0.58-3.42c1.99-1.96,4.63-5.63,5.92-8.24c1.29-2.6,0.23-3.85-1.61-1.21c-1.81,2.6-4.06,5.13-6.12,6.71
c-1.04,0.8-1.61,1.15-2.51-0.05c-0.91-1.21-2.51-3.87-2.07-6.6c0.46-2.72,1.8-3.28,2.9-3.36c1.8-0.13,4.94-0.01,7.14-2.03
c3.02-2.79,4.66-5.59,6.06-12.98c0.71-3.75,2.39-4.75,4.25-4.75s3.55,1,4.25,4.75c1.4,7.39,3.05,10.19,6.07,12.98
c2.19,2.02,5.34,1.9,7.13,2.03c1.1,0.07,2.45,0.63,2.9,3.36c0.45,2.72-1.16,5.38-2.07,6.6c-0.9,1.21-1.47,0.86-2.51,0.05
c-2.06-1.58-4.32-4.11-6.12-6.71C174.25,257.22,173.19,258.47,174.47,261.07 M215.56,168.53c-4.28,0-8.21-1.48-11.28-4.02
c2.54,3.07,4.03,7.05,4.03,11.35c0,9.81-7.95,17.74-17.76,17.74c-4.29,0-8.21-1.48-11.28-4.02c1.94,2.85,4.04,6.02,4.04,10.69
c0,9.18-7.88,16.98-16.88,16.98c-8.99,0-16.88-7.8-16.88-16.98c0-4.67,2.1-7.84,4.03-10.69c-3.07,2.54-7,4.02-11.28,4.02
c-9.81,0-17.76-7.93-17.76-17.74c0-4.29,1.49-8.27,4.03-11.35c-3.07,2.54-7,4.02-11.28,4.02c-9.66,0-17.49-7.7-17.74-17.29h133.75
C233.05,160.83,225.22,168.53,215.56,168.53 M242.41,178.6h2.78c1.14,0,1.4,1.25,0.8,2.58c-0.62,1.36-1.13,2.77-1.36,3.86
c-0.25,1.14-0.94,1.63-1.55,0.52c-0.62-1.11-1.49-2.72-1.98-4.54C240.59,179.2,240.77,178.6,242.41,178.6 M222.93,178.6h2.79
c1.64,0,1.82,0.6,1.31,2.42c-0.49,1.83-1.35,3.43-1.98,4.54c-0.62,1.11-1.3,0.62-1.55-0.52c-0.23-1.09-0.75-2.49-1.36-3.86
C221.53,179.85,221.79,178.6,222.93,178.6 M241.72,196.12c1.23,2.47,3.73,5.97,5.63,7.83c1.38,1.36,1.11,2.22,0.55,3.25
c-0.55,1.02-2.26,2.65-2.81,3.07c-0.55,0.42-2.82,1.75-4.28-1.15c-1.47-2.89-2.64-8.31-2.82-10.53c-0.18-2.17-1.65-1.81-1.84,0.05
c-0.08,0.9-0.06,1.27-0.06,3.67c0,2.41,0.73,5.48,1.9,8.43c1.16,2.95,0.13,3.12-0.67,3.55c-0.8,0.42-1.65,0.67-3.25,0.67
c-1.59,0-2.45-0.24-3.25-0.67c-0.8-0.43-1.83-0.6-0.67-3.55c1.16-2.95,1.9-6.03,1.9-8.43c0-2.41,0.03-2.77-0.06-3.67
c-0.18-1.86-1.66-2.22-1.84-0.05c-0.18,2.22-1.35,7.65-2.82,10.53c-1.46,2.9-3.73,1.57-4.28,1.15c-0.55-0.42-2.26-2.05-2.81-3.07
c-0.55-1.03-0.83-1.89,0.55-3.25c1.9-1.86,4.41-5.36,5.63-7.83c1.23-2.47,0.22-3.66-1.53-1.15c-1.71,2.47-3.86,4.88-5.82,6.38
c-0.99,0.77-1.53,1.1-2.39-0.05c-0.86-1.16-2.39-3.68-1.96-6.27c0.43-2.59,1.71-3.12,2.75-3.19c1.71-0.12,4.7-0.01,6.79-1.93
c2.87-2.65,4.43-5.31,5.77-12.34c0.67-3.56,2.27-4.52,4.04-4.52c1.78,0,3.37,0.96,4.05,4.52c1.33,7.03,2.89,9.69,5.77,12.34
c2.08,1.92,5.07,1.81,6.78,1.93c1.04,0.07,2.32,0.6,2.75,3.19c0.43,2.59-1.1,5.12-1.96,6.27c-0.85,1.15-1.4,0.82-2.39,0.05
c-1.96-1.5-4.1-3.91-5.82-6.38C241.5,192.46,240.49,193.65,241.72,196.12 M11.58,51.11h309.69v88.56H11.58V51.11z M0,39.54v106.25
c0,117.33,58,218.84,163.31,285.83l3.11,1.98l3.11-1.98c105.32-66.98,163.32-168.49,163.32-285.83V39.54H0z"/>
<path d="M72.71,103.2c-0.59,0.52-0.44,1.32,0.53,1.24c0.97-0.06,1.33-0.08,2.31-0.08l10.03-0.01c0.79,0.05,2.3,0.77,2.3-0.81v-4.86
c0-2.63-1.32-3.11-2.11,0.06c-0.52,2.1-1.18,4.01-4.4,4.01h-2.1c-0.86,0-1.17-0.33-1.25-1.05c-0.2-1.84-0.2-5.16,0-8.8
c0.05-1.06,0.53-1.15,1.57-1.15c1.06,0,1.33,0.09,1.65,0.94c0.36,0.99,2.3,2.77,2.3,0v-3.67c0-2.75-1.71-0.8-2.17,0
c-0.46,0.79-0.72,0.79-1.78,0.79c-1.04,0-1.39-0.21-1.44-1.25c-0.1-1.72-0.2-4.47,0-7.69c0.05-0.72,0.26-1.05,1.12-1.05h2.1
c3.22,0,3.22,2.17,3.74,4.28c0.53,2.1,2.1,1.57,2.1,0.05v-4.85c0-1.58-1.51-0.85-2.3-0.8h-9.37c-0.97,0-1.34,0-2.31-0.07
c-0.97-0.07-1.12,0.72-0.53,1.25c0.61,0.52,0.81,0.59,0.82,2.62v18.26C73.52,102.61,73.31,102.68,72.71,103.2"/>
<path d="M62.76,79.85c0.55-0.52,0.53-1.48-0.24-1.41c-0.77,0.07-1.06,0.07-1.82,0.07c-0.77,0-1.06,0-1.81-0.07
c-0.75-0.07-1,0.72-0.61,1.25c0.38,0.52,1.06,0.59,0.74,2.62l-3.89,12.64c-0.45,1.59-1.46,2.13-1.89-0.01l-2.67-12.63
c-0.42-2.03-0.22-2.1,0.27-2.62c0.49-0.53,0.18-1.32-0.79-1.25c-0.97,0.07-1.35,0.07-2.33,0.07c-0.99,0-1.37,0-2.37-0.07
c-0.99-0.07-0.98,0.72-0.26,1.25c0.72,0.52,0.94,0.59,1.39,2.62l4.61,19.98c0.44,1.66,0.72,2.82,1.81,2.82
c1.09,0,1.7-1.09,2.14-2.75l6.15-20.04C62.01,80.33,62.2,80.38,62.76,79.85"/>
<path d="M108.15,112.78h-5.36v11.18H73.26c0.1-0.45,0.15-0.91,0.15-1.39c0-0.38-0.05-0.74-0.11-1.11h25.83V70.32l-3.41-3.51h7.07
v10.33h5.36c1.33,0,2.41,1.08,2.41,2.41c0,1.33-1.08,2.41-2.41,2.41h-5.36v26.01h5.36c1.33,0,2.41,1.08,2.41,2.41
C110.56,111.7,109.48,112.78,108.15,112.78 M66.64,127.07c-2.47,0-4.49-2.01-4.49-4.49c0-2.48,2.02-4.49,4.49-4.49
c2.48,0,4.49,2.01,4.49,4.49C71.13,125.06,69.12,127.07,66.64,127.07 M30.5,123.97v-11.18h-5.36c-1.33,0-2.41-1.08-2.41-2.4
c0-1.33,1.08-2.41,2.41-2.41h5.36V81.96h-5.36c-1.33,0-2.41-1.08-2.41-2.41c0-1.33,1.08-2.41,2.41-2.41h5.36V66.82h7.08l-3.41,3.51
v51.15h25.81c-0.06,0.36-0.11,0.73-0.11,1.11c0,0.48,0.05,0.94,0.15,1.39H30.5z M40.14,114.62l-3.86,3.44V71.18l3.86-3.97
L40.14,114.62z M55.93,116.12c2.95,0,4.98,0.44,6.46,1.23c-0.68,0.55-1.26,1.23-1.67,2.01H38l3.61-3.21L55.93,116.12z M42.26,66.82
h13.67c5.32,0,9.65,4.32,9.65,9.64v39.46c-0.37,0.06-0.72,0.15-1.07,0.27c-2.03-1.52-4.74-2.18-8.57-2.18l-13.67,0.02V66.82z
M77.35,66.82h13.68v47.22l-13.68-0.02c-3.83,0-6.54,0.66-8.57,2.18c-0.35-0.12-0.7-0.21-1.07-0.27V76.46
C67.69,71.14,72.02,66.82,77.35,66.82 M95.29,119.36H72.55c-0.42-0.77-0.98-1.45-1.66-2c1.47-0.8,3.49-1.24,6.45-1.24l14.34,0.02
L95.29,119.36z M92.07,115.09L92.07,115.09L92.07,115.09L92.07,115.09z M93.15,67.2l3.87,3.98v46.88l-3.87-3.44V67.2z
M108.15,105.86h-3.25V84.07h3.25c2.49,0,4.52-2.03,4.52-4.52c0-2.49-2.03-4.52-4.52-4.52h-3.25V64.7H77.35
c-4.75,0-8.85,2.83-10.71,6.89c-1.86-4.06-5.95-6.89-10.7-6.89H28.38v10.33h-3.24c-2.5,0-4.52,2.03-4.52,4.52
c0,2.49,2.03,4.52,4.52,4.52h3.24v21.79h-3.24c-2.5,0-4.52,2.03-4.52,4.52c0,2.49,2.03,4.52,4.52,4.52h3.24v11.18h32.5
c1.19,1.95,3.32,3.26,5.76,3.26c2.44,0,4.58-1.32,5.76-3.26h32.5v-11.18h3.25c2.49,0,4.52-2.03,4.52-4.52
C112.67,107.88,110.64,105.86,108.15,105.86"/>
<path d="M149.85,85.07l0.03,3.88c0,0.65,0.46,1.25,1.84,1.25c1.38,0,4.4-0.79,4.4-5.06c0-4.26-2.18-4.93-3.48-5.13
c-1.32-0.19-2.79-0.13-2.79,2.04V85.07z M147.46,104.59c-0.86,0-1.86,0-2.7,0.07c-0.86,0.06-0.99-0.72-0.47-1.25
c0.53-0.53,1.12-0.59,1.12-2.63V81.65c0-0.86-0.07-1.31-0.8-1.9c-0.71-0.6,0.21-1.32,1.26-1.32c1.04,0,4.08,0.07,5.78,0.07
c6.84,0,9.08,2.29,9.08,6.29c0,3.04-1.87,4.93-4.08,5.86c-0.62,0.26-0.82,0.69-0.82,1.02c0,0.33,0.07,0.5,0.37,0.98
c0.29,0.49,4.43,8.67,4.99,9.43c0.56,0.76,0.89,1.08,1.28,1.38c0.24,0.18,0.23,1.15-1.15,1.15h-3.61c0,0-0.24,0.07-0.67-0.66
c-0.42-0.72-5.36-11.2-5.81-11.95l-1.42-0.16l-0.04,8.93c0,2.04,0.58,1.98,1.18,2.5c0.6,0.52,0.42,1.45-0.55,1.38
C149.42,104.59,148.42,104.59,147.46,104.59"/>
<path d="M179.68,100.97c0.02,2.04,0.23,2.1,0.81,2.63c0.61,0.52,0.46,1.31-0.52,1.25c-0.97-0.07-1.34-0.07-2.3-0.07
c-0.98,0-1.35,0-2.32,0.07c-0.97,0.07-1.11-0.73-0.53-1.25c0.61-0.53,0.81-0.59,0.83-2.63V82.71c-0.02-2.04-0.22-2.11-0.83-2.63
c-0.58-0.52-0.44-1.32,0.53-1.25c0.96,0.06,1.34,0.06,2.32,0.06c0.96,0,1.33,0,2.3-0.06c0.97-0.07,1.13,0.72,0.52,1.25
c-0.58,0.52-0.8,0.59-0.81,2.63V100.97z"/>
<path d="M204.52,112.78h-5.36v11.18h-26.11c0.1-0.45,0.15-0.91,0.15-1.39c0-0.38-0.05-0.74-0.11-1.11h22.41V70.32l-3.41-3.51h7.08
v10.33h5.36c1.33,0,2.41,1.08,2.41,2.41c0,1.33-1.08,2.41-2.41,2.41h-5.36v26.01h5.36c1.33,0,2.41,1.08,2.41,2.41
C206.92,111.7,205.84,112.78,204.52,112.78 M166.42,127.07c-2.48,0-4.49-2.01-4.49-4.49c0-2.48,2.02-4.49,4.49-4.49
c2.48,0,4.5,2.01,4.5,4.49C170.92,125.06,168.9,127.07,166.42,127.07 M127.78,123.97v-11.18h-5.36c-1.33,0-2.41-1.08-2.41-2.4
c0-1.33,1.08-2.41,2.41-2.41h5.36V81.96h-5.36c-1.33,0-2.41-1.08-2.41-2.41c0-1.33,1.08-2.41,2.41-2.41h5.36V66.82h7.08l-3.41,3.51
v51.15h28.32c-0.06,0.36-0.11,0.73-0.11,1.11c0,0.48,0.05,0.94,0.15,1.39H127.78z M137.42,114.62l-3.86,3.44V71.18l3.86-3.97
L137.42,114.62z M138.49,115.09L138.49,115.09L138.49,115.09L138.49,115.09z M155.72,116.12c2.96,0,4.97,0.44,6.45,1.24
c-0.68,0.55-1.23,1.23-1.66,2h-25.23l3.61-3.21L155.72,116.12z M139.54,66.82h16.17c5.32,0,9.65,4.32,9.65,9.64v39.46
c-0.38,0.06-0.73,0.15-1.09,0.27c-2.03-1.52-4.72-2.18-8.56-2.18l-16.17,0.02V66.82z M177.13,66.82h10.25v47.22l-10.25-0.02
c-3.84,0-6.54,0.67-8.57,2.18c-0.35-0.12-0.71-0.22-1.09-0.27V76.46C167.48,71.14,171.81,66.82,177.13,66.82 M191.66,119.36h-19.32
c-0.42-0.77-0.98-1.45-1.66-2c1.48-0.8,3.5-1.24,6.45-1.24l10.92,0.02L191.66,119.36z M189.5,67.2l3.87,3.97v46.88l-3.87-3.44V67.2z
M204.52,105.86h-3.24V84.07h3.24c2.49,0,4.52-2.03,4.52-4.52c0-2.49-2.03-4.52-4.52-4.52h-3.24V64.7h-24.14
c-4.76,0-8.86,2.83-10.71,6.89c-1.86-4.06-5.96-6.89-10.71-6.89h-30.05v10.33h-3.24c-2.49,0-4.52,2.03-4.52,4.52
c0,2.49,2.03,4.52,4.52,4.52h3.24v21.79h-3.24c-2.49,0-4.52,2.03-4.52,4.52c0,2.49,2.03,4.52,4.52,4.52h3.24v11.18h35
c1.19,1.95,3.32,3.26,5.77,3.26c2.45,0,4.57-1.32,5.76-3.26h29.09v-11.18h3.24c2.49,0,4.52-2.03,4.52-4.52
C209.04,107.88,207.01,105.86,204.52,105.86"/>
<path d="M261.19,87.77c0.9-3.1,1.47-3.21,2.16,0.22l1.28,5.26c0.45,1.3,0.31,1.58-2.15,1.58c-3.19,0-3.39-0.23-2.8-1.54
L261.19,87.77z M265.57,97.18l0.83,3.43c0.42,2.03,0.22,2.1-0.27,2.62c-0.48,0.53-0.17,1.32,0.79,1.25c0.98-0.07,1.62-0.07,2.6-0.07
c0.99,0,1.1,0,2.1,0.07c1,0.07,0.85-1.2,0.36-1.54c-0.72-0.52-0.75-0.97-1.23-2.33l-5.65-19.98c-0.44-1.65-1.07-2.76-1.46-2.67
c-1.23,0.28-2.7,0.61-2.63,1.43l0.1,2.15l-5.72,19.07c-0.82,1.98-1.01,1.94-1.57,2.46c-0.55,0.52-0.53,1.48,0.24,1.41
c0.77-0.07,1.06-0.07,1.83-0.07c0.77,0,1.04,0,1.8,0.07c0.75,0.07,1-0.72,0.62-1.25c-0.4-0.52-1.07-0.59-0.74-2.62l1.18-3.7
c0.3-0.82,2.21-0.53,3.19-0.53C262.93,96.39,265.16,96.01,265.57,97.18"/>
<path d="M246.97,78.65c1.31,0,2.9-0.06,5.17-0.2c3.17-0.19,3.24,0,3.24,0.92c0,0.61,0.08,3.28,0.08,4.01c0,0.72-0.08,1.91-0.76,1.91
c-0.69,0-0.97-0.8-1.38-1.91c-1.17-3.16-2.35-3.62-3.17-3.62c-0.83,0-1.06,0.65-1.06,2.37v18.26c0.01,2.04,0.23,2.1,0.86,2.62
c0.62,0.53,0.47,1.45-0.55,1.39c-1.02-0.07-1.42-0.07-2.43-0.07c-1.02,0-1.41,0-2.43,0.07c-1.02,0.07-1.16-0.86-0.54-1.39
c0.63-0.52,0.84-0.58,0.87-2.62V82.13c0-1.71-0.24-2.37-1.07-2.37c-0.83,0-2.01,0.46-3.18,3.62c-0.41,1.11-0.67,1.91-1.38,1.91
c-0.67,0-0.75-1.18-0.75-1.91c0-0.73,0.08-3.41,0.08-4.01c0-0.92,0.07-1.11,3.23-0.92C244.07,78.59,245.66,78.65,246.97,78.65"/>
<path d="M273.35,98.17c0-2.4,1.52-2.07,2.37,0.32c0.79,2.23,1.91,5.06,4.93,5.06c3.03,0,3.69-3.49,3.69-5.19
c0-2.7-1.11-3.61-5.26-6.71c-4.14-3.08-5.06-5.06-5.06-7.49c0-2.43,2.37-6.23,6.18-6.23c1.87,0,2.8,0.16,3.78,0.89
c0.14,0.1,1.4,0.18,1.67-0.17c0.39-0.53,1.18,0.13,1.18,0.85c0,0.72,0,3.88,0.07,4.99c0.06,1.12-1.3,1.92-1.98-0.07
c-0.78-2.3-1.3-5.39-4.2-5.39c-2.46,0-3.08,2.95-3.08,4.08c0,3.16,3.15,4.2,6.57,6.76c3.42,2.56,4.3,3.68,4.3,7.23
c0,3.87-3.67,7.88-7.79,7.88c-1.77,0-3.22-1.01-4.66-1.01c-1.45,0-1.35,0.52-1.88,0.52c-0.52,0-1.08-0.42-0.95-1.34
C273.35,102.24,273.35,99.57,273.35,98.17"/>
<path d="M307.42,112.78h-5.37v11.18h-31.76c0.1-0.45,0.15-0.91,0.15-1.39c0-0.38-0.05-0.74-0.11-1.1h28.77V70.32l-3.41-3.51h6.37
v10.33h5.37c1.32,0,2.4,1.08,2.4,2.41c0,1.33-1.08,2.41-2.4,2.41h-5.37v26.01h5.37c1.32,0,2.4,1.08,2.4,2.41
S308.74,112.78,307.42,112.78 M263.67,127.07c-2.48,0-4.49-2.01-4.49-4.49c0-2.47,2.01-4.49,4.49-4.49c2.48,0,4.49,2.02,4.49,4.49
C268.16,125.05,266.14,127.07,263.67,127.07 M224.36,123.96v-11.18H219c-1.33,0-2.4-1.08-2.4-2.4s1.08-2.41,2.4-2.41h5.36V81.96H219
c-1.33,0-2.4-1.08-2.4-2.41c0-1.33,1.08-2.41,2.4-2.41h5.36V66.81h7.08l-3.41,3.51v51.15h28.98c-0.06,0.36-0.11,0.72-0.11,1.1
c0,0.48,0.05,0.94,0.15,1.39H224.36z M234.01,114.62l-3.86,3.44V71.18L234,67.2L234.01,114.62z M252.96,116.13
c2.95,0,4.97,0.44,6.45,1.23c-0.68,0.56-1.24,1.23-1.66,2h-25.89l3.61-3.21L252.96,116.13z M236.12,66.81h16.85
c4.39,0,8.22,2.9,9.32,7.05l0.21,0.78h1.83l0.21-0.78c1.1-4.15,4.94-7.05,9.33-7.05h17.13v47.22l-16.62-0.02
c-3.84,0-6.53,0.67-8.57,2.18c-0.68-0.23-1.39-0.38-2.14-0.38c-0.75,0-1.47,0.15-2.14,0.38c-2.03-1.52-4.73-2.18-8.56-2.18
l-16.84,0.02V66.81z M295.26,119.36h-25.68c-0.42-0.77-0.99-1.45-1.66-2c1.48-0.79,3.49-1.23,6.45-1.23l17.28,0.02L295.26,119.36z
M293.11,67.2l3.87,3.98v46.88l-3.87-3.44V67.2z M307.42,105.86h-3.25V84.07h3.25c2.49,0,4.51-2.03,4.51-4.52
c0-2.49-2.02-4.52-4.51-4.52h-3.25V64.7h-30.3c-4.47,0-8.47,2.48-10.45,6.25c-1.98-3.77-5.98-6.25-10.45-6.25h-30.72v10.33H219
c-2.49,0-4.52,2.03-4.52,4.52c0,2.49,2.03,4.52,4.52,4.52h3.25v21.79H219c-2.49,0-4.52,2.03-4.52,4.52c0,2.49,2.03,4.52,4.52,4.52
h3.25v11.18h35.66c1.19,1.95,3.32,3.26,5.76,3.26c2.45,0,4.58-1.32,5.77-3.26h34.74v-11.18h3.25c2.49,0,4.51-2.03,4.51-4.52
C311.93,107.88,309.91,105.86,307.42,105.86"/>
<polygon points="749.7,139.55 772.48,139.55 799.03,66.46 779.47,66.46 762.14,118.74 744.67,66.46 723.01,66.46 "/>
<path d="M926.93,419.81h20.13V313.56h-20.13V419.81z M875.62,421.35c21.95,0,38.58-14.68,38.58-37.74v-1.12
c0-22.79-16.5-37.46-38.44-37.46s-38.58,14.96-38.58,37.88v1.12C837.18,406.81,853.82,421.35,875.62,421.35 M875.76,405.97
c-11.46,0-17.89-8.39-17.89-22.37v-1.12c0-13.98,6.71-22.09,17.89-22.09c11.33,0,17.9,8.39,17.9,22.37v0.98
C893.66,397.58,887.09,405.97,875.76,405.97 M790.91,421.35c21.95,0,38.58-14.68,38.58-37.74v-1.12c0-22.79-16.5-37.46-38.44-37.46
s-38.58,14.96-38.58,37.88v1.12C752.47,406.81,769.1,421.35,790.91,421.35 M791.05,405.97c-11.46,0-17.89-8.39-17.89-22.37v-1.12
c0-13.98,6.71-22.09,17.89-22.09c11.33,0,17.9,8.39,17.9,22.37v0.98C808.95,397.58,802.38,405.97,791.05,405.97 M672.37,419.81
h20.27v-42.22c0-10.77,6.57-16.08,15.24-16.08c8.95,0,12.86,4.75,12.86,14.68v43.62h20.27v-46.55c0-19.57-10.21-28.24-24.61-28.24
c-12.16,0-20.13,6.01-23.76,13.28v-44.74h-20.27V419.81z M626.1,421.35c21.25,0,33.83-12.02,34.95-29.36h-18.31
c-0.98,9.37-7.55,14.12-15.66,14.12c-11.32,0-17.89-7.55-17.89-22.23v-1.12c0-13.98,6.99-21.81,17.47-21.81
c8.25,0,13.42,3.92,14.82,12.44h19.15c-1.81-20.97-17.47-28.38-34.39-28.38c-20.83,0-37.75,14.4-37.75,38.02v1.12
C588.49,408.06,604.71,421.35,626.1,421.35"/>
<path d="M535.14,421.35c26.67,0,43.08-14.12,43.08-31.87c0-20.69-14.04-27.26-41.34-30.34c-17.36-2.24-20.98-5.59-20.98-12.72
c0-6.71,5.68-11.32,16.88-11.32c11.2,0,17.2,4.19,18.77,13.28h23.51c-2.05-19.85-16.88-29.92-42.29-29.92
c-24.94,0-41.03,12.72-41.03,29.78c0,19.29,11.84,26.98,40.71,30.34c16.57,2.24,21.3,5.03,21.3,13c0,7.83-7.42,13.28-18.62,13.28
c-16.73,0-20.98-7.41-22.09-16.35H488.6C490.01,408.48,504.21,421.35,535.14,421.35"/>
<path d="M515.57,220.8v-25.58l22.52,0.02c10.62,0,15.37,3.77,15.37,12.16v0.56c0,8.95-4.33,12.86-15.24,12.86L515.57,220.8z
M515.57,264v-28.65l23.5,0.02c12.3,0,17.33,4.75,17.33,13.98v0.56c0,9.08-5.02,14.12-16.21,14.12L515.57,264z M493.48,279.65
l50.2,0.02c23.07,0,35.09-9.64,35.09-27.96v-0.56c0-13.42-7-20.83-19.99-23.48c11.18-3.21,16.22-10.9,16.22-21.39v-0.56
c0-17.05-11.33-26-33.13-26l-48.38-0.02V279.65z"/>
<path d="M1051.45,281.19c19.29,0,30.76-8.25,30.76-24.04c0-15.66-10.07-20.27-28.38-22.93c-10.62-1.54-14.12-3.35-14.12-7.97
c0-4.47,3.77-7.55,10.34-7.55c6.99,0,10.34,2.8,11.47,8.81h18.59c-1.81-16.78-13.98-22.65-30.19-22.65
c-14.95,0-28.93,7.55-28.93,22.78c0,14.26,7.55,19.85,26.98,22.79c10.49,1.54,14.82,3.63,14.82,8.67c0,5.03-3.64,7.97-11.46,7.97
c-8.81,0-12.02-3.77-12.87-10.35h-18.87C1020.29,272.53,1031.74,281.19,1051.45,281.19 M981.28,281.19
c19.29,0,30.75-8.25,30.75-24.04c0-15.66-10.07-20.27-28.38-22.93c-10.63-1.54-14.12-3.35-14.12-7.97c0-4.47,3.78-7.55,10.35-7.55
c6.98,0,10.34,2.8,11.46,8.81h18.6c-1.82-16.78-13.98-22.65-30.19-22.65c-14.96,0-28.94,7.55-28.94,22.78
c0,14.26,7.55,19.85,26.98,22.79c10.48,1.54,14.81,3.63,14.81,8.67c0,5.03-3.63,7.97-11.46,7.97c-8.81,0-12.03-3.77-12.86-10.35
h-18.87C950.11,272.53,961.57,281.19,981.28,281.19 M888.32,235.2c1.54-10.35,7.69-16.36,16.77-16.36c9.65,0,15.24,5.31,15.94,16.36
H888.32z M905.66,281.19c19.99,0,32.57-8.81,34.95-24.6h-19.15c-1.26,6.15-5.87,10.2-15.24,10.2c-11.04,0-17.61-6.99-18.17-19.15
h52.7v-5.59c0-26.14-16.77-37.18-35.65-37.18c-21.25,0-37.6,14.96-37.6,38.02v1.12C867.5,267.35,883.57,281.19,905.66,281.19
M785.99,279.65h20.27v-42.22c0-10.77,6.57-16.08,15.24-16.08c8.95,0,12.86,4.75,12.86,14.68v43.62h20.26V233.1
c0-19.57-10.2-28.24-24.6-28.24c-12.17,0-20.13,6.01-23.77,13.28v-11.6h-20.27V279.65z M757.2,196.62c6.57,0,11.6-4.76,11.6-11.04
c0-6.29-5.03-11.04-11.6-11.04c-6.43,0-11.47,4.75-11.47,11.04C745.74,191.86,750.77,196.62,757.2,196.62 M747.27,279.65h20.13
v-73.11h-20.13V279.65z M703.1,281.19c19.3,0,30.75-8.25,30.75-24.04c0-15.66-10.06-20.27-28.37-22.93
c-10.63-1.54-14.12-3.35-14.12-7.97c0-4.47,3.78-7.55,10.34-7.55c6.99,0,10.35,2.8,11.46,8.81h18.59
c-1.81-16.78-13.98-22.65-30.19-22.65c-14.95,0-28.93,7.55-28.93,22.78c0,14.26,7.54,19.85,26.98,22.79
c10.48,1.54,14.82,3.63,14.82,8.67c0,5.03-3.64,7.97-11.47,7.97c-8.81,0-12.02-3.77-12.86-10.35h-18.88
C671.93,272.53,683.39,281.19,703.1,281.19 M615.31,281.19c12.02,0,19.43-5.59,23.21-13v11.46h20.13v-73.11h-20.13v42.92
c0,10.76-6.71,16.07-15.24,16.07c-8.67,0-12.72-4.75-12.72-14.68v-44.31h-20.14v47.11C590.43,272.8,601.06,281.19,615.31,281.19"/>
<path d="M833.54,126.98c-7.41,0-10.62-3.5-10.62-8.81c0-7.83,6.85-10.34,18.59-10.34h7.83v6.15
C849.34,122.09,842.49,126.98,833.54,126.98 M827.53,141.1c11.47,0,17.9-4.47,22.09-10.34v8.81h19.71V91.89
c0-19.85-12.72-27.12-30.61-27.12c-17.9,0-31.6,7.69-32.85,25.02h19.15c0.84-6.29,4.47-10.34,12.44-10.34
c9.22,0,11.88,4.76,11.88,13.42v2.93h-8.25c-22.37,0-38.02,6.43-38.02,23.49C803.07,134.67,814.26,141.1,827.53,141.1
M619.91,126.98c-7.41,0-10.63-3.5-10.63-8.81c0-7.83,6.85-10.34,18.6-10.34h7.83v6.15C635.71,122.09,628.86,126.98,619.91,126.98
M613.9,141.1c11.46,0,17.89-4.47,22.09-10.34v8.81h19.71V91.89c0-19.85-12.72-27.12-30.61-27.12c-17.9,0-31.59,7.69-32.85,25.02
h19.16c0.84-6.29,4.47-10.34,12.44-10.34c9.23,0,11.88,4.76,11.88,13.42v2.93h-8.25c-22.36,0-38.02,6.43-38.02,23.49
C589.44,134.67,600.62,141.1,613.9,141.1"/>
<polygon points="493.48,139.51 516.13,139.51 516.13,98.27 552.36,98.32 552.36,139.56 575,139.56 575,39.61 552.36,39.61
552.36,80.43 516.13,80.38 516.13,39.56 493.48,39.56 "/>
<path d="M715.59,65.42c-11.06,0.51-17.86,5.61-22.29,15.01V66.45h-20.27v73.11h20.27v-36.62c0-13.55,8.16-18.55,22.29-18.72V65.42z"
/>
<path d="M929.16,65.43c-11.02,0.53-17.8,5.62-22.22,15V66.45h-20.27v73.11h20.27v-36.62c0-13.53,8.14-18.53,22.22-18.72V65.43z"/>
<path d="M973.14,125.3c-10.06,0-17.05-7.13-17.05-21.67v-1.12c0-14.54,6.29-22.22,17.61-22.22c11.04,0,17.47,7.41,17.47,21.95v1.12
C991.17,118.17,983.76,125.3,973.14,125.3 M967.13,141.1c10.76,0,19.71-6.29,23.48-13.7v12.16h20.13V33.32h-20.13v44.03
c-4.06-7.41-11.32-12.58-23.07-12.58c-18.31,0-32.15,14.12-32.15,38.16v1.12C935.4,128.38,949.37,141.1,967.13,141.1"/>
<rect x="410.17" width="9.06" height="602.59"/>
<path class="st1" d="M490.69,512.42v-1.12c0-28.4,19.86-50.78,49.24-50.78c29.38,0,48.82,22.38,48.82,50.5v1.12
c0,28.26-19.44,50.92-48.54,50.92C510.69,563.06,490.69,540.4,490.69,512.42 M576.16,512v-1.12c0-22.38-13.15-40.57-36.23-40.57
c-23.22,0-36.65,17.07-36.65,40.84v1.12c0,24.2,16.09,40.7,36.93,40.7C562.45,552.99,576.16,536.2,576.16,512"/>
<path class="st1" d="M608.21,488.64h11.61v11.61c3.35-6.86,11.47-12.87,23.5-12.87c15.1,0,25.73,8.25,25.73,29.52v44.91h-11.61
v-45.74c0-12.87-5.46-18.61-17.21-18.61c-10.77,0-20.42,6.86-20.42,20v44.35h-11.61V488.64z"/>
<rect x="692.15" y="453.67" class="st1" width="11.75" height="108.13"/>
<path class="st1" d="M725.86,465.7c0-4.2,3.5-7.7,7.69-7.7c4.2,0,7.7,3.5,7.7,7.7s-3.5,7.69-7.7,7.69
C729.36,473.39,725.86,469.9,725.86,465.7 M727.96,488.64h11.61v73.16h-11.61V488.64z"/>
<path class="st1" d="M763.36,488.64h11.61v11.61c3.35-6.86,11.47-12.87,23.5-12.87c15.1,0,25.73,8.25,25.73,29.52v44.91h-11.61
v-45.74c0-12.87-5.46-18.61-17.21-18.61c-10.77,0-20.42,6.86-20.42,20v44.35h-11.61V488.64z"/>
<path class="st1" d="M841.56,525.99v-1.12c0-22.1,14.13-37.49,34.28-37.49c16.92,0,32.87,10.21,32.87,36.37v3.78h-55.12
c0.56,16.64,8.53,25.88,23.5,25.88c11.33,0,17.91-4.2,19.45-12.73h11.61c-2.51,14.69-14.69,22.38-31.19,22.38
C856.25,563.06,841.56,548.51,841.56,525.99 M896.82,518.16c-1.12-15.11-8.95-21.12-20.98-21.12c-11.89,0-19.86,8.11-21.83,21.12
H896.82z"/>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -0,0 +1,147 @@
---
title: "Resume"
date: 2022-06-13T21:28:51+01:00
draft: false
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
showEdit: false
---
## Experience
<table>
<thead>
<tr>
<th>Company</th>
<th>Link</th>
<th>Role</th>
<th>Dates</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td><img class="customEntitityLogo" src="docker.png"/></td>
<td><a href="https://www.docker.com/" target="_blank">Docker</a></td>
<td>Staff Product Manager</td>
<td>2022 - Present</td>
<td>Full Remote </br> Lisbon, PT</td>
</tr>
<tr>
<td><img class="customEntitityLogo" src="aws.png"/></td>
<td><a href="https://aws-startup-lofts.com/emea" target="_blank">AWS Startup Loft</a></td>
<td>Startup Advisor</td>
<td>2022 - Present</td>
<td>Full Remote </br> Lisbon, PT</td>
</tr>
<tr>
<td rowspan=2><img class="customEntitityLogo" src="truphone.png"/></td>
<td rowspan=2><a href="https://www.truphone.com/" target="_blank">Truphone</a></td>
<td>Group Product Manager</td>
<td>2021 - 2022</td>
<td rowspan=2>Hybrid </br> Lisbon, PT</td>
</tr>
<tr>
<td>Senior Product Manager</td>
<td>2020 - 2021</td>
</tr>
<tr>
<td rowspan=2><img class="customEntitityLogo" src="vodafone.png"/></td>
<td rowspan=2><a href="https://www.vodafone.com/" target="_blank">Vodafone Group</a></td>
<td>Analytics Squad Lead </td>
<td>2019 - 2020</td>
<td rowspan=2>Lisbon, PT </br> London, UK</td>
</tr>
<tr>
<td>Senior Product Manager</td>
<td>2018 - 2019</td>
</tr>
<tr>
<td><img class="customEntitityLogo" src="sky.png"/></td>
<td><a href="https://www.sky.de/" target="_blank">Sky Deutschland</a></td>
<td>Senior Product Architect</td>
<td>2016 - 2018</td>
<td>Munich, DE</td>
</tr>
<tr>
<td><img class="customEntitityLogo" src="skimic.png"/></td>
<td><a href="https://skimic.com" target="_blank">Skimic</a> </td>
<td>Founder</td>
<td>2016 - 2017</td>
<td>Munich, DE</td>
</tr>
<tr>
<td><img class="customEntitityLogo" src="vodafone.png"/></td>
<td><a href="https://www.vodafone.com/" target="_blank">Vodafone Group</a></td>
<td>Product Manager</td>
<td>2015 - 2016</td>
<td>Lisbon, PT</br>London, UK</td>
</tr>
<tr>
<td rowspan=2><img class="customEntitityLogo" src="nos.png"/></td>
<td rowspan=2><a href="https://www.nos.pt" target="_blank">NOS</a></td>
<td>Product Manager</td>
<td>2014 - 2015</td>
<td rowspan=2>Lisbon, PT</td>
</tr>
<tr>
<td>Solutions Architect</td>
<td>2012 - 2014</td>
</tr>
<tr>
<td><img class="customEntitityLogo" src="inesc.png"/></td>
<td><a href="https://www.inesc-id.pt/" target="_blank">Inesc-ID</a></td>
<td>Junior Researcher</td>
<td>2011 - 2012</td>
<td>Lisbon, PT</td>
</tr>
</tbody>
</table>
---
## Education
<table>
<thead>
<tr>
<th>School</th>
<th>Link</th>
<th>Degree</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan=2><img class="customEntitityLogo" src="hbs.svg"/></td>
<td rowspan=2><a href="https://online.hbs.edu/" target="_blank">Harvard Business School Online</a></td>
<td>Entrepreneurship Essentials</td>
<td>2022</td>
</tr>
<tr>
<td>Disruptive Strategy</td>
<td>2022</td>
</tr>
<tr>
<td rowspan=2><img class="customEntitityLogo" src="ist.png"/></td>
<td rowspan=2><a href="https://tecnico.ulisboa.pt/en/" target="_blank">Tecnico Lisboa</a></td>
<td>MSc in Computer Science - Distributed Systems</td>
<td>2012</td>
</tr>
<tr>
<td>BSc, Computer Science</td>
<td>2010</td>
</tr>
</tbody>
</table>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more