The Coding Dojo Handbook

The Coding Dojo Handbook PDF Author: Emily Bache
Publisher: Lulu.com
ISBN: 919811803X
Category : Computer programming
Languages : en
Pages : 238

Get Book

Book Description
This handbook is a collection of concrete ideas for how you can get started with a Coding Dojo, where a group of programmers can focus on improving their practical coding skills.

The Coding Dojo Handbook

The Coding Dojo Handbook PDF Author: Emily Bache
Publisher: Lulu.com
ISBN: 919811803X
Category : Computer programming
Languages : en
Pages : 238

Get Book

Book Description
This handbook is a collection of concrete ideas for how you can get started with a Coding Dojo, where a group of programmers can focus on improving their practical coding skills.

Create with Code

Create with Code PDF Author: Clyde Hatter
Publisher:
ISBN: 9781338146349
Category : Computer programming
Languages : en
Pages : 93

Get Book

Book Description
Introduces coding using HTML, CSS, and JavaScript, providing step-by-step instructions for creating a website and adding photos, embedding videos, and using file transfer programs--

Technical Agile Coaching with the Samman Method

Technical Agile Coaching with the Samman Method PDF Author: Emily Bache
Publisher:
ISBN: 9789198676907
Category :
Languages : en
Pages : 140

Get Book

Book Description
Samman Technical Coaching is an approach to Agile training that focuses on technical questions concerning how code is written. It is a highly effective way of increasing agility in your software development organization. The first part of the Samman method involves the coach working in an ensemble with development teams, programming in their production codebase. This hands-on mentoring is accompanied by daily "learning hour" sessions for mastering particular techniques. In this book you will discover how to put Samman into practice, improve your coding procedures and how you collaborate. It is a practical guide for aspiring and experienced coaches looking for fresh ideas and new ways of teaching Agile. It is both challenging and fun for developers and coaches alike.

The DevOps Handbook

The DevOps Handbook PDF Author: Gene Kim
Publisher: IT Revolution
ISBN: 194278807X
Category : Business & Economics
Languages : en
Pages : 515

Get Book

Book Description
Increase profitability, elevate work culture, and exceed productivity goals through DevOps practices. More than ever, the effective management of technology is critical for business competitiveness. For decades, technology leaders have struggled to balance agility, reliability, and security. The consequences of failure have never been greater―whether it's the healthcare.gov debacle, cardholder data breaches, or missing the boat with Big Data in the cloud. And yet, high performers using DevOps principles, such as Google, Amazon, Facebook, Etsy, and Netflix, are routinely and reliably deploying code into production hundreds, or even thousands, of times per day. Following in the footsteps of The Phoenix Project, The DevOps Handbook shows leaders how to replicate these incredible outcomes, by showing how to integrate Product Management, Development, QA, IT Operations, and Information Security to elevate your company and win in the marketplace.

Make Your Own Game

Make Your Own Game PDF Author: Jurie Horneman
Publisher: CoderDojo Nano
ISBN: 9781405284103
Category : Coding theory
Languages : en
Pages : 96

Get Book

Book Description
CoderDojo Nano: Make Your Own Game teaches the fundamentals of the Javascript coding language in a simple, logical way to help kids reach their goal of creating their very own PC game. Children will learn everything from creating a game world, animating characters and determining the physics of movement within the game. Each concept is illustrated with a screenshot to make checking easy, and incredible pixel art from Army of Trolls makes this look like no other coding book. Coder Dojo Nano: Make Your Own Game is the perfect first step that kids can take towards game development. Look out for other titles in the CoderDojo Nano series: CoderDojo Nano: Build Your Own Website.

R for Data Science

R for Data Science PDF Author: Hadley Wickham
Publisher: "O'Reilly Media, Inc."
ISBN: 1491910364
Category : Computers
Languages : en
Pages : 521

Get Book

Book Description
Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You'll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you've learned along the way. You'll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results

The Clean Coder

The Clean Coder PDF Author: Robert C. Martin
Publisher: Pearson Education
ISBN: 0137081073
Category : Computers
Languages : en
Pages : 247

Get Book

Book Description
Presents practical advice on the disciplines, techniques, tools, and practices of computer programming and how to approach software development with a sense of pride, honor, and self-respect.

Mastering XPages

Mastering XPages PDF Author: Martin Donnelly
Publisher: Pearson Education
ISBN: 0132486318
Category : Application software
Languages : en
Pages : 784

Get Book

Book Description
The first complete, practical guide to XPages development - direct from members of the XPages development team at IBM Lotus Martin Donnelly, Mark Wallace, and Tony McGuckin have written the definitive programmer's guide to utilizing this breakthrough technology. Packed with tips, tricks, and best practices from IBM's own XPages developers, Mastering XPages brings together all the information developers need to become experts - whether you're experienced with Notes/Domino development or not. The authors start from the very beginning, helping developers steadily build your expertise through practical code examples and clear, complete explanations. Readers will work through scores of real-world XPages examples, learning cutting-edge XPages and XSP language skills and gaining deep insight into the entire development process. Drawing on their own experience working directly with XPages users and customers, the authors illuminate both the technology and how it can be applied to solving real business problems. Martin Donnelly previously led a software startup that developed and distributed small business accounting software. Donnelly holds a Commerce degree from University College Cork and an M.S. in Computer Science from Boston University. Mark Wallace has worked at IBM for 15 years on many projects as a technical architect and application developer. Tony McGuckin participates in the Lotus OneUI Web Application and iWidget Adoption Workgroup. He holds a bachelor's degree in Software Engineering from the University of Ulster.

The Rust Programming Language (Covers Rust 2018)

The Rust Programming Language (Covers Rust 2018) PDF Author: Steve Klabnik
Publisher: No Starch Press
ISBN: 1718500459
Category : Computers
Languages : en
Pages : 561

Get Book

Book Description
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.

Refactoring

Refactoring PDF Author: Martin Fowler
Publisher: Addison-Wesley Professional
ISBN: 0201485672
Category : Computers
Languages : en
Pages : 461

Get Book

Book Description
Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.