The source content for blog.juliobiason.me
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.

109 lines
4.2 KiB

<!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:&#x2F;&#x2F;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="&#x2F;">English</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt">Português</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;tags">Tags (EN)</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt&#x2F;tags">Tags (PT)</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Nginx: From Beginner to Pro - Rahul Soni</h1>
<span class="post-date">
2017-06-28
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
<a href="https://blog.juliobiason.me/tags/rahul-soni/">#rahul soni</a>
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
<a href="https://blog.juliobiason.me/tags/nginx/">#nginx</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-2016/">#published:2016</a>
</span>
<p><a href="https://www.goodreads.com/book/show/30892392-nginx">GoodReads Summary</a>:
Teaches you to start up Nginx and quickly take your expertise to a level where
you can comfortably work with various aspects of the web server and make
informed design decisions for your web farm. Nginx powers more than 40% of the
top 1000 websites and is among the handful of web servers that can handle more
than 10K simultaneous connections. It has some features which are simply
unparalleled.</p>
<span id="continue-reading"></span><div>
★☆☆☆☆
</div>
<p>Seriously, I had to read this with a lot of self control, because there was so
much bullshit. I mean, you don't need to know Nginx to understand that the PID
file is used to know if the process is running (in the most simple case) but
the book tries to sell it as a way to check process uptime. I mean, seriously?
Of all the things, Nginx will create a PID file simply for you to check its
uptime?</p>
<p>This kind of thing keeps going on and on. It feels like the author didn't know
Nginx at all and was figuring out as the book was being written; when they had
no idea what one thing meant, bullshit was used to fill the blanks.</p>
<p>This means two things: One, there is so much bullshit it is painful. Second,
the book only gets reasonably good at the end. But still hardly anything near
the &quot;Pro&quot; as used in the title.</p>
</div>
</div>
</body>
</html>