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.
440 lines
20 KiB
440 lines
20 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/dear-github-maintainers/">
|
||
|
Dear Github Maintainers
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-01-15
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/github/">#github</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/comments/">#comments</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>A rebuttal to "Dear Github".</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/dear-github-maintainers/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/linux-shell-scripting-cookbook/">
|
||
|
Linux Shell Scripting Cookbook - Shantanu Tushar
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-01-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/shantanu-tushar/">#shantanu tushar</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/shell-script/">#shell script</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2011/">#published:2011</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/10370134-linux-shell-scripting-cookbook">GoodReads Summary</a>:
|
||
|
This cookbook is for beginners or intermediate Linux users who want to master
|
||
|
writing Bash shell scripts. Intermediate/advanced users, system
|
||
|
administrators, developers, and programmers can use it as a reference when
|
||
|
they face problems while coding. Each recipe contains step-by-step
|
||
|
instructions about everything necessary to execute a particular task. The book
|
||
|
is designed so that beginners can read it from start to end while advanced
|
||
|
users can just open it at any chapter and start following the recipes as a
|
||
|
reference. It covers most of the commands on Linux with a variety of use cases
|
||
|
accompanied by plenty of examples and guides you on implementing some of the
|
||
|
commonest Linux commands with recipes that handle operations or properties
|
||
|
related to files like searching and mining inside a file with grep. It also
|
||
|
shows how utilities like sed, awk, grep, and cut can be combined to solve text
|
||
|
processing problems. The focus is on saving time by automating activities with
|
||
|
a few lines of script.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/linux-shell-scripting-cookbook/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/couchbase-example-and-rest/">
|
||
|
Couchbase Example and REST
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-01-12
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/rest/">#rest</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/couchbase/">#couchbase</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/example/">#example</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/restful/">#restful</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Using the example Couchbase to show how REST works.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/couchbase-example-and-rest/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/agile-vs-culture/">
|
||
|
Agile vs Culture: The Story of Outliners
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-12-18
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/agile/">#agile</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/book/">#book</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/empowerment/">#empowerment</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/disenfranchise/">#disenfranchise</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>When the culture goes against agile.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/agile-vs-culture/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/the-day-i-found-my-old-code/">
|
||
|
The Day I Found My Old Code
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-12-18
|
||
|
|
||
|
<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/pep8/">#pep8</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/pylint/">#pylint</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Found a piece of code I wrote 2 years ago, following a lot of linters. I'm
|
||
|
amazed how readable the code still is.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/the-day-i-found-my-old-code/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/object-oriented-javascript-second-edition/">
|
||
|
Object-oriented JavaScript - Second Edition - Stoyan Stefanov
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-10-03
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stoyan-stefanov/">#stoyan stefanov</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2008/">#published:2008</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/4355468-object-oriented-javascript">GoodReads Summary</a>:
|
||
|
Create scalable and reusable high-quality JavaScript applications and
|
||
|
libraries using the concepts of object-oriented programming. This book is for
|
||
|
the beginning to intermediate web developer who wants to solve web development
|
||
|
problems with smart JavaScript. It does not assume any prior knowledge of
|
||
|
JavaScript programming; however even if you already know some JavaScript,
|
||
|
there will be plenty for you to learn here.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/object-oriented-javascript-second-edition/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/oh-myyy-there-goes-the-internet-life-the-internet-and-everything/">
|
||
|
Oh Myyy! (There Goes the Internet): Life, the Internet and Everything - George Takei
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-09-18
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/george-takei/">#george takei</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/star-trek/">#star trek</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2012/">#published:2012</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/16059137-oh-myyy">GoodReads Summary</a>:
|
||
|
How did a 75-year old actor from Star Trek become a social media juggernaut?
|
||
|
Why does everything he posts spread like wildfire across the ether, with tens
|
||
|
or even hundreds of thousands of likes and shares? And what can other sites,
|
||
|
celebrities and companies do to attain his stratospheric engagement levels,
|
||
|
which hover or top 100 percent while theirs languish in the single digits?</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/oh-myyy-there-goes-the-internet-life-the-internet-and-everything/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/javascript-testing-beginners-guide/">
|
||
|
JavaScript Testing Beginner's Guide - Liang Yuxian Eugene
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-09-10
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/liang-yuxian-eugene/">#liang yuxian eugene</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/tests/">#tests</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</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/9272372-javascript-testing-beginner-s-guide">GoodReads Summary</a>:
|
||
|
This book is organized such that only the most essential information is
|
||
|
provided to you in each chapter so as to maximize your learning. Examples and
|
||
|
tutorials are given in an easy to follow, step-by-step manner so that you can
|
||
|
see how the testing process is being carried out and how the code is being
|
||
|
written. The source code also contains detailed explanation so that you know
|
||
|
what the code is doing. Multiple screenshots are used in places that matter so
|
||
|
that you have a visual sense of what is happening. Beginner JavaScript
|
||
|
developers looking for essential ways to write, test, and debug JavaScript for
|
||
|
different purposes and situations.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/javascript-testing-beginners-guide/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/old-mans-war-old-mans-war-1/">
|
||
|
Old Man's War (Old Man's War, #1) - John Scalzi
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-07-19
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/john-scalzi/">#john scalzi</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/old-man-s-war/">#old man's war</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</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/36510196-old-man-s-war">GoodReads Summary</a>:
|
||
|
Earth itself is a backwater. The bulk of humanity's resources are in the hands
|
||
|
of the Colonial Defense Force. Everybody knows that when you reach retirement
|
||
|
age, you can join the CDF. They don't want young people; they want people who
|
||
|
carry the knowledge and skills of decades of living. You'll be taken off Earth
|
||
|
and never allowed to return. You'll serve two years at the front. And if you
|
||
|
survive, you'll be given a generous homestead stake of your own, on one of our
|
||
|
hard-won colony planets.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/old-mans-war-old-mans-war-1/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/the-martian/">
|
||
|
The Martian - Andy Weir
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2015-07-18
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/andy-weir/">#andy weir</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/review/">#review</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/scifi/">#scifi</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-5/">#stars:5</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2012/">#published:2012</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/18007564-the-martian">GoodReads Summary</a>:
|
||
|
Six days ago, astronaut Mark Watney became one of the first people to walk on
|
||
|
Mars.</p>
|
||
|
<p>Now, he’s sure he’ll be the first person to die there.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/the-martian/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|