<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Valentin Baca</title>
    <description>The latest articles on Forem by Valentin Baca (@val_baca).</description>
    <link>https://forem.com/val_baca</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F16023%2Ff1ec0024-a9bc-4af5-9e6b-1f964b2ee93f.jpg</url>
      <title>Forem: Valentin Baca</title>
      <link>https://forem.com/val_baca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/val_baca"/>
    <language>en</language>
    <item>
      <title>Eloquent JavaScript now available for FREE</title>
      <dc:creator>Valentin Baca</dc:creator>
      <pubDate>Mon, 27 Apr 2020 19:08:48 +0000</pubDate>
      <link>https://forem.com/val_baca/eloquent-javascript-now-available-for-free-25cj</link>
      <guid>https://forem.com/val_baca/eloquent-javascript-now-available-for-free-25cj</guid>
      <description>&lt;p&gt;&lt;a href="https://eloquentjavascript.net/"&gt;https://eloquentjavascript.net/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The third edition of "Eloquent JavaScript" (rated 4.5/5 on &lt;a href="https://www.amazon.com/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507"&gt;Amazon&lt;/a&gt;) is now fully available for free online and downloadable as pdf, ebup, and mobi.&lt;/p&gt;

&lt;p&gt;JS is often maligned and misunderstood but remains the most commonly used programming language [&lt;a href="https://insights.stackoverflow.com/survey/2019#technology"&gt;source&lt;/a&gt;] and is the de-facto language of browsers.&lt;br&gt;
With Node.js runtime for servers and React Native for mobile apps, there seems to be nowhere you can't use JS.&lt;br&gt;
This book is thorough in covering the language, its features (and its flaws), and its practical uses with easy-to follow text and great practice projects.&lt;br&gt;
Whatever your experience-level with programming and/or JS, I think you'll find this book useful.&lt;/p&gt;

&lt;p&gt;If you're programming, you'll have to work with the web, and so you'll need JavaScript and I think this the best book to become effective with JS.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>free</category>
      <category>books</category>
    </item>
    <item>
      <title>What mnemonic devices do you use in programming?</title>
      <dc:creator>Valentin Baca</dc:creator>
      <pubDate>Fri, 23 Aug 2019 17:42:32 +0000</pubDate>
      <link>https://forem.com/val_baca/what-mnemonic-devices-do-you-use-in-programming-628</link>
      <guid>https://forem.com/val_baca/what-mnemonic-devices-do-you-use-in-programming-628</guid>
      <description>&lt;p&gt;I use a few "cute" mnemonics when there are some things I just can't remember and I'm curious as to what ones other people use.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;For &lt;code&gt;grep&lt;/code&gt;, I usually can't remember if the pattern comes first or the file, so I think of my mother-in-law who cross stitches and the "pattern files" she uses: &lt;code&gt;grep &amp;lt;pattern&amp;gt; &amp;lt;file&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;For &lt;code&gt;find&lt;/code&gt;, similarly, I think of "location flags" planted in the world:&lt;br&gt;
&lt;code&gt;find &amp;lt;location&amp;gt; &amp;lt;flags&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Of course, &lt;a href="https://tldr.sh"&gt;tldr&lt;/a&gt; is the &lt;em&gt;real&lt;/em&gt; hero here.&lt;/p&gt;

&lt;p&gt;For markdown links, I usually can't remember if it's &lt;code&gt;[text](link)&lt;/code&gt; or &lt;code&gt;(text)[link]&lt;/code&gt;, but b comes before p, so brackets come before parenthesis.&lt;/p&gt;

&lt;p&gt;Share yours!&lt;/p&gt;

&lt;p&gt;P.S. The worst "anti-mnemonic" is how in Vim &lt;code&gt;gg&lt;/code&gt; goes to the beginning of the file, but in Starcraft, you always say "gg" at the END of the game :P&lt;/p&gt;

