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.
127 lines
5.0 KiB
127 lines
5.0 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="post">
|
||
|
<h1 class="post-title">Things I Learnt The Hard Way - Companies Look For Specialists But Keep Generalists Longer</h1>
|
||
|
<span class="post-date">
|
||
|
2019-07-17
|
||
|
|
||
|
<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/jobs/">#jobs</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/specialists/">#specialists</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/generalists/">#generalists</a>
|
||
|
|
||
|
</span>
|
||
|
<p>If you know a lot about one single language, it may make it easier to get a
|
||
|
job, but in the long run, language usage dies or loses its charms and you'll
|
||
|
need to find something else. Knowing a bit about a lot of other languages
|
||
|
helps in the long run, not to mention that may help you think of better
|
||
|
solutions.</p>
|
||
|
<span id="continue-reading"></span>
|
||
|
<p>Even if you're in a shop that is mainly in one single language, that's no
|
||
|
excuse to not check other languages. But, then again, learning languages that
|
||
|
are just small changes on the current language would not help you either.</p>
|
||
|
<p>Alan Perlis, author of the ALGOL language, has one excellent phrase: "A
|
||
|
language that doesn't affect the way you think about programming, is not worth
|
||
|
knowing."</p>
|
||
|
<p>I still maintain one single rule for programming languages: The language I use
|
||
|
at work must not be the same language I use outside it<sup class="footnote-reference"><a href="#1">1</a></sup>. That simple rule
|
||
|
made sure I was always learning something new.</p>
|
||
|
<p>Learning a new language can also help you understand things in some language
|
||
|
you used before: Rust help me understand how generics works in Java; seeing
|
||
|
how to do dependency injection in C++ help me understand how Spring does it in
|
||
|
Java.</p>
|
||
|
<p>On top of that, because I was always learning something new, moving between
|
||
|
projects was something that happened a lot. At one point, I was hired to work
|
||
|
with Python, but the contract was taking too long to be signed, and my manager
|
||
|
asked if I could help some other team with their iOS application. Because I
|
||
|
did learn a bit about Objective-C, surely I could help. Later, another project
|
||
|
in C show up and guess who also knew C?</p>
|
||
|
<div class="footnote-definition" id="1"><sup class="footnote-definition-label">1</sup>
|
||
|
<p>... which led me into some sad times when I was working with Python.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
|
||
|
<div style="float:left">
|
||
|
<< <a href="/books/things-i-learnt/team-discussion">Global Changes Must Be Discussed With The Whole Team First</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div style="float:right">
|
||
|
<a href="/books/things-i-learnt/stupid-bugs-list">Keep A List of Stupid Bugs That Took More Than 1 Hour To Solve</a> >>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|