Показ дописів із міткою Programming. Показати всі дописи
Показ дописів із міткою Programming. Показати всі дописи

неділя, 23 липня 2017 р.

C++ books collection [49 books on C++] format pdf chm by C++ books collection [49 books on C++] format pdf chm PDF DOWNLOADS TORRENT

GO Downloads e-Book
Link:

136243776




Product Details:

Author(s): C++ books collection [49 books on C++] format pdf chm

Publisher: --

Category: Programming

Date: 2014

Pages: N/A

Language: English

ISBN-10: 4876215489

ISBN-13: 4599872106487

Format: PDF

Book Description:

Books: Accelerated C++ Practical Programming by Example Advanced Cobra Programming with C++ Applied C++ - Techniques for Building Better Software Beginning C++ Game Programming Beyond the C++ Standard Library - An Introduction to Boost C++ Advanced 3D Game Programming with DirectX 9.0 C++ by Dissection C++ Coding Standards - 101 Rules Guidelines C++ Complete Reference C++ Cookbook C++ Demystified - A Self-Teaching Guide C++ Design Generic Programming C++ for Business Programming, 2nd Edition C++ for Dummies, 5th Edition C++ for Real Programmers C++ How to Program, 5th Edition C++ in a Nutshell C++ In Action Industrial Strength Programming Techniques C++ Plus Data Structures C++ Primer Plus, 4th Edition C++ Primer, 4th Edition C++ Programming for the Absolute Beginner C++ Programming with Cobra C++ Reverse Engineering C++ Standard Library - A Tutorial and Reference C++ Templates - The Complete Guide C++ Timesaving Techniques for Dummies C++ Unleashed Core C++ - A Software Engineer s Approach Data Structures and Algorithms with Object Oriented Design Patterns in C++ Data Structures and Problem Solving in C++ Effective and More Effective C++ Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs Essential C++ Exceptional C++ Style 40 New Engineering Puzzles, Programming problems and solutions Game Programming All in One How Not to Program in C++ Linux C++ Programming - Howto Modeling Derivatives in C++ Modern C++ Design Generic Programming and Design Patterns Applied Professional C++ Programming Embedded Systems in C and C++ The Art of C++ The C++ Programming Language, 3rd Edition The Elements of C++ Style Theory and Problems of Programming with C++ Thinking in C++ Tricks of the Windows Game Programming Gurus You Can Program in C++ - A Programmer s Introduction






Tags: C++ books collection [49 books on C++] format pdf chm by C++ books collection [49 books on C++] format pdf chm, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook, torrent, downloads


неділя, 2 липня 2017 р.

Learning Node.js: A Hands-on Guide to Building Web Applications in JavaScript by Marc Wandschneider PDF DOWNLOADS TORRENT


GO Downloads e-Book
Link:


136347564




Product Details:

Product Details:


Author(s): Marc Wandschneider

Publisher: --

Category: Programming

Date: 2013

Pages: 1

Language: English

ISBN-10: 321910575

ISBN-13: --

Format: EPUB, MOBI, PDF

Book Description:

A Hands-On Guide to Building Web Applications in JavaScript Node.js makes it far easier to create fast, compact, and reliable web/network applications and web servers, and is rapidly becoming indispensable to modern web developers. Learning Node.js brings together the knowledge and JavaScript code you need to build master the Node.js platform and build server-side applications with extraordinary speed and scalability. Youll start by installing and running Node.js, understanding the extensions it uses, and quickly writing your first app. Next, building on the basics, youll write more capable application servers and extend them with todays most powerful Node.js tools and modules. Finally, youll discover todays best practices for testing, running Node.js code on production servers, and writing command-line utilities. Throughout the book, author Marc Wandschneider teaches by walking you line-by-line through carefully crafted examples, demonstrating proven techniques for creating highly efficient applications and servers. [list][*]Build Node.js solutions that leverage your current JavaScript skills [*]Master Node.js nonblocking IO and async programming [*]Handle more requests and increase your applications flexibility [*]Use and write your own modules [*]Perform common JSON/web server tasks [*]Use browsers to generate pages on the fly via Ajax calls and template libraries [*]Simplify development with the express framework [*]Create database back-ends using popular NoSQL and relational databases [*]Deploy and run Node.js apps on Unix/OS X or Windows servers [*]Take advantage of multiprocessor hardware [*]Support virtual hosts and SSL/HTTPS security [*]Test Node.js programs that mix synchronous, async, and RESTful server API functionality [/list]










