You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
447 lines
19 KiB
447 lines
19 KiB
11 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
|
|
||
|
<!-- Enable responsiveness on mobile devices-->
|
||
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
|
||
|
|
||
|
<title>Julio Biason .Me 4.3</title>
|
||
|
|
||
|
<!-- CSS -->
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body class=" ">
|
||
|
|
||
|
<div class="sidebar">
|
||
|
<div class="container sidebar-sticky">
|
||
|
<div class="sidebar-about">
|
||
|
|
||
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
|
||
|
|
||
|
<p class="lead">Old school dev living in a 2.0 dev world</p>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<ul class="sidebar-nav">
|
||
|
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/">English</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="content container">
|
||
|
|
||
|
<div class="posts">
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/microservices-chassis/">
|
||
|
Microservices: Chassis
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-04-17
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/microservices/">#microservices</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/chassis/">#chassis</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/frameworks/">#frameworks</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/languages/">#languages</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>The chassis for a microservices fleet is defined as the libraries and
|
||
|
frameworks that one should use when creating a new microservice.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/microservices-chassis/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/you-dont-need-range/">
|
||
|
You Don't Need range()
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-04-16
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/code/">#code</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/range/">#range</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Beginners in Python tend to use <code>range()</code> for iterating over lists. This is
|
||
|
not really necessary.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/you-dont-need-range/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/fulgrim/">
|
||
|
Fulgrim - Graham McNeill
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-04-14
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/scifi/">#scifi</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fiction/">#fiction</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/warhammer-40000/">#warhammer 40000</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/horus-heresy/">#horus heresy</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/graham-mcneill/">#graham mcneill</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-0/">#stars:0</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2007/">#published:2007</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/957931.Fulgrim">GoodReads Summary</a>
|
||
|
It is the 31st millennium, and humanity is at the peak of its powers. As the
|
||
|
Great Crusade, led by Warmaster Horus, continues to conquer the galaxy,
|
||
|
Fulgrim, Primarch of the Emperor’s Children, leads his warriors into battle
|
||
|
against a vile alien foe. From the blood of this campaign are sown the seeds
|
||
|
that will lead this proud Legion to treachery, taking them down the darkest of
|
||
|
paths of corruption. Leading up to the carnage of the Dropsite Massacre on
|
||
|
Isstvan V, this is the tale of Fulgrim's tragic fall from grace.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/fulgrim/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/ansible-from-beginner-to-pro/">
|
||
|
Ansible: From Beginner to Pro - Michael Heap
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-04-03
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/ti/">#ti</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/ansible/">#ansible</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/michael-heap/">#michael heap</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2016/">#published:2016</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/29201033-ansible">GoodReads Summary</a>:
|
||
|
This book is your concise guide to Ansible, the simple way to automate apps
|
||
|
and IT infrastructure. In less than 250 pages, this book takes you from
|
||
|
knowing nothing about configuration management to understanding how to use
|
||
|
Ansible in a professional setting.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/ansible-from-beginner-to-pro/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/mothers-and-other-monsters/">
|
||
|
Mothers & Other Monsters: Stories - Maureen F. McHugh
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-28
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fiction/">#fiction</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/maureen-f-mchugh/">#maureen f mchugh</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2005/">#published:2005</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/8157780-mothers-other-monsters">GoodReads Summary</a>:
|
||
|
In her debut collection, Maureen F. McHugh examines the impacts of social and
|
||
|
technological shifts on families. Using deceptively simple prose, she
|
||
|
illuminates the relationship between parents and children and the expected and
|
||
|
unexpected chasms that open between generations.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/mothers-and-other-monsters/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/97-things-every-programmer-should-know/">
|
||
|
97 Things Every Programmer Should Know: Collective Wisdom from the Experts - Kevlin Henney
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-22
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2010/">#published:2010</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/7003902-97-things-every-programmer-should-know">GoodReads Summary</a>:
|
||
|
Tap into the wisdom of experts to learn what every programmer should know, no
|
||
|
matter what language you use. With the 97 short and extremely useful tips for
|
||
|
programmers in this book, you'll expand your skills by adopting new approaches
|
||
|
to old problems, learning appropriate best practices, and honing your craft
|
||
|
through sound advice.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/97-things-every-programmer-should-know/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/20200316/">
|
||
|
Links for 2020-03-16
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-16
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/devops/">#devops</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/covid-19/">#covid-19</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/licensing/">#licensing</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/cheatsheet/">#cheatsheet</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/erland/">#erland</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/language-server/">#language server</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/text-processing/">#text processing</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Free DevOps Books, COVID-19 Vaccine Fight, License Writing Tool, Python
|
||
|
Cheatsheet, Erland LS, Unix Text Processing.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/20200316/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/20200313/">
|
||
|
Links for 2020-03-13
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/cloud/">#cloud</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/aws/">#aws</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/azure/">#azure</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/gcp/">#gcp</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/benchmarks/">#benchmarks</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/government/">#government</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/germany/">#germany</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/twitter/">#twitter</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fakes/">#fakes</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/automated/">#automated</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/documentation/">#documentation</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/work-from-home/">#work from home</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/home-office/">#home office</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>AWS+Azure+GCP on Optimizing Benchmarks, Public Service in Germany Can't Be
|
||
|
Free, Fake Twitter Accounts, Automated Emails, Documenting Your Rust Code,
|
||
|
Tips on Working From Home.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/20200313/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/20200312/">
|
||
|
Links for 2020-03-12
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-12
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Netflix and the Hexagonal Architecture, logging, EOF, JS Frameworks, Emacs
|
||
|
Charts, Rust init Pattern, Software Engineers vs Technicians, Cancelling
|
||
|
Conferences How-To, A VIM Jump-to-Anything plugin.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/20200312/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/20200311/">
|
||
|
Links for 2020-03-11
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-03-11
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/google/">#google</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/agpl/">#agpl</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Google Policy towards AGPL software, Swift vs Rust, Open Source Economics,
|
||
|
JUnit 5, cfg(doctest), Firefox on Flathub.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/20200311/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|