Zoekfilters
› Hogeschool Rotterdam (7)
› Saxion (6)
› Avans Hogeschool (5)
» Toon alle opties (5)
Studieboeken (64)
Core Java / 12th edition
Advanced Features, Volume 2
2022 || Paperback || Cay Horstmann || Pearson
The Classic Guide to Advanced Java Programming: Fully Updated for Java 17 "This is the definitive reference and instructional work for Java and the Java ecosystem."--Andrew Binstock, Java Magazine Core Java is the leading no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java, Volume II: Advanced Features, Twelfth Edition, has been revised to cover the new features and enhancements in the Java 17 long-term ...
Expert F# 4.0
2021 || Paperback || Don Syme e.a. || APress
Learn from F#'s inventor to become an expert in the latest version of this powerful programming language so you can seamlessly integrate functional, imperative, object-oriented, and query programming style flexibly and elegantly to solve any programming problem. Expert F# 4.0 will help you achieve unrivaled levels of programmer productivity and program clarity across multiple platforms including Windows, Linux, Android, OSX, and iOS as well as HTML5 and GPUs. F# 4.0 is a mature, open source, ...
HTML & CSS
Design and Build Websites
2017 || Paperback || Jon Duckett || John Wiley and Sons Ltd
A full-color introduction to the basics of HTML and CSS from the publishers of Wrox! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which ...
Domain-Driven Design Distilled
2016 || Paperback || Vaughn Vernon || Addison Wesley
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there’s an accessible guide to the basics of DDD: What it is, what problems it solves, how it works, and how to quickly gain value from it. Concise, readable, and actionable, Domain-Driven Design Distilled never buries you in detail–it focuses on what you need to know to get results.
Vaughn Vern...
Concurrency in C# Cookbook / 2nd edition
Asynchronous, Parallel, and Multithreaded Programming
2019 || Paperback || Stephen Cleary || O'Reilly
If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75 code-rich recipes, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques, using libraries and language features in .NET and C#.
Designing Interfaces / 3rd edition
Patterns for Effective Interaction Design
2020 || Paperback || Jenifer Tidwell e.a. || O'Reilly
Designing good application interfaces isn't easy now that companies need to create compelling, seamless user experiences across an exploding number of channels, screens, and contexts. In this updated third edition, you'll learn how to navigate through the maze of design options. By capturing UI best practices as design patterns, this best-selling book provides solutions to common design problems.
You'll learn patterns for mobile apps, web applications, and desktop software. Each pattern conta...
Java Programming for Android Developers For Dummies / 2nd Edition
2016 || Paperback || Barry Burd || John Wiley and Sons Ltd
Develop the next killer Android App using Java programming! Android is everywhere! It runs more than half the smartphones in the U.S.-and Java makes it go. If you want to cash in on its popularity by learning to build Android apps with Java, all the easy-to-follow guidance you need to get started is at your fingertips. Inside, you'll learn the basics of Java and grasp how it works with Android; then, you'll go on to create your first real, working application.
How cool is that? The demand for...
Think Java / 2nd Edition
How to Think Like a Computer Scientist
2020 || Paperback || Allen B Downey e.a. || O'Reilly Media, Inc, USA
Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with little or no experience. The book starts with the most basic programming concepts and gradually works its way to advanced object-oriented techniques.
In this fully updated and expanded edition, authors Allen Downey and Chris Mayfield introduce programming...
Effective Modern C++
42 Specific Ways to Improve Your Use of C++11 and C++14
2014 || Paperback || Scott Meyers || O'Reilly
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce. The challenge is learning to use those features effectively - so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in.
It describes how to write truly great software using C++11 and C++14 - i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, a...
Effective C
An Introduction to Professional C Programming
2023 || Paperback || Robert Seacord || No Starch Press,US
Written by renowned author Robert Seacord, Effective C is an in-depth look at the C programming language. Seacord introduces the language's basic data types and code structures while simultaneously addressing best practices, common errors, and open debates in the C community. Readers will also learn how to debug, test, and analyze C programs and benefit from detailed yet concise explanations of C language constructs and behaviors