Tags: Learning Node.js: A Hands-on Guide to Building Web Applications in JavaScript by Marc Wandschneider, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook, torrent, downloads


понеділок, 30 травня 2016 р.

Microsoft Virtualization Secrets by John Savill PDF

Microsoft Virtualization Secrets by John Savill


Product Details:

Author(s): John Savill

Publisher: --

Category: Programming

Date: 31.07.2012

Pages: 552

Language: English

ISBN-10: 1118293169

ISBN-13: 9781118293164

Format: PDF, MOBI, EPUB

Book Description:

Unbeatable advice and expert tips for evaluating, designing, and deploying virtualization solutions If you re an IT professional, you know that virtualization is essential in today s computer infrastructures. This valuable reference is your key to all things Microsoft virtualization. Written by a Microsoft Most Valuable Professional (MVP), it breaks down all the various technologies, what they mean to your organization in terms of saving money and solving problems, and how to design and deploy various solutions effectively. You ll find invaluable tips and information on such topics as Hyper-V, the changes that Windows 8 brings, private cloud scenarios, and more. Written by well-known 11-time Microsoft MVP, Windows expert, and Microsoft insider, John Savill Provides practical advice and expert insights on understanding, evaluating, designing, and deploying virtualization solutions Keeps you up to date with how Windows 8 and Windows Server 8 affect your virtualization processes Covers virtualization in all its forms machine, application, and user Explores the private cloud and public cloud and what they mean to your organization Focuses on Microsoft solutions such as Hyper-V, but also delves into Citrix, Quest software, AppSense, and other Microsoft partner solutions Discusses bringing your own device requirements through VDI and session virtualization and which one is right Features video demonstrations and walkthroughs of some processes Microsoft Virtualization Secrets is like having a built-in Microsoft expert on hand to help you avoid mistakes and save time!

Tags: Microsoft Virtualization Secrets by John Savill, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


Servlet & JSP: A Tutorial by Budi Kurniawan PDF

Servlet & JSP: A Tutorial by Budi Kurniawan


Product Details:

Author(s): Budi Kurniawan

Publisher: --

Category: Programming

Date: 20.02.2012

Pages: 452

Language: English

ISBN-10: 980839629

ISBN-13: 9780980839623

Format: EPUB

Book Description:

Servlet and JavaServer Pages (JSP) are the underlying technologies for developing web applications in Java. They are essential for any programmer to master in order to effectively use frameworks such as JavaServer Faces, Struts 2, or Spring MVC. Covering Servlet 3.0 and JSP 2.2, this book explains the important programming concepts and design models in Java web development as well as related technologies and new features in the latest versions of Servlet and JSP. With comprehensive coverage and a lot of examples, this book is a guide to building real-world applications. Topics discussed in this book include: - The Servlet API - JSP syntax and scripting elements. - Session management - The Expression Language - JavaServer Pages Standard Tag Library (JSTL) - Custom tags and tag files - Filters and listeners - Application design - Connection pooling - Dependency injection - File upload and programmatic file download - Asynchronous processing - Security - Deployment and the deployment descriptor - Dynamic registration - Servlet container initializers

Tags: Servlet & JSP: A Tutorial by Budi Kurniawan, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


The VimL Primer: Edit Like a Pro with Vim Plugins and Scripts by Benjamin Klein PDF

The VimL Primer: Edit Like a Pro with Vim Plugins and Scripts by Benjamin Klein


Product Details:

Author(s): Benjamin Klein

Publisher: --

Category: Programming

Date: 2015

Pages: 1

Language: English

ISBN-10: 1680500406

ISBN-13: --

Format: EPUB

