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.
461 lines
21 KiB
461 lines
21 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://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/reviews/books/how-to-make-mistakes-in-python/"> |
|
How to Make Mistakes in Python - Mike Pirnat |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2017-01-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/mike-pirnat/">#mike pirnat</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/review/">#review</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/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/28166034-how-to-make-mistakes-in-python">GoodReads Summary</a>: |
|
Even the best programmers make mistakes, and experienced programmer Mike |
|
Pirnat has made his share during 15+ years with Python. Some have been simple |
|
and silly; others were embarrassing and downright costly. In this O’Reilly |
|
report, he dissects some of his most memorable blunders, peeling them back |
|
layer-by-layer to reveal just what went wrong.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/how-to-make-mistakes-in-python/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/imperative-to-functional-programming-succinctly/"> |
|
Imperative to Functional Programming Succinctly - Marc Clifton |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-12-30 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/marc-clifton/">#marc clifton</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/programming/">#programming</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/functional/">#functional</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/c/">#c#</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/f/">#f#</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-1/">#stars:1</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2014/">#published:2014</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/23434690-imperative-to-functional-programming-succinctly">GoodReads Summary</a>: |
|
Functional programming is fundamentally different from imperative programming. |
|
As such, it provides a unique approach to solving problems—one that requires |
|
developers to transform how they think about software design and |
|
implementation. With Imperative to Functional Programming Succinctly by Marc |
|
Clifton, you will learn many of the basic concepts involved with functional |
|
programming, such as currying, partial application, function pipelines, |
|
recursion, and continuations. By book's end, you will learn how to combine |
|
functional and imperative programming to get the most out of your solutions.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/imperative-to-functional-programming-succinctly/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/black-hat-python-python-programming-for-hackers-and-pentesters/"> |
|
Black Hat Python: Python Programming for Hackers and Pentesters - Justin Seitz |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-12-26 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/justin-seitz/">#justin seitz</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/pentest/">#pentest</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-2/">#stars:2</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2014/">#published:2014</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/22299369-black-hat-python">GoodReads Summary</a>: |
|
When it comes to creating powerful and effective hacking tools, Python is the |
|
language of choice for most security analysts. But just how does the magic |
|
happen?</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/black-hat-python-python-programming-for-hackers-and-pentesters/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/python-data-science-essentials-learn-the-fundamentals-of-data-science-with-python/"> |
|
Python Data Science Essentials - Learn the fundamentals of Data Science with Python - Alberto Boschetti |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-12-16 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/alberto-boschetti/">#alberto boschetti</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/data-science/">#data science</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/25527772-python-data-science-essentials---learn-the-fundamentals-of-data-science">GoodReads Summary</a>: |
|
Key Features Quickly get familiar with data science using Python Save time - |
|
and effort - with all the essential tools explained Create effective data |
|
science projects and avoid common pitfalls with the help of examples and hints |
|
dictated by experience Book Description</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/python-data-science-essentials-learn-the-fundamentals-of-data-science-with-python/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/code/why-mixing-tabs-and-spaces-is-a-big-deal/"> |
|
Why Mixing Spaces and Tabs IS a Big Deal |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-12-15 |
|
|
|
<a href="https://blog.juliobiason.me/tags/tabs/">#tabs</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/spaces/">#spaces</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/clean-code/">#clean code</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/editors/">#editors</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>Why something so small is actually a big deal.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/code/why-mixing-tabs-and-spaces-is-a-big-deal/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/the-little-book-of-htmlcss-coding-guidelines/"> |
|
The Little Book of HTML/CSS Coding Guidelines - Jens Oliver Meiert |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-10-18 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/jens-oliver-meiert/">#jens oliver meiert</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/html/">#html</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/css/">#css</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/28196387-the-little-book-of-html-css-coding-guidelines">GoodReads Summary</a>: |
|
A proper plan can improve your code, including your HTML documents and CSS |
|
style sheets. Jens Oliver Meiert explores the theory and practice of coding |
|
guidelines and shows, using Google’s HTML and CSS standards as a particular |
|
example, how consistency and care can make the code base you create today much |
|
easier to deal with when you—or someone else—work on it later.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/the-little-book-of-htmlcss-coding-guidelines/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/a-bug-hunters-diary-a-guided-tour-through-the-wilds-of-software-security/"> |
|
A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security - Tobias Klein |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-10-14 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/tobias-klein/">#tobias klein</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-4/">#stars:4</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/12746081-a-bug-hunter-s-diary">GoodReads Summary</a>: |
|
Seemingly simple bugs can have drastic consequences, allowing attackers to |
|
compromise systems, escalate local privileges, and otherwise wreak havoc on a |
|
system.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/a-bug-hunters-diary-a-guided-tour-through-the-wilds-of-software-security/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/python-playground-geeky-projects-for-the-curious-programmer/"> |
|
Python Playground: Geeky Projects for the Curious Programmer - Mahesh Venkitachalam |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-10-12 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/mahesh-venkitachalam/">#mahesh venkitachalam</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/22978167-python-playground">GoodReads Summary</a>: |
|
Python is a powerful programming language that's easy to learn and fun to play |
|
with. But once you've gotten a handle on the basics, what do you do next?</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/python-playground-geeky-projects-for-the-curious-programmer/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/reviews/books/write-great-code-volume-i-understanding-the-machine/"> |
|
Write Great Code: Volume I: Understanding the Machine - Randall Hyde |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-10-05 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/randall-hyde/">#randall hyde</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/coding/">#coding</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/computer-architecture/">#computer architecture</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-2014/">#published:2014</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="https://www.goodreads.com/book/show/35873018-write-great-code">GoodReads Summary</a>: |
|
Write Great Code, Volume 1 teaches machine organization, including numeric |
|
representation; binary arithmetic and bit operations; floating point |
|
representation; system and memory organization; character representation; |
|
constants and types; digital design; CPU, instruction set, and memory |
|
architecture; input and output; and how compilers work.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/reviews/books/write-great-code-volume-i-understanding-the-machine/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/thoughts/pre-order-the-case-of-no-mans-sky/"> |
|
Pre-Orders: The Case of No Man's Sky |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2016-08-25 |
|
|
|
<a href="https://blog.juliobiason.me/tags/pre-order/">#pre-order</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/grim-dawn/">#grim dawn</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/no-man-s-sky/">#no man's sky</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p><a href="http://www.no-mans-sky.com/">No Man's Sky</a> is getting a lot of heat recently |
|
because, well, the game is not all what the developers promised. And a lot of |
|
people are putting the blame on pre-orders and whatnot.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/thoughts/pre-order-the-case-of-no-mans-sky/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|