Carleton DiLeo - Böcker
Visar alla böcker från författaren Carleton DiLeo. Handla med fri frakt och snabb leverans.
4 produkter
4 produkter
458 kr
Skickas inom 10-15 vardagar
Learn how to make better decisions and write cleaner Ruby code. This book shows you how to avoid messy code that is hard to test and which cripples productivity. Author Carleton DiLeo shares hard-learned lessons gained from years of experience across numerous codebases both large and small. Each chapter covers the topics you need to know to make better decisions and optimize your productivity. Many books will tell you how to do something; this book will tell you why you should do it. Start writing code you love. What You Will LearnBuild better classes to help promote code reuseImprove your decision making and make better, smarter choicesIdentify bad code and fixed itCreate quality names for all of your variables, classes, and modulesWrite better, concise classesImprove the quality of your methodsProperly use modulesClarify your Boolean logicSee when and how you refactorImprove your understanding of TDD and write better testsWho This Book Is ForThis book is written for Ruby developers. There is no need to learn a new language or translate concepts to Ruby.
607 kr
Skickas inom 3-6 vardagar
Learn the principles behind object-oriented programming in Ruby and within a few chapters create a fully functional Ruby 3-based application. You'll gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which will be needed for your first Ruby application. Based on the bestselling first and second editions, Beginning Ruby 3, 4th Edition is a leading guide to learn Ruby from the ground up. The new edition of this book provides the same excellent introduction to Ruby as the previous editions plus updates for the newest version of Ruby, including performance through an improved allocator, decreased heap fragmentation and more. Also, added: details on the just-in-time compiler, fewer limits on GIL (Global Interpreter Lock), and a static type checker. You’ll see why the light and agile Ruby programming language remains a popular open source scripting option for developers building today's web applications. This book can also be used as a textbook or companion to a textbook on beginning Ruby programming. After reading and using this book, you'll have a firm handle to program in the Ruby language. What You Will LearnDiscover the fundamentals of Ruby and its object-oriented building blocks Use the Ruby libraries, gems, and documentationWork with files and databases Write and deploy Ruby applicationsHarness the various Ruby web frameworks and use them effectivelyDo network programming with Ruby Who This Book Is For Beginning programmers, programmers new to Ruby, and web developers interested in learning the foundations of the Ruby programming language.
563 kr
Skickas inom 3-6 vardagar
Remote development has drastically changed the way teams build software. The freedom to work from wherever and possibly whenever has increased flexibility, but these benefits have not come without growing pains. The people managing this new type of team have worked tirelessly to adapt existing practices to this new, unfamiliar environment.The good news is you don’t have to go through it alone. Authors Carleton DiLeo and Jennifer Reyes draw from two decades of combined experience building and managing highly-effective remote teams. You’ll see how to set up, manage, and maintain your team. These ideas have been tested, boiled down, and refined over the years into an easy-to-understand series of steps.If you want to build a new remote team or transition from in-person, Effective Remote Teams has you covered. Read on to start enjoying the benefits of remote development today.What You Will LearnBuild an ecosystem to promote collaboration and automationCreate an onboarding process to get new team members quickly integratedManage an ideal work weekUse the “strike team” method to structure your teamMake changes to your team and process without affecting velocityKeep your team happy and productive long-termWho This Book is ForManagers, team leaders, and startup founders
563 kr
Kommande
Learn to write clean Ruby code that your team will thank you for. This fully revised and expanded edition goes far beyond the basics to help you master the principles and practices to keep your Ruby code elegant, maintable, and future-proof.Author Carleton DiLeo draws on years of experience across diverse Ruby codebases to show you why clean code matters and how to achieve it using today’s best practices. You’ll learn foundational principles like SOLID, DRY, and KISS, explore modern Ruby idioms such as pattern matching and safe navigation, and discover strategies for refactoring, error handling, and performance tuning.Unlike books that only tell you how to write Ruby, this edition explains why these choices matter, and how they impact readability, scalability, and team productivity. With new chapters on metaprogramming, design patterns, sustainable development practices, and benchmarking tools, this book equips you to write Ruby code that stands the test of time.What You Will Learn:Apply core principles (SOLID, DRY, YAGNI, KISS) to real-world Ruby codeUse modern Ruby features: pattern matching, safe navigation, keyword argumentsCreate cleaner classes and methods with practical examplesRefactor confidently with tests-first strategiesHandle errors responsibly with domain-specific exceptionsImplement design patterns in Ruby and avoid common pitfallsImprove performance using benchmarking and profiling toolsBuild sustainable practices: linters, CI, code reviewsWho this Book is for:Ruby developers, ideally who have taken a Ruby on Rails bootcamp or have a few years of experience, who want to go beyond syntax to master writing clean, professional-grade code.