Book Description:

Build on your editor s capabilities and tailor your editing experience with VimL, the powerful scripting language built into Vim. With VimL you can configure basic settings or add entirely new functionality. Use this quick and easy introduction to create your own Vim plugin while learning the concepts and syntax of VimL. VimL is the scripting language of the Vim editor. If you ve ever edited or saved a vimrc file, you ve written VimL. And VimL can do much more than simply configure settings and specify option values you can write entire plugins in VimL. But without a background in scripting Vim, it can be hard to know where to start. The VimL Primer gives you the tools and confidence you need. It gets you comfortable in VimL quickly, walking you through creating a working plugin that you can run yourself as you write it in Vim. You ll learn how to script common commands and buffer interaction, work with windows and buffers from within a plugin script, and how to use autocommands to have Vim recognize entirely new filetypes. You ll discover how to declare filetype-specific settings and define your own syntax elements for use with Vim s syntax highlighting. And you ll see how you can write your own command-line commands and define new mappings to call them. With this introduction to scripting Vim, your own Vim extensions are only plugins away. Take control of your editor! What You Need:: Vim version 7 or later is required, and it s available on any of the major operating systems. This book uses the Huge version of Vim 7.4.

Tags: The VimL Primer: Edit Like a Pro with Vim Plugins and Scripts by Benjamin Klein, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


неділя, 29 травня 2016 р.

'Hello' JavaScript Programming Fundamentals: Learn to program with JavaScript by Rick Hernandez PDF

'Hello' JavaScript Programming Fundamentals: Learn to program with JavaScript by Rick Hernandez


Product Details:

Author(s): Rick Hernandez

Publisher: --

Category: Programming

Date: 04.03.2016

Pages: 137

Language: English

ISBN-10: B01BQ0E6KW

ISBN-13: --

Format: AZW3/MOBI/EPUB/PDF

Book Description:

This is the book that will finally show you how you can learn to program. Created specifically for new programmers, with no programming experience. This is a true Step by Step book where you will learn the programming fundamentals with JavaScript. This is the book that will finally show you how you can start to program with JavaScript, not only will you learn the fundamentals of programming but you will obtain the skills necessary to be able to transfer those skills to any programming language. This book is not just about JavaScript it s about the programming fundamentals that are required by every programming language. You will learn more than just programming with JavaScript. After you complete this book, you will have the skills and the confidence to start and complete real world software applications. We will not focus on showing you code that you will copy and paste and then consider yourself a programmer. NO! We will look into the Programming Fundamentals, The Art and Science of Programming, The Programmers Mindset, Key Programming Concepts and over 35+ Unique Programming Challenges. Yes there will be practical steps for you to follow, but the book completely avoids the type this and itll work style that most programming books use. The Programming Fundamentals covers the following topics: > Mindset (Art of programming, Science of Programming, Programmers) > Flow Charts > Pseudo Code > JavaScript Syntax > Executing code with the Console > Variables > Data Types (Primitive, Composites) > Basic Math Operators > Logical Constructs and Expressions > Control Structures > Loops and Iteration > Arrays > 35+ Programming Challenges This book is not for you to passively read it s specifically designed to make you THINK! The last chapter of the book introduces advance topics such as: > Introduction to Functions > Function Composition > Recursion > Introduction to object Oriented Programming > String Mutations > Simple Data Structures > Advance Number Properties > Introduction to Date Objects > Introduction to Regular Expressions

Tags: 'Hello' JavaScript Programming Fundamentals: Learn to program with JavaScript by Rick Hernandez, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


субота, 2 квітня 2016 р.

Applied Integer Programming: Modeling and Solution by Der-San Chen PDF

Applied Integer Programming: Modeling and Solution by Der-San Chen


Product Details:

Author(s): Der-San Chen

Publisher: --

Category: Programming

Date: 12.01.2010

Pages: 488

Language: English

ISBN-10: 470373067

ISBN-13: 9780470373064

Format: pdf

Book Description:

