Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Programming Languages eBooks

If you like Programming Languages eBooks, then you'll love these top picks.
Showing 409 - 432 of 10545 Results
Skip side bar filters
  • HTML5 for Masterminds, Revised 3rd Edition

    How to take advantage of HTML5 to create responsive websites and revolutionary applications

    by J.D Gauchat ...
    The new edition of HTML5 for Masterminds is ready. Now with a complete course on Web Development and Responsive Web Design. Learn how to create websites and applications for desktop and mobile devices with HTML, CSS, and JavaScript.HTML5 for Masterminds leads the reader step-by-step to master the complex subjects required to create websites and web applications. After reading this book, you will ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Enterprise Application Architecture with .NET Core

    An architectural journey into the Microsoft .NET open source platform

    Architect and design highly scalable, robust, clean and highly performant applications in .NET Core Key Features\[\*\] Incorporate architectural soft-skills such as DevOps and Agile methodologies to enhance program-level objectives\[\*\] Gain knowledge of architectural approaches on the likes of SOA architecture and microservices to provide traceability and rationale for architectural decisions\[\ ... Read more

    $47.99 CAD or Free with Kobo Plus

  • 100 Go Mistakes and How to Avoid Them

    Spot errors in your Go code you didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.100 Go Mistakes and How to Avoid Them shows you how to:Dodge the most common mistakes made by Go developersStructure and organize your Go applicationHandle data and control structures efficientlyDeal with errors in an idiomatic mannerImprove your concurrency ... Read more

    $77.99 CAD

  • Guide to: Learning Python Decorators

    by Matt Harrison ...
    Guide To: Learning Python Decorators is a complete guide to the theory and implementation of decorators. Decorators are pretty common in Python. While not strictly necessary, they can reduce code size while enabling control of function input, invocation and output. Many explanations of decorators are brief and leave the reader somewhat confused. This book is an attempt to remedy that. It is based ... Read more

    $9.61 CAD

  • Microsoft Word VBA Codes Are Easy to Learn Under an Hour for Some People

    by Kenny L Keys ...
    You can quickly learn what a comment, an array, a variable, a text string, a VBA loop Statement, a With Statement, a Set Statement, a Dim Statement and the basic functions of Microsoft Word 2010 VBA from the pages of this small book, but you must first have the desire to learn VBA; without the desire, you’ll only end up being disappointed in this book or any other book.  When a person lacks an ... Read more

    $5.14 CAD

  • Creating Mobile Apps with Xamarin.Forms Preview Edition 2

    Series series Developer Reference
    This second Preview Edition ebook, now with 16 chapters, is about writing applications for Xamarin.Forms, the new mobile development platform for iOS, Android, and Windows phones unveiled by Xamarin in May 2014. Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms. ... Read more

    Free

  • PostgreSQL: Up and Running

    A Practical Guide to the Advanced Open Source Database

    Thinking of migrating to PostgreSQL? This clear, fast-paced introduction helps you understand and use this open source database system. Not only will you learn about the enterprise class features in versions 9.5 to 10, youâ??ll also discover that PostgeSQL is more than a database systemâ??itâ??s an impressive application platform as well.With examples throughout, this book shows you how to achieve ... Read more

    $39.99 CAD

  • Building HTML5 Games with ImpactJS

    An Introduction On HTML5 Game Development

    by Jesse Freeman ...
    Create a real 2D game from start to finish with ImpactJS, the JavaScript game framework that works with the HTML5's Canvas element. Making video games is hard work that requires technical skills, a lot of planning, and—most critically—a commitment to completing the project. With this hands-on guide, you’ll learn how to use Impact with other technologies step-by-step.You’ll pick up important tips ... Read more

    $14.99 CAD

  • Node.js for PHP Developers

    Porting PHP to Node.js

    by Daniel Howard ...
    If you’re an experienced PHP developer, you already have a head start on learning how to write Node.js code. In this book, author Daniel Howard demonstrates the remarkable similarities between the two languages, and shows you how to port your entire PHP web application to Node.js. By comparing specific PHP features with their Node counterparts, you’ll also discover how to refactor and improve ... Read more

    $22.99 CAD

  • Mastering Go

    Create Golang production applications using network libraries, concurrency, machine learning, and advanced data structures

    Publisher\\'s Note: This edition from 2019 is outdated and is not compatible with the latest version of Go. A new third edition, updated for 2021 and featuring the latest in Go programming, has now been published.Key FeaturesSecond edition of the bestselling guide to advanced Go programming, expanded to cover machine learning, more Go packages and a range of modern development techniquesCompletes ... Read more

    $55.99 CAD or Free with Kobo Plus

  • Doing Math with Python

    Use Programming to Explore Algebra, Statistics, Calculus, and More!

    by Amit Saha ...
    Doing Math with Python shows you how to use Python to delve into high school–level math topics like statistics, geometry, probability, and calculus. You’ll start with simple projects, like a factoring program and a quadratic-equation solver, and then create more complex projects once you’ve gotten the hang of things.Along the way, you’ll discover new ways to explore math and gain valuable ... Read more

    $35.19 CAD

  • Learn HTML Programming in 7 Days : Ultimate Beginners Guide to Build and Design Your Own Website

    by Austin Myers ...
    This book will guide you to learn HTML in 7 days in easy to understand language. Most of the people feel that learning HTML is difficult, but they are going to be proved wrong after reading this book. People should treat HTML same as other computer language to learn it fast and better. People need to realize is that this language, after they start to catch onto the way it works, is going to be one ... Read more

    $2.99 CAD or Free with Kobo Plus

  • Microservices Patterns

    With examples in Java

    "A comprehensive overview of the challenges teams face when moving to microservices, with industry-tested solutions to these problems." - Tim Moore, Lightbend44 reusable patterns to develop and deploy reliable production-quality microservices-based applications, with worked examples in Java****Key Features44 design patterns for building and deploying microservices applicationsDrawing on decades of ... Read more

    $65.99 CAD

  • Python GUI Programming with Tkinter

    Design and build functional and user-friendly GUI applications, 2nd Edition

    by Alan D. Moore ...
    Transform your evolving user requirements into feature-rich Tkinter applicationsKey FeaturesExtensively revised with new content on RESTful networking, classes in Tkinter, and the Notebook widgetTake advantage of Tkinter's lightweight, portable, and easy-to-use featuresBuild better-organized code and learn to manage an evolving codebaseBook DescriptionTkinter is widely used to build GUIs in Python ... Read more

    $43.99 CAD or Free with Kobo Plus

  • Practice of Programming, The

    Series series Addison-Wesley Professional Computing Series
    With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive.The practice of programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve ... Read more

    $47.99 CAD

  • Effective TypeScript

    83 Specific Ways to Improve Your TypeScript

    by Dan Vanderkam ...
    TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively takes time and practice. Using the format popularized by Effective C++ and Effective Java (both Addison-Wesley), this practical book features 83 items that give specific advice on ... Read more

    $51.99 CAD

  • Professional C# 2012 and .NET 4.5

    Intermediate to advanced technique coverage, updated for C# 2012 and .NET 4.5This guide is geared towards experienced programmers looking to update and enhance their skills in writing Windows applications, web apps, and Metro apps with C# and .NET 4.5. Packed with information about intermediate and advanced features, this book includes everything professional developers need to know about C# and ... Read more

    $46.99 CAD

  • Grokking Algorithms, Second Edition

    An illustrated guide for programmers and other curious people

    A friendly, fully-illustrated introduction to the most important computer programming algorithms.Master the most widely used algorithms and be fully prepared when you’re asked about them at your next job interview. With beautifully simple explanations, over 400 fun illustrations, and dozens of relevant examples, you’ll actually enjoy learning about algorithms with this fun and friendly guide!In ... Read more

    $65.99 CAD

  • HTML and XHTML Pocket Reference

    After years of using spacer GIFs, layers of nested tables, and other improvised solutions for building your web sites, getting used to the more stringent "standards-compliant" design that is de rigueur among professionals today can be intimidating.With standards-driven design, keeping style separate from content is not just a possibility but a reality. You no longer use HTML and XHTML as design ... Read more

    $10.99 CAD

  • (Part 1) Absolute Beginner: Java 4 Selenium WebDriver: Come Learn How To Program For Automation Testing

    by Rex Jones ...
    Are You Interested in Selenium WebDriver?This is one of the best Java books specifically for SeleniumNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). The eBook Edition is free. You will find details of downloading the PDF document inside the book.3 Tips To Master Selenium Within 30 DaysCopy and paste this URL http://tinyurl.com/3-Tips-For-Selenium into ... Read more

    Free

  • Learning PHP and MySQL

    The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting many programming newbies who come from a web or graphic design background and ... Read more

    $19.99 CAD

  • PHP & MySQL Practice It Learn It

    PHP & MySQL Practice It Learn It: This manual teaches the Programming stuffs in using PHP programming language in an easy-to-follow style. A variety of examples make learning these Concepts with PHP both fun and practical. This manual is organized in such a manner that students and programmers with basic prior knowledge of Programming can find it easy, crisp and readable. Each Chapter contains ... Read more

    $3.49 CAD or Free with Kobo Plus

  • OCA Oracle Database SQL Exam Guide (Exam 1Z0-071)

    by Steve O'Hearn ...
    Series series Oracle Press
    A fully updated, integrated self-study system for the Oracle Database SQL ExamThis thoroughly revised Oracle Press guide offers 100% coverage of all objectives on the latest version of the Oracle Database SQL Exam. Ideal both as a study guide and on-the-job reference, OCA Oracle Database SQL Exam Guide (Exam 1Z0-071) features detailed explanations, examples, practice questions, and chapter ... Read more

    $64.99 CAD

  • HTML5 Cookbook

    Solutions & Examples for HTML5 Developers

    With scores of practical recipes you can use in your projects right away, this cookbook helps you gain hands-on experience with HTML5’s versatile collection of elements. You get clear solutions for handling issues with everything from markup semantics, web forms, and audio and video elements to related technologies such as geolocation and rich JavaScript APIs.Each informative recipe includes ... Read more

    $26.99 CAD