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.
502 lines
23 KiB
502 lines
23 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/reviews/books/less-web-development-essentials/">
|
||
|
Less Web Development Essentials - Bass Jobsen
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-08-02
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/bass-jobsen/">#bass jobsen</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/css/">#css</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/less/">#less</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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/22130122-less-web-development-essentials">GoodReads Summary</a>:
|
||
|
Written in a practical and concise manner, this book is a crash-course in
|
||
|
teaching you the fundamental concepts of Less with real-life examples and
|
||
|
problems. If you use CSS(3) in your web development tasks and would love to
|
||
|
learn how to create maintainable and reusable code with Less, this book is
|
||
|
ideal for you. Although you need to have some experience in web development,
|
||
|
even beginners will find that this book is useful.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/less-web-development-essentials/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/mocking-a-mock/">
|
||
|
Mocking A Mock
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-07-21
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/mock/">#mock</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/mongodb/">#mongodb</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/find/">#find</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/count/">#count</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Mocks are an important part of testing, but learn how to properly mock stuff.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/mocking-a-mock/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/when-i-used-pep8-to-fuck-up-code/">
|
||
|
When I Used PEP8 To Fuck Up Code
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-07-19
|
||
|
|
||
|
<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/readability/">#readability</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>We "inherited" some Python code recently. Although another team was working on
|
||
|
it, we now should support it and keep it going. The previous team at least
|
||
|
tried to use Pylint and follow PEP8. And I say "tried" because their
|
||
|
<code>pylintrc</code> has a couple of exceptions and their PEP8 extended the
|
||
|
maximum column to 100.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/when-i-used-pep8-to-fuck-up-code/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/web-development-with-django-cookbook/">
|
||
|
Web Development with Django Cookbook - Aidas Bendoraitis
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-07-10
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/aidas-bendoraitis/">#aidas bendoraitis</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/django/">#django</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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/23477190-web-development-with-django-cookbook">GoodReads Summary</a>:
|
||
|
Over 70 practical recipes to create multilingual, responsive, and scalable
|
||
|
websites with Django About This Book Improve your skills by developing models,
|
||
|
forms, views, and templates Create a rich user experience using Ajax and other
|
||
|
JavaScript techniques A practical guide to writing and using APIs to import or
|
||
|
export data Who This Book Is For.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/web-development-with-django-cookbook/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/django-design-patterns-and-best-practices/">
|
||
|
Django Design Patterns and Best Practices - Arun Ravindran
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-07-07
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/arun-ravindran/">#arun ravindran</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/django/">#django</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/design-patterns/">#design patterns</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/25567728-django-design-patterns-and-best-practices">GoodReads Summary</a>:
|
||
|
Learning how to write better Django code to build more maintainable websites
|
||
|
either takes a lot of experience or familiarity with various design patterns.
|
||
|
Filled with several idiomatic Django patterns, Django Design Patterns and
|
||
|
Best Practices accelerates your journey into the world of web development.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/django-design-patterns-and-best-practices/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/silence-on-the-wire-a-field-guide-to-passive-reconnaissance-and-indirect-attacks/">
|
||
|
Silence on the Wire: A Field Guide to Passive Reconnaissance and Indirect Attacks - Michal Zalewski
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-06-23
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/michal-zalewski/">#michal zalewski</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-2005/">#published:2005</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/82994.Silence_on_the_Wire">GoodReads Summary</a>:
|
||
|
There are many ways that a potential attacker can intercept information, or
|
||
|
learn more about the sender, as the information travels over a network.
|
||
|
Silence on the Wire uncovers these silent attacks so that system
|
||
|
administrators can defend against them, as well as better understand and
|
||
|
monitor their systems.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/silence-on-the-wire-a-field-guide-to-passive-reconnaissance-and-indirect-attacks/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/reactive-programming-with-javascript/">
|
||
|
Reactive Programming with JavaScript - Jonathan Hayward
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-05-27
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/jonathan-hayward/">#jonathan hayward</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/reactive/">#reactive</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-2015/">#published:2015</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/26202851-reactive-programming-with-javascript">GoodReads Summary</a>:
|
||
|
Learn the hot new front-end web framework from Facebook: ReactJS, an easy way
|
||
|
of developing the V in MVC and a better approach to software engineering in
|
||
|
JavaScript.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/reactive-programming-with-javascript/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/coffeescript-application-development/">
|
||
|
CoffeeScript Application Development - Ian Young
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-05-07
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/ian-young/">#ian young</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/coffeescript/">#coffeescript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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-2013/">#published:2013</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/18430540-coffeescript-application-development">GoodReads Summary</a>:
|
||
|
What JavaScript user wouldnt want to be able to dramatically reduce
|
||
|
application development time This book will teach you the clean, elegant
|
||
|
CoffeeScript language and show you how to build stunning applications.
|
||
|
Overview Learn the ins and outs of the CoffeeScript language, and understand
|
||
|
how the transformation happens behind the scenes Use practical examples to put
|
||
|
your new skills to work towards building a functional web application, written
|
||
|
entirely in CoffeeScript Understand the language concepts from short,
|
||
|
easy-to-understand examples which can be practised by applying them to your
|
||
|
ongoing project In Detail JavaScript is becoming one of the key languages in
|
||
|
web development. It is now more important than ever across a growing list of
|
||
|
platforms. CoffeeScript puts the fun back into JavaScript programming with
|
||
|
elegant syntax and powerful features. CoffeeScript Application Development
|
||
|
will give you an in-depth look at the CoffeeScript language, all while
|
||
|
building a working web application. Along the way, youll see all the great
|
||
|
features CoffeeScript has to offer, and learn how to use them to deal with
|
||
|
real problems like sprawling codebases, incomplete data, and asynchronous web
|
||
|
requests. Through the course of this book you will learn the CoffeeScript
|
||
|
syntax and see it demonstrated with simple examples. As you go, youll put your
|
||
|
new skills into practice by building a web application, piece by piece. Youll
|
||
|
start with standard language features such as loops, functions, and string
|
||
|
manipulation. Then, well delve into advanced features like classes and
|
||
|
inheritance. Learn advanced idioms to deal with common occurrences like
|
||
|
external web requests, and hone your technique for development tasks like
|
||
|
debugging and refactoring. CoffeeScript Application Development will teach you
|
||
|
not only how to write CoffeeScript, but also how to build solid applications
|
||
|
that run smoothly and are a pleasure to maintain.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/coffeescript-application-development/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/backbonejs-testing/">
|
||
|
Backbone.Js Testing - Ryan Roemer
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-05-02
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/ryan-roemer/">#ryan roemer</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/backbone-js/">#backbone.js</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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-2013/">#published:2013</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/18902858-backbone-js-testing">GoodReads Summary</a>:
|
||
|
This book is packed with the step by step tutorial and instructions in recipe
|
||
|
format helping you setup test infrastructure and gradually advance your skills
|
||
|
to plan, develop, and test your backbone applications.If you are a JavaScript
|
||
|
developer looking for recipes to create and implement test support for your
|
||
|
backbone application, then this book is ideal for you.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/backbonejs-testing/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/backbonejs-essentials/">
|
||
|
Backbone.js Essentials - Jeremy Walker
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2016-04-26
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/jeremy-walker/">#jeremy walker</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/backbone-js/">#backbone.js</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</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/25979896-backbone-js-essentials">GoodReads Summary</a>:
|
||
|
Construct top-notch web applications by mastering the powerful tools provided
|
||
|
by Backbone.js Gain insights into how to simplify data management and create
|
||
|
single-page web applications with powerful user interfaces This is a
|
||
|
fast-paced guide on how to test, document, and leverage third-party libraries,
|
||
|
and helps you get the most out of Backbone.js.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/backbonejs-essentials/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|