Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Jan 9, 2024
1 parent e4c115e commit a0d179e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="varoa.net | Galo Navarro">
<meta name="twitter:site" content="varoa.net | Galo Navarro">
<meta name="twitter:description" content="The personal website of Galo Navarro">

<script defer src="https://eu.umami.is/script.js" data-website-id="bb30c536-a7c9-46f5-b50c-7239169c7561"></script>
</head>
7 changes: 7 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
{{ content }}
</div>


<p class="post-meta">
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>

<p>
Any thoughts? <a href="mailto:[email protected]">send me an email!</a>
</p>

</article>


<p style='font-size:90%; font-style:italic; text-align:center; margin-top:50px;'>
To get notifications for new posts, subscribe to
<a href="https://varoa.ghost.io/">my mailing list</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,23 +285,27 @@ that engineering is a different one.

You have to convey to engineers around you the importance of
understanding the Why of your work. The value of growing a diverse
toolbox of skills. Be a role model in this. Help them engage with the
toolbox of skills. Be a role model in this. Help them engage with the
business. Push them to get out of the code sometime, and walk the
organisation learning what’s beyond the brick laying. To get into the
project manager or the UX designer’s shoes, to go help customers ensure
that disaster of an API we designed behind our noise-cancelling
headphones. To do the project management that’s falling through the
cracks, and learn from the experience. This is all essential. But it is
equally essential that you help engineers keep their focus, attention,
raw, solid, uninterrupted quality time, on core engineering activities.
Ensure that their jars fill with big stones first. Sometimes you do this
by pushing back when the organisation wants to use some of the
engineer’s time budget into for purposes that seem good, well motivated
and rational, but can have unintentional side effects on the engineers’
ability to write, review, operate, deliver and maintain the engineering
dimension of high quality software up to high standards. And this
doesn’t mean that engineering is the only dimension that matters. Nor
that it’s the most important one. Nor should you think of yourself and
your team as sacred cows among lesser professionals. It just means that
you’re engineers, and you have a job to do.
cracks, and learn from the experience.

This is all essential. But it is equally essential that you help
engineers keep their focus, attention, raw, solid, uninterrupted quality
time, on core engineering activities. Ensure that their jars fill with
big stones first. Sometimes you do this by pushing back when the
organisation wants to use some of the engineer’s time budget into for
purposes that seem good, well motivated and rational, but can have
unintentional side effects on the engineers’ ability to write, review,
operate, deliver and maintain the engineering dimension of high quality
software up to high standards.

This doesn’t mean that engineering is the only dimension that matters.
Nor that it’s the most important one. Nor should you think of yourself
and your team as sacred cows among lesser professionals.

It just means that you’re engineers, and you have a job to do.

2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
margin: 0px auto;
background-color: rgb(230, 235, 245);
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
font-size: 15px;
color: rgb(55, 53, 47);
text-align: left;
line-height: 1.5;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<p>
My focus is mainly on building, but I believe that putting ideas into
writing makes better thinking. Below you can find a selection of my
writings, generally related to whatever is keeping me busy at the
time, and my own opinion.
writings. These are generally related to whatever is keeping me busy
at the time, and my own opinion.
</p>

<p>
Expand Down

0 comments on commit a0d179e

Please sign in to comment.