Book picks similar to
Automotive Engineering: Powertrain, Chassis System and Vehicle Body by David Crolla
engineering
ingenieria-automotriz
ingenieria-mecánica
partially-read
A Chesapeake Shores Collection Volume 1: The Inn at Eagle Point / Flowers on Main / Harbor Lights / A Chesapeake Shores Christmas
Sherryl Woods - 2017
But when a panicked phone call from her youngest sister sends her racing home to save Jess’s dream of renovating the charming Inn at Eagle Point, Abby finds herself face-to-face with Trace Riley, the man she left behind ten years ago.
Flowers on Main
When Bree O’Brien’s screenwriting career falls apart, she flees Chicago and heads home to Chesapeake Showers. Opening Flowers on Main promises to bring her a new kind of fulfillment, but not all is peaceful and serene when Jake Collins, Bree’s ex-lover, is there waiting for her.
Harbor Lights
Former army medic Kevin O’Brien has come home to Chesapeake Shores, in search of a haven for himself and his toddler son and a future that’s nothing like his past. But Kevin is suddenly facing a risk he hadn’t anticipated?in the form of Main Street bookseller Shanna Carlyle.
A Chesapeake Shores Christmas
After years apart, Mick and Megan O’Brien are finally ready to make it official...again. But when an unexpected delivery causes chaos, it seems only a miracle can reunite this family.
Go in Action
William Kennedy - 2014
The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
Cloud Native Devops with Kubernetes: Building, Deploying, and Scaling Modern Applications in the Cloud
John Arundel - 2019
In this friendly, pragmatic book, cloud experts John Arundel and Justin Domingus show you what Kubernetes can do--and what you can do with it.You'll learn all about the Kubernetes ecosystem, and use battle-tested solutions to everyday problems. You'll build, step by step, an example cloud native application and its supporting infrastructure, along with a development environment and continuous deployment pipeline that you can use for your own applications.Understand containers and Kubernetes from first principles; no experience necessaryRun your own clusters or choose a managed Kubernetes service from Amazon, Google, and othersUse Kubernetes to manage resource usage and the container lifecycleOptimize clusters for cost, performance, resilience, capacity, and scalabilityLearn the best tools for developing, testing, and deploying your applicationsApply the latest industry practices for security, observability, and monitoringAdopt DevOps principles to help make your development teams lean, fast, and effective
The Fugitive Heir
Henry Vogel - 2016
Everyone thinks I should just shut up, and accept the vast inheritance coming my way. Everyone thinks I should let it go, and get on with my life. Everyone is wrong. I know my parents are still alive—but if I reveal how I know, I’ll be drafted into Psi Corps. But my inheritance can fund my search for them. I didn’t count on deadly opposition from the board of the very company I’m about to inherit. There are powerful people involved who will go to extreme lengths to protect their dark secrets and silence me forever. But those people don't know about my three wildcards—my rebuilt spaceship, my best friend who doubles as my bodyguard, and the psychic powers I've kept secret my entire life. My parents are alive, and I'm going to find them and save them—whatever it takes.
Modern Control Systems
Richard C. Dorf - 1974
Written for a senior-level course, this engineering textbook presents the concepts of feedback control system theory as they have been developed in the frequency and time domains, discussing such topics as robust control systems, state variable models, computer control systems, internal model contro
Programming the Human Biocomputer
John C. Lilly - 1973
Lilly's work was adapted into two feature films, The Day of the Dolphin and Altered States.
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7
Engineering Mechanics: Statics
Russell C. Hibbeler - 1974
This best-selling text offers a concise yet thorough presentation of engineering mechanics theory and application. The material is reinforced with numerous examples to illustrate principles and imaginative, well-illustrated problems of varying degrees of difficulty. The text is committed to developing students' problem-solving skills and includes pedagogical features that have made Hibbeler synonymous with excellence in the field. Engineering Mechanics features Photorealistic figures and over 400 key figures have been rendered in often 3D photo quality detail to appeal to visual learners. An improved accompanying Student Study Pack provides chapter-by-chapter study materials as well as a tutorial on free body diagrams. Engineering Mechanics features a complete OneKey course with editable homework, solutions, animations, Active Book, and PHGA. Visit www.prenhall.com/hibbelerinfo to learn more.
Types and Programming Languages
Benjamin C. Pierce - 2002
The study of type systems--and of programming languages from a type-theoretic perspective--has important applications in software engineering, language design, high-performance compilers, and security.This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.
Grokking Simplicity: Taming complex software with functional thinking
Eric Normand - 2019
Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they’re easier to test and debug.
Organic Chemistry
Robert Thornton Morrison - 1959
Some chapters have been rewritten, making topics such as conjugation and nucleophilic substitution more accessible. Problems are provided which challenge the readers' understanding. read.
Reflect & Relate: An Introduction to Interpersonal Communication
Steven McCornack - 2005
With an emphasis on critical self-reflection, Reflect & Relate gives students the practical skills to work through life's many challenges using better interpersonal communication. The sound theory, clear explanations, lively writing, practical activities, and vibrant design all work toward a single goal: Teaching students to make better communication choices so they can build happier and healthier interpersonal relationships.
Pro Git
Scott Chacon - 2009
It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.
A Book of Abstract Algebra
Charles C. Pinter - 1982
Its easy-to-read treatment offers an intuitive approach, featuring informal discussions followed by thematically arranged exercises. Intended for undergraduate courses in abstract algebra, it is suitable for junior- and senior-level math majors and future math teachers. This second edition features additional exercises to improve student familiarity with applications. An introductory chapter traces concepts of abstract algebra from their historical roots. Succeeding chapters avoid the conventional format of definition-theorem-proof-corollary-example; instead, they take the form of a discussion with students, focusing on explanations and offering motivation. Each chapter rests upon a central theme, usually a specific application or use. The author provides elementary background as needed and discusses standard topics in their usual order. He introduces many advanced and peripheral subjects in the plentiful exercises, which are accompanied by ample instruction and commentary and offer a wide range of experiences to students at different levels of ability.