An accessible treatment of the modeling and solution of integer programming problems, featuring modern applications and software In order to fully comprehend the algorithms associated with integer programming, it is important to understand not only how algorithms work, but also why they work. Applied Integer Programming features a unique emphasis on this point, focusing on problem modeling and solution using commercial software. Taking an application-oriented approach, this book addresses the art and science of mathematical modeling related to the mixed integer programming (MIP) framework and discusses the algorithms and associated practices that enable those models to be solved most efficiently. The book begins with coverage of successful applications, systematic modeling procedures, typical model types, transformation of non-MIP models, combinatorial optimization problem models, and automatic preprocessing to obtain a better formulation. Subsequent chapters present algebraic and geometric basic concepts of linear programming theory and network flows needed for understanding integer programming. Finally, the book concludes with classical and modern solution approaches as well as the key components for building an integrated software system capable of solving large-scale integer programming and combinatorial optimization problems. Throughout the book, the authors demonstrate essential concepts through numerous examples and figures. Each new concept or algorithm is accompanied by a numerical example, and, where applicable, graphics are used to draw together diverse problems or approaches into a unified whole. In addition, features of solution approaches found in today s commercial software are identified throughout the book. Thoroughly classroom-tested, Applied Integer Programming is an excellent book for integer programming courses at the upper-undergraduate and graduate levels. It also serves as a well-organized reference for professionals, software developers, and analysts who work in the fields of applied mathematics, computer science, operations research, management science, and engineering and use integer-programming techniques to model and solve real-world optimization problems.

Tags: Applied Integer Programming: Modeling and Solution by Der-San Chen, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


Continuous Software Engineering by Jan Bosch PDF

Continuous Software Engineering by Jan Bosch


Product Details:

Author(s): Jan Bosch

Publisher: --

Category: Programming

Date: 11.11.2014

Pages: 226

Language: English

ISBN-10: 3319112821

ISBN-13: 9783319112824

Format: PDF

Book Description:

This book provides essential insights on the adoption of modern software engineering practices at large companies producing software-intensive systems, where hundreds or even thousands of engineers collaborate to deliver on new systems and new versions of already deployed ones. It is based on the findings collected and lessons learned at the Software Center (SC), a unique collaboration between research and industry, with Chalmers University of Technology, Gothenburg University and Malmo University as academic partners and Ericsson, AB Volvo, Volvo Car Corporation, Saab Electronic Defense Systems, Grundfos, Axis Communications, Jeppesen (Boeing) and Sony Mobile as industrial partners. The 17 chapters present the Stairway to Heaven model, which represents the typical evolution path companies move through as they develop and mature their software engineering capabilities. The chapters describe theoretical frameworks, conceptual models and, most importantly, the industrial experiences gained by the partner companies in applying novel software engineering techniques. The books structure consists of six parts. Part I describes the model in detail and presents an overview of lessons learned in the collaboration between industry and academia. Part II deals with the first step of the Stairway to Heaven, in which R&D adopts agile work practices. Part III of the book combines the next two phases, i.e., continuous integration (CI) and continuous delivery (CD), as they are closely intertwined. Part IV is concerned with the highest level, referred to as R&D as an innovation system, while Part V addresses a topic that is separate from the Stairway to Heaven and yet critically important in large organizations: organizational performance metrics that capture data, and visualizations of the status of software assets, defects and teams. Lastly, Part VI presents the perspectives of two of the SC partner companies. The book is intended for practitioners and professionals in the software-intensive systems industry, providing concrete models, frameworks and case studies that show the specific challenges that the partner companies encountered, their approaches to overcoming them, and the results. Researchers will gain valuable insights on the problems faced by large software companies, and on how to effectively tackle them in the context of successful cooperation projects.

Tags: Continuous Software Engineering by Jan Bosch, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


пʼятниця, 1 квітня 2016 р.

OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management: Get your workflow up and running with ... OSWorkflow project with real-world examples by Diego Adrian Naya Lazo PDF

OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management: Get your workflow up and running with ... OSWorkflow project with real-world examples by Diego Adrian Naya Lazo


Product Details:

Author(s): Diego Adrian Naya Lazo