</description>
      <category>friday</category>
    </item>
    <item>
      <title>My Suggested Reads</title>
      <dc:creator>Valentin Baca</dc:creator>
      <pubDate>Fri, 21 Jun 2019 12:45:59 +0000</pubDate>
      <link>https://forem.com/val_baca/my-suggested-reads-3cie</link>
      <guid>https://forem.com/val_baca/my-suggested-reads-3cie</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclaimer/Disclosure: These opinions are my own, not my employer's. I don't speak for Amazon and they don't speak for me. The book links below are to Amazon only because Amazon is the largest bookstore, not because I work there. I've removed the affiliate link, so the links are raw; no kickbacks.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Table Of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;1. Intro: R E A D A B O O K&lt;/li&gt;
&lt;li&gt;2. Vital Professional Advice&lt;/li&gt;
&lt;li&gt;3. "Algorithms"&lt;/li&gt;
&lt;li&gt;4. Actually Useful Algorithms and Data Structures&lt;/li&gt;
&lt;li&gt;5. Pocket References &amp;amp; Guides&lt;/li&gt;
&lt;li&gt;6. Every Language Has One&lt;/li&gt;
&lt;li&gt;7. Intermediate to Advanced&lt;/li&gt;
&lt;li&gt;8. Bonus Categories&lt;/li&gt;
&lt;li&gt;9. Tips for Frugality&lt;/li&gt;
&lt;li&gt;10. tldr: Top Recommendations 💎 &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  1. Intro: R E A D A B O O K &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;A quote that's stuck in my mind is attributed to Lincoln, who supposedly said "Give me six hours to chop down a tree and I will spend the first four sharpening the ax." Based on the history of such cute quotes, he probably didn't actually say that, nonetheless the sentiment holds true: there is a lot to be gained by spending an appropriate amount of time "sharpening" versus "cutting." In this case, the "sharpening" is reading.&lt;/p&gt;

&lt;p&gt;I'm a big advocate of programmers reading books. I know that Google, StackOverflow, and GitHub form a Divine Trinity of help for us, but we can just as easily become complacent and dependent on them. They can only help you find solutions to problems you can recognize and problems others have already encountered. Google can't help you if you don't know what to even search for or if you don't even know you have a problem with your 20k line "Helper" class with 0% test coverage.&lt;/p&gt;

&lt;p&gt;To put it in RPG terms: Books let us get an XP boost from the author for free and level ourselves up! Just like every civil engineer isn't expected to independently rediscover concrete, we shouldn't be approaching programming as a practice in hack-and-slash. It takes less time to &lt;strong&gt;really&lt;/strong&gt; learn git than to read more "git workflow" articles.&lt;/p&gt;

&lt;p&gt;This list may look daunting, but only because I give several "OR" options and give several language-specific examples. So for someone starting out, it's really only a dozen or so books. In fact, if you cheat to the bottom, you'll see my tldr section, which contains the absolutely most essential books, regardless of your programming language.&lt;/p&gt;

&lt;p&gt;Housekeeping:&lt;/p&gt;

&lt;p&gt;I am aware books are not the &lt;strong&gt;only&lt;/strong&gt; or even the &lt;strong&gt;best&lt;/strong&gt; way to sharpen your axe. Online references and documentation are invaluable. Google is free and there for you 24/7. But for those important things that &lt;strong&gt;don't&lt;/strong&gt; change often with each minor version change, like career advice, algorithms, and Big-O considerations, sometimes an edited page is best. If you just "know" that you don't learn from books, then this post may just no be for you, but I hope that you'll give books another chance.&lt;/p&gt;

