Book picks similar to
The Modern JavaScript Tutorial by Ilya Kantor
dev
in-english
nonfiction
programming
Developer Hegemony: The Future of Labor
Erik Dietrich - 2017
The modern economy—the world itself—relies on technology. Demand for the people who can produce it far outweighs the supply. So why do developers occupy largely subordinate roles in the corporate structure? Developer Hegemony explores the past, present, and future of the corporation and what it means for developers. While it outlines problems with the modern corporate structure, it’s ultimately a play-by-play of how to leave the corporate carnival and control your own destiny. And it’s an emboldening, specific vision of what software development looks like in the world of developer hegemony—one where developers band together into partner firms of “efficiencers,” finally able to command the pay, respect, and freedom that’s earned by solving problems no one else can. Developers, if you grow tired of being treated like geeks who can only be trusted to take orders and churn out code, consider this your call to arms. Bring about the autonomous future that’s rightfully yours. It’s time for developer hegemony.
Hackers & Painters: Big Ideas from the Computer Age
Paul Graham - 2004
Who are these people, what motivates them, and why should you care?Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970. Letters, encyclopedias, newspapers, and even your local store are being replaced by the Internet.Hackers & Painters: Big Ideas from the Computer Age, by Paul Graham, explains this world and the motivations of the people who occupy it. In clear, thoughtful prose that draws on illuminating historical examples, Graham takes readers on an unflinching exploration into what he calls “an intellectual Wild West.”The ideas discussed in this book will have a powerful and lasting impact on how we think, how we work, how we develop technology, and how we live. Topics include the importance of beauty in software design, how to make wealth, heresy and free speech, the programming language renaissance, the open-source movement, digital design, internet startups, and more.
Optimize YOUR Airbnb: The Definitive Guide to Ranking #1 in Airbnb Search
Daniel Vroman Rusteen - 2018
I met Veronika while exploring Old Town Tallinn. When I found out Veronika was an Airbnb host, I asked to see her listing. I saw potential, but her online listing wasn’t much. I told Veronika about how I optimize Airbnb listings. We agreed that I would stay at her listing for a small discount in exchange for a fully optimized Airbnb listing. As of November 2017, Veronika has 10 5-star reviews.I wrote Optimize YOUR Airbnb to reach more hosts like Veronika. This book contains the culmination of my five-year experience with Airbnb from being an employee and a guest, to a host, to Superhost, and to starting an Airbnb property management company. I’ve hosted everything from a living room couch to a 3-story, 5-bedroom hillside mansion. The information in this book is more complete and effective than anything on the market. Trouble deciding between which book to buy? To ensure my book is the most comprehensive, I read 13 of the top Airbnb books on the market. You can read my review of these books on Amazon. Daniel V. Rusteen - former Airbnb employee, Superhost, super guest (250+ days on Airbnb), and Airbnb property manager - reveals his strategies to rank high in Airbnb search by creating an optimal online listing and offline guest experience."Daniel Rusteen's authoritative book is as comprehensive as it is enjoyable to read. I have never seen so much valuable, actionable advice in one place for an Airbnb host. Highly recommended!" - Chip ConleyYou will learn how to: Optimize your Airbnb listing to achieve a high Airbnb search rank Leverage tools to automate 80%+ of your Airbnb Interior design without professional help Successfully navigate slow season Identify problem Airbnb guests before they book Master your Airbnb title and text Take high-quality photos with your smart phone Create additional streams of revenue based on your Airbnb “The listing you optimized appeared to be easier to read, was more approachable, and ranked higher as a result.” - Customer of OptimizeMyAirbnb.com paraphrasing what Airbnb told him as it related to one of his listings using the strategies outlined in the book“I am an Airbnb expert…then I found you…you are the top!” - Blog comment on OptimizeMyAirbnb.com“Danny – You might be a magician. I made a bunch of your suggested updates to the listing and I’ve had $660 in bookings (only 2 nights!) in the last 24 hours.” - Prior customer of OptimizeMyAirbnb.com“If you don’t read this book, there will be a lot that you don’t know that you don’t know.” - Symon He, foreword Optimize YOUR Airbnb
Mastering Bitcoin: Unlocking Digital Cryptocurrencies
Andreas M. Antonopoulos - 2014
Whether you're building the next killer app, investing in a startup, or simply curious about the technology, this practical book is essential reading.Bitcoin, the first successful decentralized digital currency, is still in its infancy and it's already spawned a multi-billion dollar global economy. This economy is open to anyone with the knowledge and passion to participate. Mastering Bitcoin provides you with the knowledge you need (passion not included).This book includes:A broad introduction to bitcoin--ideal for non-technical users, investors, and business executivesAn explanation of the technical foundations of bitcoin and cryptographic currencies for developers, engineers, and software and systems architectsDetails of the bitcoin decentralized network, peer-to-peer architecture, transaction lifecycle, and security principlesOffshoots of the bitcoin and blockchain inventions, including alternative chains, currencies, and applicationsUser stories, analogies, examples, and code snippets illustrating key technical concepts
Pearls of Functional Algorithm Design
Richard S. Bird - 2010
These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style.
Working Effectively with Legacy Code
Michael C. Feathers - 2004
This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Java Puzzlers: Traps, Pitfalls, and Corner Cases
Joshua Bloch - 2005
This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles.--Guy Steele, Sun Fellow and coauthor of The Java(TM) Language SpecificationI laughed, I cried, I threw up (my hands in admiration).--Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert GroupHow well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you!In the tradition of Effective Java(TM), Bloch and Gafter dive deep into the subtleties of the Java programming language and its core libraries. Illustrated with visually stunning optical illusions,
Java(TM) Puzzlers
features 95 diabolical puzzles that educate and entertain. Anyone with a working knowledge of Java will understand the puzzles, but even the most seasoned veteran will find them challenging.Most of the puzzles take the form of a short program whose behavior isn't what it seems. Can you figure out what it does? Puzzles are grouped loosely according to the features they use, and detailed solutions follow each puzzle. The solutions go well beyond a simple explanation of the program's behavior--they show you how to avoid the underlying traps and pitfalls for good. A handy catalog of traps and pitfalls at the back of the book provides a concise taxonomy for future reference.Solve these puzzles and you'll never again fall prey to the counterintuitive or obscure behaviors that can fool even the most experienced programmers.
The Google Resume: How to Prepare for a Career and Land a Job at Apple, Microsoft, Google, or Any Top Tech Company
Gayle Laakmann McDowell - 2011
Gayle Laakmann McDowell worked in Google Engineering for three years, where she served on the hiring committee and interviewed over 120 candidates. She interned for Microsoft and Apple, and interviewed with and received offers from ten tech firms. If you're a student, you'll learn what to study and how to prepare while in school, as well as what career paths to consider. If you're a job seeker, you'll get an edge on your competition by learning about hiring procedures and making yourself stand out from other candidates. Covers key concerns like what to major in, which extra-curriculars and other experiences look good, how to apply, how to design and tailor your resume, how to prepare for and excel in the interview, and much more Author was on Google's hiring committee; interned at Microsoft and Apple; has received job offers from more than 10 tech firms; and runs CareerCup.com, a site devoted to tech jobs Get the only comprehensive guide to working at some of America's most dynamic, innovative, and well-paying tech companies with The Google Resume.
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
Making Every Lesson Count: Six principles to support great teaching and learning (Making Every Lesson Count series)
Shaun Allison - 2015
Shaun Allison and Andy Tharby examine the evidence behind what makes great teaching and explore how to implement this in the classroom to make a difference to learning. They distil teaching and learning down into six core principles - challenge, explanation, modelling, practice, feedback and questioning - and show how these can inspire an ethos of excellence and growth, not only in individual classrooms but across a whole school too. Combining robust evidence from a range of fields with the practical wisdom of experienced, effective classroom teachers, the book is a complete toolkit of strategies that teachers can use every lesson to make that lesson count. There are no gimmicky ideas here - just high impact, focused teaching that results in great learning, every lesson, every day. To demonstrate how attainable this is, the book contains a number of case studies from a number of professionals who are successfully embedding a culture of excellence and growth in their schools. Making Every Lesson Count offers an evidence-informed alternative to restrictive Ofsted-driven definitions of great teaching, empowering teachers to deliver great lessons and celebrate high-quality practice. Suitable for all teachers - including trainee teachers, NQTs, and experienced teachers - who want quick and easy ways to enhance their practice and make every lesson count.