Publisher: Packt Publishing

Category: Programming

Date: 30.08.2007

Pages: 212

Language: English

ISBN-10: 1847191525

ISBN-13: 9781847191526

Format: PDF

Book Description:

This book covers all aspects related to OSWorkflow. No prior knowledge about OSWorkflow is needed. You will learn everything from the basics of Business Process Management (BPM) technology and installing OSWorkflow to integrating the workflow engine with third-party components like Drools, Quartz, and Pentaho.

Tags: OSWorkflow: A guide for Java developers and architects to integrating open-source Business Process Management: Get your workflow up and running with ... OSWorkflow project with real-world examples by Diego Adrian Naya Lazo, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming by Rick Miller PDF

C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming by Rick Miller


Product Details:

Author(s): Rick Miller

Publisher: Pulp Free Press

Category: Programming

Date: 15.01.2004

Pages: 646

Language: English

ISBN-10: 1932504028

ISBN-13: 9781932504026

Format: chm, pdf

Book Description:

C++ For Artists The Art, Philosophy, and Science of Object-Oriented Programming takes a refreshing and sometimes controversial approach to the complex topic of object-oriented programming and the C++ language.

Tags: C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming by Rick Miller, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


Computer Programming Box Set (4 in 1): Linux, Raspberry Pi, Evernote, and Python Programming for Beginners (Computer Programming & Operating Systems) by Isaak Seel PDF

Computer Programming Box Set (4 in 1): Linux, Raspberry Pi, Evernote, and Python Programming for Beginners (Computer Programming & Operating Systems) by Isaak Seel


Product Details:

Author(s): Isaak Seel

Publisher: --

Category: Programming

Date: 04.04.2016

Pages: 151

Language: English

ISBN-10: B01DV1S8DU

ISBN-13: --

Format: AZW3/MOBI/EPUB/PDF

Book Description:

Get FOUR books for up to 60% off the price! With this bundle, you ll receive: Linux for Beginners Raspberry Pi 2 Evernote for Beginners Python Programming for Beginners In Linux for Beginners, you ll learn introduction to Linux operating system and essential command lines In Raspberry Pi 2, you ll learn beginner s step-by-step guide to using your raspberry pi 2 In Evernote for Beginners, you ll get recipes for low carb soups, dinners and healthy desserts for your dutch oven with no-mess and no-stress In Python Programming for Beginners, you ll learn a step-by-step guide to learning the basics of computer programming and python computer language

Tags: Computer Programming Box Set (4 in 1): Linux, Raspberry Pi, Evernote, and Python Programming for Beginners (Computer Programming & Operating Systems) by Isaak Seel, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


середа, 3 лютого 2016 р.

Parallele Programmierung [German] by Thomas Rauber PDF

Parallele Programmierung [German] by Thomas Rauber


Product Details:

Author(s): Thomas Rauber

Publisher: --

Category: Programming

Date: 21.09.2012

Pages: 532

Language: English

ISBN-10: 3642136036

ISBN-13: 9783642136030

Format: PDF

Book Description:

[img]2406241[/img] [center] Thomas Rauber, Parallele Programmierung, 3 Auflage 2012 | ISBN-10: 3642136036 | 532 pages | PDF | 7 MB [/center] Multiprozessor-Desktoprechner, Cluster von PCs und Innovationen wie Hyperthreading oder Multicore-Prozessoren machen parallele Rechenressourcen allgegenwartig. Die Ausnutzung dieser Rechenleistung ist jedoch nur durch parallele Programmiertechniken moglich. Das Buch stellt diese Techniken fur herkommliche Parallelrechner und fur neuartige Plattformen umfassend dar. Neben den Grundlagen der parallelen Programmierung werden Programmierumgebungen wie Pthreads, Java-Threads, OpenMP, MPI oder PVM sowie die zugehorigen Programmiermodelle behandelt.

Tags: Parallele Programmierung [German] by Thomas Rauber, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


The Art of Software Testing, 3rd edition by Glenford J. Myers, Corey Sandler, Tom Badgett PDF