&lt;p&gt;This is all to &lt;em&gt;supplement&lt;/em&gt; your other means of self-education. I know the Lincoln quote suggests you spend more time sharpening than cutting, but that not realistic. I'd suggest allocating somewhere around 10% of your work-time to learning when you're in "steady state" work. If you're on a new team or project, increase that way up. If you're about to launch, maybe drop down to zero, but don't leave it down there.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paper or eBook?:&lt;/strong&gt; It Doesn't Matter. Whichever you prefer and that you'll actually read.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Audiobook?&lt;/strong&gt;: Ok, this one matters. I've put a 🔊(speaker emoji) next to books that are digestible in audio.&lt;/p&gt;

&lt;p&gt;Lastly, my top recommendations are marked with a 💎(gem emoji).&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Vital Professional Advice &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;These are the most vital because if you read these, and follow their advice, you don't need to read the rest of this post. You'll already be doing what's needed in searching out new information and honing your craft.&lt;/p&gt;

&lt;p&gt;I also call these "vital" because they're among the most influential books I've ever read. I'm not being cliche when I say these books changed my professional life.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/0791801624"&gt;The Unwritten Laws of Engineering&lt;/a&gt;🔊
This is one of the oldest books on this list. Originally meant for mechanical engineers, it provides specific and general non-technical career advice. It focuses on what we call "soft" skills today. This field puts so much weight into technical prowess that we often think of these "soft" skills as somehow beneath the "hard" skills. Nothing could be further from the truth. If you don't spend time on learning how to navigate your career, you'll be as well off as a dragster on the backroads: you'll get nowhere fast. I only wish I could have read this book sooner; it would've saved me a lot of trouble early on.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/0932633021"&gt;Becoming a Technical Leader&lt;/a&gt;💎
Like many of these books, don't let the title fool you: this is not just for people planning on becoming a "Tech Lead." It's for anyone in the tech field, period. If you pickup this book you must work through the exercises to get the full effect. It will be worth it. It'll be like having your own therapist, life coach, and mentor, except that it's just you and a notebook answering very important questions.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/020161622X"&gt;The Pragmatic Programmer&lt;/a&gt;💎
This is really the "genesis" book for this whole list. I consider this book 10x better than Clean Code and Code Complete combined! (Though that may just be because I read PragProg first?) As the name suggests, this book provides more &lt;em&gt;tactics&lt;/em&gt; advice but also gives great career advice too. The most famous is to "learn a new language each year." This kind of advice seems a bit much, but over my career I've had to write in over a dozen different languages, even though 90% of the code I've written has been in just one language, the ability to pickup new languages quickly and easily is a solid skill to have. And that's just one particular tip from this book.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. "Algorithms" &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Coding interviews are dumb; like super dumb.&lt;br&gt;
And yet, they're still the best way to prove that you (or the candidate you're interviewing) knows that a Hashtable isn't something from the IHOP menu.&lt;br&gt;
So consider this book "Defense Against the Dark Arts." Just make it out of the interview alive and get hired. You can fight the system when you have food on your table.&lt;br&gt;
Just listing this book makes me feel gross, but I'd be remiss if I didn't show the Stupid Secret Recipe to coding interviews.&lt;/p&gt;

&lt;p&gt;Algorithms (for interviewing): &lt;a href="https://www.amazon.com/gp/product/0984782850"&gt;Cracking the Coding Interview&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Actually Useful Algorithms and Data Structures &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Now that mess is out of the way, let's talk about &lt;em&gt;real&lt;/em&gt; algorithms, not stupid trivia puzzles.&lt;/p&gt;

&lt;p&gt;Actual algorithms are important. They're the difference between O(2^n) and O(n). If you haven't had the pleasure of reducing a program runtime from hours to seconds, it's sublime. Try out &lt;a href="http://projecteuler.net/"&gt;Project Euler&lt;/a&gt; if you're into it.&lt;/p&gt;

&lt;p&gt;Algorithms are what can give you &lt;a href="https://dev.to/uilicious/javascript-array-push-is-945x-faster-than-array-concat-1oki"&gt;1000x performance boosts&lt;/a&gt; but more importantly, they can help you analyze &lt;em&gt;why&lt;/em&gt; and avoid it again in the future.&lt;/p&gt;

