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.
375 lines
16 KiB
375 lines
16 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/books/things-i-learnt/debuggers/"> |
|
Things I Learnt The Hard Way - Debuggers Are Overrated |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-08 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/debuggers/">#debuggers</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/debugging/">#debugging</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>I heard a lot of people complaining that code editors are bad 'cause it's hard |
|
to attach a debugger. I'd claim that this vision is wrong.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/debuggers/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/understand-shortcuts/"> |
|
Things I Learnt The Hard Way - Shortcuts Are nice, But Only In The Short Run |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-08 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/frameworks/">#frameworks</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>A lot of languages/libraries/frameworks add a way to make things shorter, |
|
reducing the number of things you need to type.</p> |
|
<p>But, later, that will bite you and you'll have to remove the shortcut and do |
|
the long things.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/understand-shortcuts/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/log-events/"> |
|
Things I Learnt The Hard Way - Logs Are For Events, Not User Interface |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/logs/">#logs</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ui/">#ui</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>Two things in one: First of all, when using logging, use it to log events, not |
|
for user interfaces; second, log <em>events</em> in a machine readable way, not |
|
necessarily an human readable format.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/log-events/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/resist-easy/"> |
|
Things I Learnt The Hard Way - Resist The Temptation Of Easy |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ides/">#ides</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>Sure that IDE will help you with a ton of autocomplete stuff and let you |
|
easily build your project, but do you understand what's going on?</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/resist-easy/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/start-stupid/"> |
|
Things I Learnt The Hard Way - Start Stupid |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/kiss/">#kiss</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>One way to get away from the IDE is to "start stupid": Just get the compiler |
|
and get an editor (ANY editor) with code highlight and do your thing: Code, |
|
build it, run it.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/start-stupid/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/use-timezones/"> |
|
Things I Learnt The Hard Way - Always Use Timezones With Your Dates |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/dates/">#dates</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/timezones/">#timezones</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>No matter if the date you're receiving is in your local timezone and you'll |
|
display it in your timezone, sooner or later, the fact that you ignored there |
|
was a timezone behind that date will hurt you.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/use-timezones/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/use-utf8/"> |
|
Things I Learnt The Hard Way - Always Use UTF-8 For Your Strings |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-07-01 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/utf-8/">#utf-8</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>Long gone are the days where <a href="https://en.wikipedia.org/wiki/ASCII">ASCII</a> was |
|
enough for everyone. Long gone are the days where you can deal with strings |
|
with no "weird" or "funny" characters.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/use-utf8/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/cognitive-cost/"> |
|
Things I Learnt The Hard Way - Cognitive Cost Is The Readability Killer |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-06-26 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/cognitive-dissonance/">#cognitive dissonance</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/cognitive-cost/">#cognitive cost</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>"<a href="https://en.wikipedia.org/wiki/Cognitive_dissonance">Cognitive dissonance</a>" |
|
is a fancy way of saying "I need to remember two (or more) different and |
|
contradicting things at the same time to understand this." Keeping those |
|
different things in your head creates a cost and it keeps accumulating the |
|
more indirect the things are ('cause you'll have to keep all those in your |
|
head).</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/cognitive-cost/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/data-flow/"> |
|
Things I Learnt The Hard Way - Thinking Data Flow Beats Patterns |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-06-26 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/data-flow/">#data flow</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/design-patterns/">#design patterns</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>When you're trying to find a solution to your problem, think on the way the |
|
data will flow through your code.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/data-flow/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/functional-programming/"> |
|
Things I Learnt The Hard Way - Learn The Basics of Functional Programming |
|
</a> |
|
</h1> |
|
|
|
<div class="post-meta"> |
|
<span class="post-date"> |
|
2019-06-26 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/functional-programming/">#functional programming</a> |
|
|
|
</span> |
|
</div> |
|
<div class="post-summary"> |
|
<p>At this point, you should at least have heard about how cool functional |
|
programming is. There are a lot of concepts here, but at least the very basic |
|
ones you should keep in mind.</p> |
|
|
|
</div> |
|
<a href="https://blog.juliobiason.me/books/things-i-learnt/functional-programming/"> |
|
Read more... |
|
</a> |
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|