Testing JavaScript Applications
by Lucas da Costa
Automated testing will help you write high-quality software in less time, with more confidence, fewer bugs, and without constant manual oversight. Testing JavaScript Applications is a guide to building a comprehensive and reliable JS application testing suite, covering both how to write tests and how JS testing tools work under the hood. You'll learn from Lucas de Costa, a core contributor to popular J...
Price: $34.12 | Publisher: Manning | Release: 2021
FREE EBOOK - Blazor for ASP NET Web Forms Developers
by Daniel Roth, Jeff Fritz, Taylor Southwick
Blazor is a new web framework that changes what is possible when building web apps with .NET. Blazor is a client-side web UI framework based on C# instead of JavaScript. With Blazor you can write your client-side logic and UI components in C#, compile them into normal .NET assemblies, and then run them directly in the browser using a new open web standard called WebAssembly. Or alternatively, Blazor can run...
Publisher: Microsoft Press | Release: 2021
FREE EBOOK - Modern Object Pascal Introduction for Programmers
by Michalis Kamburelis
There are many books and resources about Pascal out there, but too many of themtalk about the old Pascal, without classes, units or generics.So I wrote this quick introduction to what I call modern Object Pascal. Most of theprogrammers using it don't really call it "modern Object Pascal", we just call it "ourPascal". But when introducing the language, I feel it's important to e...
Publisher: Self-publishing | Release: 2021
FREE EBOOK - Learn Python the right way
by Peter Wentworth, Jeffrey Elkner, Allen B. Downey, Chris Meyers
Python is a fun and extremely easy-to-use programming language that has steadily gained in popularity over the last few years. Developed over ten years ago by Guido van Rossum, Python's simple syntax and overall feel is largely derived from ABC, a teaching language that was developed in the 1980's.However, Python was also created to solve real problems and it borrows a wide variety of features fro...
Publisher: Self-publishing | Release: 2021
FREE EBOOK - The Julia Express
by Bogumil Kaminski
Julia is a high-level, dynamic programming language. Its features are well suited for numerical analysis and computational science.Julia works with other languages (C, Python, R, Rust, C++, SQL, JavaScript, ...)The Purpose of this open book is to introduce programmers to the Julia programming by example. This is a simplified exposition of the language....
Publisher: Self-publishing | Release: 2021
Developing Microservices Architecture on Microsoft Azure with Open Source Technologies
by Arvind Chandaka, Ovais Mehboob Ahmed Khan
Increasingly, organizations are modernizing application development by integrating open source technologies into a holistic architecture for delivering high-quality workloads to the cloud. This is a complete, step-by-step guide to building flexible microservices architecture by leveraging Microsoft Azure cloud services, together with key open source technologies such as Java, Node.JS, .NET Core and Angular....
Price: $41.93 | Publisher: Microsoft Press | Release: 2021
FREE EBOOK - Debugging with GDB
by Richard Stallman, Roland Pesch, Stan Shebs
The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC). The GNU Debugger Program has four special features that helps you catch bugs in the act: It starts your prog...
Price: $65.00 | Publisher: Self-publishing | Release: 2021
by Joseph Albahari, Ben Albahari
Looking for quick answers for using C# 9.0? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed.All programs and code snippets are available as interac...
Price: $11.74 | Publisher: O'Reilly Media | Release: 2021
OpenShift for Developers, 2nd Edition
by Joshua Wood, Brian Tannous
Ready to build cloud native applications? Get a hands-on introduction to daily life as a developer crafting code on OpenShift, the open source container application platform from Red Hat. Creating and packaging your apps for deployment on modern distributed systems can be daunting. Too often, adding infrastructure value can complicate development. With this practical guide, you'll learn how to build, d...
Price: $49.99 | Publisher: O'Reilly Media | Release: 2021
Learning Test-Driven Development
by Saleem Siddiqui
Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you'll write code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll learn how to use TDD with three different languages: Go, JavaScript, a...
Price: $53.16 | Publisher: O'Reilly Media | Release: 2021