&lt;p&gt;One tip that pretty much applies to every language is "don't append to a string in a loop."&lt;/p&gt;

&lt;p&gt;Why is that? Well, because if appending is an O(n) operation, and not O(1), then doing it in a loop is O(n^2). Even though, if you just followed the "loop-counting" method of Big-O notation, you wouldn't know why.&lt;/p&gt;

&lt;p&gt;What I really love about both of these books is the references they give to other implementations. In the real world, if you're writing &lt;code&gt;grep&lt;/code&gt; by hand, from scratch, you're going to have a bad time.&lt;/p&gt;

&lt;p&gt;"But can't I just google these?" Sure, but how are you going to know that you're looking for? How would you know you're looking for the min-convex-hull solution for a directed acyclic graph?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/0262033844"&gt;Intro to Algorithms CLRS&lt;/a&gt;
&lt;strong&gt;The&lt;/strong&gt; Algorithms textbook. I put off buying this book because of the hefty price tag, but it sure is nice. It provides such an in-depth and approachable explanation of the most important algorithms and data structures. I especially like how, even though it's a textbook, you can focus on what you want to learn.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/1848000693"&gt;The Algorithm Design Manual&lt;/a&gt;💎
Of all the books listed so far, I would want to keep this one in my desk. I say "in" not "on" because I wouldn't need it often. When you do need it, it could be a project saver. It has incredible descriptions and guiding questions related to algorithms (e.g. "Are the edges directed?"). Some algorithms are in-text in readable C and all are  online &lt;a href="http://www.algorist.com/"&gt;algorist.com&lt;/a&gt;. Your team should have at least one copy among you. I always keep a copy of the source code on my local machine for reference as well.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Pocket References &amp;amp; Guides &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;We're departing from the "big picture" books and coming down to earth to my personal ace in the hole: O'Reilly Pocket Guides and References.&lt;/p&gt;

&lt;p&gt;I want to be clear that these tiny books have nothing that you couldn't find online for free. And yet, I still find them worth it. How does something beat "free"? Well, if it adds value and convenience that's worth the $10.&lt;/p&gt;

&lt;p&gt;Each of the pocket guides that I've bought have been worth it &lt;em&gt;solely&lt;/em&gt; because they &lt;em&gt;distill&lt;/em&gt; and &lt;em&gt;filter&lt;/em&gt; the knowledge to what I will most-likely need, while giving references to what I might need later.&lt;/p&gt;

&lt;p&gt;Their size makes them perfect for reading between builds, on the bus, or while drinking your morning coffee.&lt;/p&gt;

&lt;p&gt;I give some of my favorites below, but my special favorite has been the &lt;a href="https://www.amazon.com/gp/product/1449325866"&gt;Git Pocket Guide&lt;/a&gt; because it really &lt;strong&gt;teaches&lt;/strong&gt; git in such small space. I've worked with Git for 7+ years and am usually the "Git guy" on my team, but the Pocket Guide really felt like a level up.&lt;/p&gt;

&lt;p&gt;No matter how long you've been writing in a language, it's never too late to pickup on a pocket book for it. You'll learn something and if not, then pass it onto your next new-hire.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/1491938692"&gt;Java Pocket Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/1449357016"&gt;Python Pocket Reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/1491927577"&gt;Linux Pocket Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/1449325866"&gt;Git Pocket Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. Every Language Has One &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Finally, we have the books that most people think of as "programming books."&lt;/p&gt;

&lt;p&gt;I like these because they provide a few advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High-quality examples of working code&lt;/li&gt;
&lt;li&gt;In-depth look into the language&lt;/li&gt;
&lt;li&gt;Comprehensive tutorial&lt;/li&gt;
&lt;li&gt;Examples of idioms &amp;amp; style&lt;/li&gt;
&lt;li&gt;Language design and considerations&lt;/li&gt;
&lt;li&gt;Tractable Questions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's more common for new languages to have tutorials as part of the languages website, but that's still uncommon.&lt;/p&gt;