The Art of Software Testing, 3rd edition by Glenford J. Myers, Corey Sandler, Tom Badgett


Product Details:

Author(s): Glenford J. Myers, Corey Sandler, Tom Badgett

Publisher: --

Category: Programming

Date: 2011

Pages: 1

Language: English

ISBN-10: 1118031962

ISBN-13: --

Format: PDF

Book Description:

The classic, landmark work on software testing The hardware and software of computing have changed markedly in the three decades since the first edition of The Art of Software Testing, but this book s powerful underlying analysis has stood the test of time. Whereas most books on software testing target particular development techniques, languages, or testing methods, The Art of Software Testing, Third Edition provides a brief but powerful and comprehensive presentation of time-proven software testing approaches. If your software development project is mission critical, this book is an investment that will pay for itself with the first bug you find. The new Third Edition explains how to apply the book s classic principles to today s hot topics including: [list][*]Testing apps for iPhones, iPads, BlackBerrys, Androids, and other mobile devices [*]Collaborative (user) programming and testing [*]Testing for Internet applications, e-commerce, and agile programming environments [/list]Whether you re a student looking for a testing guide you ll use for the rest of your career, or an IT manager overseeing a software development team, The Art of Software Testing, Third Edition is an expensive book that will pay for itself many times over.

Tags: The Art of Software Testing, 3rd edition by Glenford J. Myers, Corey Sandler, Tom Badgett, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


вівторок, 2 лютого 2016 р.

Node.js the Right Way: Practical, Server-Side JavaScript That Scales by Jim R. Wilson PDF

Node.js the Right Way: Practical, Server-Side JavaScript That Scales by Jim R. Wilson


Product Details:

Author(s): Jim R. Wilson

Publisher: --

Category: Programming

Date: 2013

Pages: 1

Language: English

ISBN-10: 1937785734

ISBN-13: --

Format: EPUB + MOBI

Book Description:

Get to the forefront of server-side JavaScript programming by writing compact, robust, fast, networked Node applications that scale. Ready to take JavaScript beyond the browser, explore dynamic languages features and embrace evented programming? Explore the fun, growing repository of Node modules provided by npm. Work with multiple protocols, load-balanced RESTful web services, express, 0MQ, Redis, CouchDB, and more. Develop production-grade Node applications fast. JavaScript is the backbone of the modern web, powering nearly every web app s user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You ll write asynchronous, non-blocking code using Node s style and patterns. You ll cluster and load balance your services with Node core features and third-party tools. You ll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more. This short book packs a hefty dose of Node.js. You ll test your code s functionality and performance under load. You ll learn important aspects of Node development from its architecture and core, to its ecosystem of third-party modules. You ll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you ll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you ll develop real programs that are small, fast, low-profile, and useful. Get ready to join a smart community that s rapidly advancing the state of the art in web development. What You Need: Latest stable release of Node.js, this book was written with 0.12.x in mind. The 0MQ (ZeroMQ) library, version 3.2 or higher.

Tags: Node.js the Right Way: Practical, Server-Side JavaScript That Scales by Jim R. Wilson, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook


An Introduction to Software Engineering by Dr Laurie A Williams PDF

An Introduction to Software Engineering by Dr Laurie A Williams


Product Details:

Author(s): Dr Laurie A Williams

Publisher: --

Category: Programming

Date: 14.08.2013

Pages: 318

Language: English

ISBN-10: 989864014

ISBN-13: 9780989864015

Format: epub

Book Description:

This book is an introduction to software engineering and practice addresses bothagile and plan-driven software engineering. The book is particularly intended foran introduction to software engineering undergraduate course. The title indicates it is a partial introduction because only one chapter, an appendix on UML, deals with design. Other areas of introductory software engineering are covered quite extensively, including software reviews, pair programming, testing, static analysis, requirements engineering, maintenance, and risk management.

Tags: An Introduction to Software Engineering by Dr Laurie A Williams, pdf, epub, mobi, fb2, djvu, lit, txt, rtf, doc, docx, chm, htmlz, lrf, azw, azw3, kindle, ebook