One of the most painful activities in software is maintaining poor code. This book is your companion to improve application code to become easier to understand and cheaper to modify. It's also your step by step guide to adopt clean coding techniques and professional development habits in a systematic and sustainable way.
这本书将教会你如何将一个idea变成实际的Web应用。从高效的编程工具,开发流程,到敏捷开发中的各种轻量级实践,再到从零开始开发一个具体而微的实例。
This book is a series of labs that explain all of the major components in a CPU using only basic and/or/not/xor gates. It implements those components using a breadboard and 7400 series IC chips.
The purpose of this book is to fill a niche in teaching MIPS assembly language in that it does not simply teach assembly language programming, but attempts to show higher level language and computer organizational principals. For example, value and reference types are covered in detail, as are call stacks and heap memory. Through understanding these concepts in assembly, programmers should be more effective in other areas of computer science.
Coming to grips with Go is more than just familiarizing yourself with the language features. Learning to use those features to write production-ready code can be difficult task. If you are looking for guidelines and assistance, then this book is surely what you are looking for.
The ultimate guide for WordPress site owners.
Este es el manual del curso de Desarrllo Ágil con Integración Continúa Impartido por los autores. Se cubre TDD, CI, CD
No matter how clear and well written, naked code is never quite self-documenting. There is always a role for comments, whether the in-line narration of key design points or the formal annotation of public declarations
Playground Secrets and Power Tips leads you through creating playgrounds and exploring their built-in features. Push beyond the basics to expose the hidden power of the Swift playground.
Забравете за таблиците при работа с бази данни! Описвайте информацията така както е подредена в природата. Забравете за ограниченията в обема информация, която можете да обработвате - няма такива! Вие не търсите информация, просто се разхождате в нея! В тази книга не се описва обикновена база данни, а работа със знания.
Learn how to facilitate and host a coderetreat from two of the most experienced coderetreat facilitators.
Gulp is new build system is capable of automate minification, file copy, watching file changes and rerun tasks. Gulp is built on top of the NodeJS and is available as open source.This book covers the gulp plugin architecture with simple explanation.Finally, We will learn to develop our own Gulp plugin.
Stuck with Symfony2 forms? Want to know how to easily solve (complex) form use-cases? This book contains practical recipes that are easily implemented in your own projects, and gives you a bit more insight in the Symfony Form component.
Web APIs should be beautiful and fun to use: this short book will guide you through the simple steps and key points needed to design or improve you API and make your users happy when using it.
A progressive discovery of the Laravel helper features, functions, classes, utilities, Collections, and more!