&lt;p&gt;More often, if you try to search "how to learn language x" or some similar query, you get flooded with the languages library reference and thousands of mostly terrible introductions.&lt;/p&gt;

&lt;p&gt;Consider when your time is worth more than your money or at least determine what that cutoff is. Consider that when you're first learning a language, it's hard enough to maintain the discipline to do strictly that, much less that &lt;em&gt;and&lt;/em&gt; do the legwork of finding good material.&lt;/p&gt;

&lt;p&gt;I'm not saying to buy every book on the language; in fact, my rule of thumb would be no more than 1 book per language per year. Especially wait on the "Effective" books until you're at least familiar with a language, or the tips will be too over your head. (Please break this rule when you're starting a new job and need to get up to speed on a new language).&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/0131103628"&gt;K&amp;amp;R C&lt;/a&gt;💎
Recommended even if you don't write in C.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/020170353X"&gt;Accelerated C++&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/0134685997"&gt;Effective Java&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/1449394701/"&gt;Clojure Programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tour.golang.org/welcome/1"&gt;A Tour of Go&lt;/a&gt;🆓&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/0134190440/"&gt;The Go Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://eloquentjavascript.net/"&gt;Eloquent Javascript&lt;/a&gt; 🆓&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  7. Intermediate to Advanced &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Finally, with a solid foundation in your career, basic relevant computer science, and your primary language, what's next?&lt;/p&gt;

&lt;p&gt;Well, lots actually. Our knowledge pool runs ever so deep.&lt;/p&gt;

&lt;p&gt;I'd caution against reading further until you have a couple of years under your belt. Not out of some "hard knocks" mentality. It's so that you will have seen enough problems to know where the solutions apply, rather than having a quiver of solutions itching for a problem.&lt;/p&gt;

&lt;p&gt;First, you've got general code quality and patterns. Not to spoil them too much, but the "code quality" books are basically just Test Driven Design in disguise. You'll find that being able to work with code, whether it's "legacy" or not, all comes down to tests. If you don't have tests, your code is brittle. It doesn't matter how recently it was committed, it's already legacy if it doesn't have tests.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/0131177052"&gt;Working Effectively with Legacy Code&lt;/a&gt;💎
I really wish they hadn't put "Legacy" in the title. This book is just as relevant on day one of a project as on day one-thousand. I have literally had junior developers ask me questions that are literal chapter names in this book; it's eerie.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/0201485672"&gt;Refactoring&lt;/a&gt;
This book is honestly mostly outdated by modern IDEs, but for languages that don't have Enterprise-Level IDEs, this is handy.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Second, as you progress as a developer, you'll notice patterns in code, particularly in the design of object-oriented code. We call these, well, design patterns.&lt;/p&gt;

&lt;p&gt;I've seen some inane behaviors around design patterns, like having to use some number of them in your code to get promoted.&lt;/p&gt;

&lt;p&gt;At the core, just remember: they're just names given to common patterns. They're not something to code toward (over-engineering) but you shouldn't be rediscovering them either (under-engineering).&lt;/p&gt;

&lt;p&gt;Some languages can avoid them altogether with metaprogramming like Ruby or via macros like Common Lisp.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/B00AA36RZY"&gt;Head First Design Patterns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/0201633612"&gt;Design Patterns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finally, the major shift into a "senior" engineer or "tech lead" role is all about meta-work: work that deals with work.&lt;br&gt;
In simple terms: project planning.&lt;/p&gt;

&lt;p&gt;Herein lies paradoxes, like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;deployments on Fridays are a sign of extreme risk or extreme confidence&lt;/li&gt;
&lt;li&gt;being a "rockstar/cowboy/ninja/superhero" developer means you're actually doing your job poorly&lt;/li&gt;
&lt;li&gt;adding developers to a late project only makes it more late&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DevOps and Project Management:&lt;br&gt;
&lt;a href="https://www.amazon.com/gp/product/B00VATFAMI/"&gt;The Phoenix Project&lt;/a&gt;🔊&lt;br&gt;
&lt;a href="https://www.amazon.com/dp/0201835959"&gt;The Mythical Man-Month&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Bonus Categories &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Skip this section if you want to be broke and miserable.&lt;/p&gt;

&lt;p&gt;I'm only half joking, if you don't know what "finances" are or what "philosophy" has to do with the real world," then yeah, you probably will be a bit broke and a bit miserable. To be fair, you can still be broke and miserable no matter what, so that's not a good argument either.&lt;/p&gt;

&lt;p&gt;I can't generalize here, but I'd like to say that most software developers make decent money, or at least a livable wage, or some money at all. Either way, you need a plan for that money, no matter how much or little it is.&lt;/p&gt;

&lt;p&gt;The good news is that you don't need to spend much (or really ANY) money to get educated on basic personal finance. I'll let the source below speak for me, but know that it's no cliche that when you get your money managed, you're giving yourself a raise.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.reddit.com/r/personalfinance"&gt;reddit.com/r/personalfinance&lt;/a&gt;🆓💎
Especially the &lt;a href="https://old.reddit.com/r/personalfinance/wiki/commontopics"&gt;Prime Directive&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/1640950494/"&gt;The Richest Man in Babylon&lt;/a&gt;🔊
More of a classical, parable, but simple doesn't mean wrong or easy.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have at least two brain cells, you should be asking yourself "What am I doing with my life?" at one time or another. or "What does it all mean?" or "Am I happy?"&lt;/p&gt;

&lt;p&gt;Our work is often isolated, the compiler is brutally logical while the browser behavior manages to be absurdly illogical, we put in hours of work to move some bits around, and for what? We make our company $10X dollars so they can pay us $X. And yet we love it. The thrill of problem solving using knowledge hard-earned over years or decades. Collaborating with sharp co-workers and seeing junior developers mature and surpass us.&lt;/p&gt;

&lt;p&gt;I think that because our work is generally more introverted (we work alone more often than not) and cerebral (we work more in our brains than in our hands), I feel like developers can benefit from philosophy. (Spoiler: so can everyone!).&lt;/p&gt;

&lt;p&gt;I personally follow a custom potpourri blend of Existentialism and Stoicism with plenty of "miscellaneous"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/B009U9S6FI"&gt;Man’s Search for Meaning&lt;/a&gt;🔊💎
This has had the largest impact on my psyche and worldview. If it wasn't for this book, I probably wouldn't have included this category at all.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/1851685936"&gt;Existentialism&lt;/a&gt;🔊
An intro-minded book that's accessible for anyone.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/B00G3L1B8K"&gt;The Obstacle is the Way&lt;/a&gt;🔊
A modern look at Stoicism.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/dp/B0026772N8"&gt;Zen and The Art of Motorcycle Maintenance&lt;/a&gt;🔊
An in-depth narrative nonfiction analysis of Quality that is best experienced than described.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  9. Tips for Frugality &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Books can be expensive, especially some of those listed. Here are some quick tips on how to read more on a budget:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Support and visit your local library&lt;/li&gt;
&lt;li&gt;Ask coworkers or local meetup groups to borrow&lt;/li&gt;
&lt;li&gt;Browse used book stores and/or craigslist&lt;/li&gt;
&lt;li&gt;Older editions are usually good enough if they're within 4 or so years&lt;/li&gt;
&lt;li&gt;The kindle program is free and kindle ebooks are usually cheaper than paper&lt;/li&gt;
&lt;li&gt;Ask your manager if the company would fund a "Developers' Bookshelf"&lt;/li&gt;
&lt;li&gt;Some books have been published online as PDFs, though you're on your own there pal ;)&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  10. tldr: Top Recommendations 💎 &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;In several categories, I tried to give a couple of good options, so you could chose based on your own judgement.&lt;/p&gt;

&lt;p&gt;Please note, that this whole post was already cut down from a larger list of books. I still stand behind all of my recommendations above, but making Top X lists is fun.&lt;/p&gt;

&lt;p&gt;So here are my top 6 books I'd recommend for any software developer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/0932633021"&gt;Becoming a Technical Leader&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/020161622X"&gt;The Pragmatic Programmer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/1848000693"&gt;The Algorithm Design Manual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/dp/0131103628"&gt;K&amp;amp;R C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/gp/product/0131177052"&gt;Working Effectively with Legacy Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.reddit.com/r/personalfinance"&gt;reddit.com/r/personalfinance&lt;/a&gt;🆓 HA! I cheated by using a non-book&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.amazon.com/gp/product/B009U9S6FI"&gt;Man’s Search for Meaning&lt;/a&gt;🔊&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What are your book recommendations? I'd love to hear them in the comments.&lt;/p&gt;

&lt;p&gt;Any books you would recommend &lt;em&gt;against&lt;/em&gt;? I'm planning on making that post next. &lt;/p&gt;

</description>
      <category>books</category>
      <category>advice</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Looking for Tech Lead resources (books, sites, etc.)</title>
      <dc:creator>Valentin Baca</dc:creator>
      <pubDate>Thu, 20 Sep 2018 19:24:33 +0000</pubDate>
      <link>https://forem.com/val_baca/looking-for-tech-lead-resources-books-sites-etc-5bk1</link>
      <guid>https://forem.com/val_baca/looking-for-tech-lead-resources-books-sites-etc-5bk1</guid>
      <description>&lt;p&gt;First, to be clear, this is &lt;strong&gt;not&lt;/strong&gt; about becoming a &lt;strong&gt;Manager&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;My career path is trending toward becoming a Technical Leader. In essence, this is similar to what others call a "Senior Engineer." To be clear, this is NOT moving into a management or technical project management role. &lt;/p&gt;

&lt;p&gt;Rather, it's more of a leadership software engineer role. I would still be an individual contributor, but would dial-back my Lines of Code per Day in order to both lead technical projects and influence other teams in my organization. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm looking for is resources that focus on being an effective leader in the tech field --  especially books, I love to read. This can also include developing interpersonal skills ("soft-skills"), but also requires strong high-level tech skills, like designing service architectures.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most "leadership" material out there is only for management, as that's what people consider "leadership" in most organizations. So I'm looking what's been useful to others in a similar role.&lt;/p&gt;

&lt;p&gt;Here are some examples that I've read that come to mind, by topic:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Leadership: &lt;a href="https://www.amazon.com/Extreme-Ownership-U-S-Navy-SEALs-ebook/dp/B0739PYQSS"&gt;Extreme Ownership&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Design: &lt;a href="https://www.amazon.com/Patterns-Enterprise-Application-Architecture-Martin/dp/0321127420"&gt;Patterns of Enterprise Application Architecture&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Communication/Writing: &lt;a href="https://www.amazon.com/Writing-Well-30th-Anniversary-Nonfiction-ebook/dp/B0090RVGW0"&gt;On Writing Well&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>help</category>
      <category>leadership</category>
      <category>technical</category>
      <category>softskills</category>
    </item>
    <item>
      <title>What do the heart/thinking/praise/unicorn buttons mean to you?</title>
      <dc:creator>Valentin Baca</dc:creator>
      <pubDate>Fri, 11 Aug 2017 01:57:14 +0000</pubDate>
      <link>https://forem.com/val_baca/what-do-the-heartthinkingpraiseunicorn-buttons-mean-to-you</link>
      <guid>https://forem.com/val_baca/what-do-the-heartthinkingpraiseunicorn-buttons-mean-to-you</guid>
      <description></description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
