Browse Results

Showing 28,051 through 28,075 of 53,408 results

Learning GraphQL: Declarative Data Fetching for Modern Web Apps

by Eve Porcello Alex Banks

Why is GraphQL the most innovative technology for fetching data since Ajax? By providing a query language for your APIs and a runtime for fulfilling queries with your data, GraphQL presents a clear alternative to REST and ad hoc web service architectures. With this practical guide, Alex Banks and Eve Porcello deliver a clear learning path for frontend web developers, backend engineers, and project and product managers looking to get started with GraphQL.Youâ??ll explore graph theory, the graph data structure, and GraphQL types before learning hands-on how to build a schema for a photo-sharing application. This book also introduces you to Apollo Client, a popular framework you can use to connect GraphQL to your user interface.Explore graph theory and review popular graph examples in use todayLearn how GraphQL applies database querying methods to the internetCreate a schema for a PhotoShare application that serves as a roadmap and a contract between the frontend and backend teamsUse JavaScript to build a fully functioning GraphQL service and Apollo to implement a clientLearn how to prepare GraphQL APIs and clients for production

Learning Java by Building Android Games: Learn Java and Android from scratch by building six exciting games, 2nd Edition

by John Horton

Get ready for a fun-filled experience of learning Java by developing games for the Android platformKey FeaturesLearn Java, Android, and object-oriented programming from scratchBuild games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and a 2D Scrolling ShooterCreate and design your own games, such as an open-world platform gameBook DescriptionAndroid is one of the most popular mobile operating systems presently. It uses the most popular programming language, Java, as the primary language for building apps of all types. However, this book is unlike other Android books in that it doesn’t assume that you already have Java proficiency.This new and expanded second edition of Learning Java by Building Android Games shows you how to start building Android games from scratch. The difficulty level will grow steadily as you explore key Java topics, such as variables, loops, methods, object oriented programming, and design patterns, including code and examples that are written for Java 9 and Android P. At each stage, you will put what you’ve learned into practice by developing a game. You will build games such as Minesweeper, Retro Pong, Bullet Hell, and Classic Snake and Scrolling Shooter games. In the later chapters, you will create a time-trial, open-world platform game. By the end of the book, you will not only have grasped Java and Android but will also have developed six cool games for the Android platform.What you will learnSet up a game development environment in Android StudioImplement screen locking, screen rotation, pixel graphics, and play sound effectsRespond to a player’s touch, and program intelligent enemies who challenge the player in different waysLearn game development concepts, such as collision detection, animating sprite sheets, simple tracking and following, AI, parallax backgrounds, and particle explosionsAnimate objects at 60 frames per second (FPS) and manage multiple independent objects using Object-Oriented Programming (OOP)Understand the essentials of game programming, such as design patterns, object-oriented programming, Singleton, strategy, and entity-component patternsLearn how to use the Android API, including Activity lifecycle, detecting version number, SoundPool API, Paint, Canvas, and Bitmap classes Build a side-scrolling shooter and an open world 2D platformer using advanced OOP concepts and programming patternsWho this book is forLearning Java by Building Android Games is for you if you are completely new to Java, Android, or game programming and want to make Android games. This book also acts as a refresher for those who already have experience of using Java on Android or any other platform without game development experience.

Learning Java with Games

by Chong-Wei Xu

This innovative approach to teaching Java language and programming uses game design development as the method to applying concepts.Instead of teaching game design using Java, projects are designed to teach Java in a problem-solving approach that is both a fun and effective. Learning Java with Games introduces the concepts of Java and coding; then uses a project to emphasize those ideas. It does not treat the object-oriented and procedure and loop parts of Java as two separate entities to be covered separately, but interweaves the two concepts so the students get a better picture of what Java is. After studying a rich set of projects, the book turns to build up a “Three-layer Structure for Games” as an architecture template and a guiding line for designing and developing video games. The proposed three-layer architecture not only merges essential Java object-oriented features but also addresses loosely coupled software architecture.

Learning JavaScript Data Structures and Algorithms: Write complex and powerful JavaScript code using the latest ECMAScript, 3rd Edition

by Loiane Groner

Create classic data structures and algorithms such as depth-first search and breadth-first search, learn recursion, as well as create and use a heap data structure using JavaScriptKey FeaturesImplement common data structures and the associated algorithms along with the context in which they are usedMaster existing JavaScript data structures such as arrays, sets, and maps, and learn how to implement new ones such as stacks, linked lists, trees, and graphs in ES 8Develop abstract data types to make JavaScript a more flexible and powerful programming languageBook DescriptionA data structure is a particular way of organizing data in a computer to utilize resources efficiently. Data structures and algorithms are the base of every solution to any programming problem. With this book, you will learn to write complex and powerful code using the latest ES 2017 features.Learning JavaScript Data Structures and Algorithms begins by covering the basics of JavaScript and introduces you to ECMAScript 2017, before gradually moving on to the most important data structures such as arrays, queues, stacks, and linked lists. You will gain in-depth knowledge of how hash tables and set data structures function as well as how trees and hash maps can be used to search files in an HD or represent a database. This book serves as a route to take you deeper into JavaScript. You’ll also get a greater understanding of why and how graphs, one of the most complex data structures, are largely used in GPS navigation systems in social networks.Toward the end of the book, you’ll discover how all the theories presented in this book can be applied to solve real-world problems while working on your own computer networks and Facebook searches.What you will learn Declare, initialize, add, and remove items from arrays, stacks, and queues Create and use linked lists, doubly linked lists, and circular linked lists Store unique elements with hash tables, dictionaries, and sets Explore the use of binary trees and binary search trees Sort data structures using algorithms such as bubble sort, selection sort, insertion sort, merge sort, and quick sort Search elements in data structures using sequential sort and binary searchWho this book is forIf you’re a JavaScript developer who wants to dive deep into JavaScript and write complex programs using JavaScript data structures and algorithms, this book is for you.

Learning JavaScript Data Structures and Algorithms: Write Complex And Powerful Javascript Code Using The Latest Ecmascript, 3rd Edition

by Loiane Groner

A data structure is a particular way of organizing data in a computer to utilize resources efficiently. Data structures and algorithms are the base of every solution to any programming problem. With this book, you will learn to write complex and powerful code using the latest ES 8 features.

Learning Jupyter 5: Explore interactive computing using Python, Java, JavaScript, R, Julia, and JupyterLab, 2nd Edition

by Dan Toomey

Create and share livecode, equations, visualizations, and explanatory text, in both a single document and a web browser with JupyterKey FeaturesLearn how to use Jupyter 5.x features such as cell tagging and attractive table stylesLeverage big data tools and datasets with different Python packagesExplore multiple-user Jupyter Notebook serversBook DescriptionThe Jupyter Notebook allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Jupyter Notebook system is extensively used in domains such as data cleaning and transformation, numerical simulation, statistical modeling, and machine learning. Learning Jupyter 5 will help you get to grips with interactive computing using real-world examples.The book starts with a detailed overview of the Jupyter Notebook system and its installation in different environments. Next, you will learn to integrate the Jupyter system with different programming languages such as R, Python, Java, JavaScript, and Julia, and explore various versions and packages that are compatible with the Notebook system. Moving ahead, you will master interactive widgets and namespaces and work with Jupyter in a multi-user mode.By the end of this book, you will have used Jupyter with a big dataset and be able to apply all the functionalities you’ve explored throughout the book. You will also have learned all about the Jupyter Notebook and be able to start performing data transformation, numerical simulation, and data visualization.What you will learnInstall and run the Jupyter Notebook system on your machineImplement programming languages such as R, Python, Julia, and JavaScript with the Jupyter NotebookUse interactive widgets to manipulate and visualize data in real timeStart sharing your Notebook with colleaguesInvite your colleagues to work with you on the same NotebookOrganize your Notebook using Jupyter namespacesAccess big data in Jupyter for dealing with large datasets using SparkWho this book is forLearning Jupyter 5 is for developers, data scientists, machine learning users, and anyone working on data analysis or data science projects across different teams. Data science professionals will also find this book useful for performing technical and scientific computing collaboratively.

Learning Kali Linux: Security Testing, Penetration Testing, and Ethical Hacking

by Ric Messier

With more than 600 security tools in its arsenal, the Kali Linux distribution can be overwhelming. Experienced and aspiring security professionals alike may find it challenging to select the most appropriate tool for conducting a given test. This practical book covers Kali’s expansive security capabilities and helps you identify the tools you need to conduct a wide range of security tests and penetration tests. You’ll also explore the vulnerabilities that make those tests necessary.Author Ric Messier takes you through the foundations of Kali Linux and explains methods for conducting tests on networks, web applications, wireless security, password vulnerability, and more. You’ll discover different techniques for extending Kali tools and creating your own toolset.Learn tools for stress testing network stacks and applicationsPerform network reconnaissance to determine what’s available to attackersExecute penetration tests using automated exploit tools such as MetasploitUse cracking tools to see if passwords meet complexity requirementsTest wireless capabilities by injecting frames and cracking passwordsAssess web application vulnerabilities with automated or proxy-based toolsCreate advanced attack techniques by extending Kali tools or developing your ownUse Kali Linux to generate reports once testing is complete

Learning Kotlin by building Android Applications: Explore the fundamentals of Kotlin by building real-world Android applications

by Eunice Adutwumwaa Obugyei Natarajan Raman

Learn programming in Kotlin including data types, flow control, lambdas, object-oriented, and functional programming while building 3 Android AppsKey FeaturesExperience the gentle learning curve of Kotlin as you develop your own applicationsLearn how to integrate Kotlin into Android Studio 3 and use it in your projectsBuild real-world applications such as Googly Eyes and games using KotlinBook DescriptionToday Kotlin is an official programming language for Android development and is widely adopted. Kotlin is expressive, concise, and powerful. It also ensures seamless interoperability with existing Android languages like JAVA and C++, which means that it's even easier for developers to use. This book adopts a project-style approach, where we focus on teaching Android development by building three different Android Application: a Tic-Tac-Toe application, a location- based alarm and a To-Do list application.The book begins by giving you a strong grasp of the Kotlin language and its APIs as a preliminary to building stunning applications for Android. You'll learn to set up an environment and as you progress through the chapters and the building of the different applications, the difficulty level will steadily grow.The book also introduces you to the Android Studio IDE, which plays an integral role in Android Development. It covers Kotlin's basic programming concepts such as functions, lambdas, properties, object-oriented code, safety aspects and type parameterization, testing, and concurrency, and helps you write Kotlin code to production.Finally, you'll be taken through the process of releasing your app on the Google Play Store. You will also be introduced to other app distribution channels such as Amazon App Store.As a bonus chapter, you will also learn how to use the Google Faces API to detect faces and add fun functionalities.What you will learnLearn the basics of using the Android Studio IDE and a number of basic programming concepts in KotlinDiscover Android development by building Android apps with KotlinUncover some amazing features of Kotlin that give it the upper hand over JavaLearn about Kotlin interoperability with JavaIntegrate Crashlytics for crash reporting and beta testing.Use Google Location services and understand various APIs available for getting user location updatesUnderstand the principles of networking and communication. Learn about the usage of third-party libraries for loading of dataAutomate your build process with continuous integration tools Who this book is forIf you are completely new to Kotlin or the Android platform and need to publish Android applications for fun or for business purposes, but you have no clue where to start, then this book is for you. This book is also for advanced Android developers who want to learn to use Kotlin instead of/alongside Java for Android development, although having some programming experience would be helpful.

Learning Linux Shell Scripting: Leverage the power of shell scripts to solve real-world problems, 2nd Edition

by Ganesh Naik

Break through the practice of writing tedious code with shell scriptsKey FeaturesLearn to impeccably build shell scripts and develop advanced applicationsCreate smart solutions by writing and debugging scriptsA step-by-step tutorial to automate routine tasks by developing scriptsBook DescriptionLinux is the most powerful and universally adopted OS. Shell is a program that gives the user direct interaction with the operating system. Scripts are collections of commands that are stored in a file. The shell reads this file and acts on commands as if they were typed on the keyboard.Learning Linux Shell Scripting covers Bash, GNU Bourne Again Shell, preparing you to work in the exciting world of Linux shell scripting. CentOS is a popular rpm-based stable and secured Linux distribution. Therefore, we have used CentOS distribution instead of Ubuntu distribution. Linux Shell Scripting is independent of Linux distributions, but we have covered both types of distros. We start with an introduction to the Shell environment and basic commands used. Next, we explore process management in Linux OS, real-world essentials such as debugging and perform Shell arithmetic fluently. You'll then take a step ahead and learn new and advanced topics in Shell scripting, such as decision making, starting up a system, and customizing a Linux environment. You will also learn about grep, stream editor, and AWK, which are very powerful text filters and editors. Finally, you'll get to grips with taking backup, using other language scripts in Shell Scripts as well as automating database administration tasks for MySQL and Oracle.By the end of this book, you will be able to confidently use your own shell scripts in the real world.What you will learnFamiliarize yourself with the various text filtering tools available in LinuxUnderstand expressions and variables and how to use them practicallyAutomate decision-making and save a lot of time and effort of revisiting codeGet to grips with advanced functionality such as using traps, dialogs to develop screens & Database administration such as MySQL or OracleStart up a system and customize a Linux systemTaking backup of local or remote data or important files.Use existing other language scripts such as Python, Perl & Ruby in Shell ScriptsWho this book is forLearning Linux Shell Scripting is ideal for those who are proficient at working with Linux and want to learn about shell scripting to improve their efficiency and practical skills.

Learning Malware Analysis: Explore the concepts, tools, and techniques to analyze and investigate Windows malware

by Monnappa K A

Understand malware analysis and its practical implementationKey FeaturesExplore the key concepts of malware analysis and memory forensics using real-world examplesLearn the art of detecting, analyzing, and investigating malware threatsUnderstand adversary tactics and techniquesBook DescriptionMalware analysis and memory forensics are powerful analysis and investigation techniques used in reverse engineering, digital forensics, and incident response. With adversaries becoming sophisticated and carrying out advanced malware attacks on critical infrastructures, data centers, and private and public organizations, detecting, responding to, and investigating such intrusions is critical to information security professionals. Malware analysis and memory forensics have become must-have skills to fight advanced malware, targeted attacks, and security breaches.This book teaches you the concepts, techniques, and tools to understand the behavior and characteristics of malware through malware analysis. It also teaches you techniques to investigate and hunt malware using memory forensics. This book introduces you to the basics of malware analysis, and then gradually progresses into the more advanced concepts of code analysis and memory forensics. It uses real-world malware samples, infected memory images, and visual diagrams to help you gain a better understanding of the subject and to equip you with the skills required to analyze, investigate, and respond to malware-related incidents.What you will learnCreate a safe and isolated lab environment for malware analysisExtract the metadata associated with malwareDetermine malware's interaction with the systemPerform code analysis using IDA Pro and x64dbgReverse-engineer various malware functionalitiesReverse engineer and decode common encoding/encryption algorithmsPerform different code injection and hooking techniquesInvestigate and hunt malware using memory forensicsWho this book is forThis book is for incident responders, cyber-security investigators, system administrators, malware analyst, forensic practitioners, student, or curious security professionals interested in learning malware analysis and memory forensics. Knowledge of programming languages such as C and Python is helpful but is not mandatory. If you have written few lines of code and have a basic understanding of programming concepts, you’ll be able to get most out of this book.

Learning Mathematics in a Mobile App-Supported Math Trail Environment (SpringerBriefs in Education)

by Adi Nur Cahyono

This brief presents the results of a study on the development of the mobile app-supported math trail program for learning mathematics. This study is a part of the MathCityMap-Project, a project of the MATIS I Team from IDMI Goethe-Universität Frankfurt, Germany, that comprises math trails around the city that are supported by the use of GPS-enabled mobile phone technology. The project offers an activity that is designed to support students in constructing their own mathematical knowledge by solving the prepared mathematical tasks on the math trail and interacting with the environment, including the digital environment. The brief focuses specifically on the development of a model for a mobile app-supported math trail programme and the implementation of this programme in Indonesia. It offers both an empirical exploration of its implementation as well as critical assessment of students’ motivation in mathematics, their own performance, as well as teachers’ mathematics beliefs. It concludes with a future-forward perspective by recommending strategies for implementation in schools, among the general public of the existing math trails (including its supporting tool). It also discusses strategies for developing and designing new trails and suggests further research in other geographical regions and contexts for continued project development and implementation. Learning Mathematics in a Mobile App-Supported Math Trail Environment articulates an innovative and exciting future for integrating real mathematical tasks and geographic and digital environment into effective mathematics education.

Learning Microsoft Cognitive Services: Use Cognitive Services APIs to add AI capabilities to your applications, 3rd Edition

by Leif Larsen

Build smarter applications with AI capabilities using Microsoft Cognitive Services APIs without much hassleKey FeaturesExplore the Cognitive Services APIs for building machine learning applicationsBuild applications with computer vision, speech recognition, and language processing capabilitiesLearn to implement human-like cognitive intelligence for your applicationsBook DescriptionMicrosoft Cognitive Services is a set of APIs for adding intelligence to your application and leverage the power of AI to solve any business problem using the cognitive capabilities.This book will be your practical guide to working with cognitive APIs developed by Microsoft and provided with the Azure platform to developers and businesses. You will learn to integrate the APIs with your applications in Visual Studio. The book introduces you to about 24 APIs including Emotion, Language, Vision, Speech, Knowledge, and Search among others. With the easy-to-follow examples you will be able to develop applications for image processing, speech recognition, text procession, and so on to enhance the capability of your applications to perform more human-like tasks. Going ahead, the book will help you work with the datasets that enable your applications to process various data in form of image, videos, and texts.By the end of the book, you will get confident to explore the Cognitive Services APIs for your applications and make them intelligent for deploying in businesses.What you will learnIdentify a person through visual and audio inspectionReduce user effort by utilizing AI-like capabilitiesUnderstand how to analyze images and texts in different waysAnalyze images using Vision APIsAdd video analysis to applications using Vision APIsUtilize Search to find anything you wantAnalyze text to extract information and explore text structureWho this book is forLearning Microsoft Cognitive Services is for developers and machine learning enthusiasts who want to get started with building intelligent applications without much programming knowledge. Some prior knowledge of .NET and Visual Studio will help you undertake the tasks explained in this book.

Learning Node.js Development: Learn The Fundamentals Of Node. Js, And Deploy And Test Node. Js Applications On The Web

by Andrew Mead

<P><P>A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and test your own apps. <P><P>Key Features <P><P>Entirely project-based and practical <P><P>Explains the "Why" of Node.js features, not just the "how", providing you with a deep understanding and enabling you to easily apply concepts in your own applications <P><P>Covers the full range of technologies around Node.js - NPM, version control with Git, and much more <P><P>Book Description <P><P>Learning Node.js Development is a practical, project-based book that provides you with all you need to get started as a Node.js developer. Node is a ubiquitous technology on the modern web, and an essential part of any web developers' toolkit. If you are looking to create real-world Node applications, or you want to switch careers or launch a side project to generate some extra income, then you're in the right place. This book has been written around a single goal-turning you into a professional Node developer capable of developing, testing, and deploying real-world production applications. <P><P>Learning Node.js Development is built from the ground up around the latest version of Node.js (version 9.x.x). You'll be learning all the cutting-edge features available only in the latest software versions. <P><P>This book cuts through the mass of information available around Node and delivers the essential skills that you need to become a Node developer. It takes you through creating complete apps and understanding how to build, deploy, and test your own Node apps. It maps out everything in a comprehensive, easy-to-follow package designed to get you up and running quickly. <P><P>What you will learn <P><P>Learn the fundamentals of Node <P><P>Build apps that respond to user input <P><P>Master working with servers <P><P>Learn how to test and debug applications <P><P>Deploy and update your apps in the real world <P><P>Create responsive asynchronous web applications <P><P>Who This Book Is For <P><P>This book targets anyone looking to launch their own Node applications, switch careers, or freelance as a Node developer. You should have a basic understanding of JavaScript in order to follow this course.

Learning Node.js Development: Learn the fundamentals of Node.js, and deploy and test Node.js applications on the web

by Andrew Mead

A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and test your own apps. Key Features Entirely project-based and practical Explains the "Why" of Node.js features, not just the "how", providing you with a deep understanding and enabling you to easily apply concepts in your own applications Covers the full range of technologies around Node.js – NPM, version control with Git, and much more Book Description Learning Node.js Development is a practical, project-based book that provides you with all you need to get started as a Node.js developer. Node is a ubiquitous technology on the modern web, and an essential part of any web developers' toolkit. If you are looking to create real-world Node applications, or you want to switch careers or launch a side project to generate some extra income, then you're in the right place. This book has been written around a single goal—turning you into a professional Node developer capable of developing, testing, and deploying real-world production applications. Learning Node.js Development is built from the ground up around the latest version of Node.js (version 9.x.x). You'll be learning all the cutting-edge features available only in the latest software versions. This book cuts through the mass of information available around Node and delivers the essential skills that you need to become a Node developer. It takes you through creating complete apps and understanding how to build, deploy, and test your own Node apps. It maps out everything in a comprehensive, easy-to-follow package designed to get you up and running quickly. What you will learn Learn the fundamentals of Node Build apps that respond to user input Master working with servers Learn how to test and debug applications Deploy and update your apps in the real world Create responsive asynchronous web applications Who this book is for This book targets anyone looking to launch their own Node applications, switch careers, or freelance as a Node developer. You should have a basic understanding of JavaScript in order to follow this course.

Learning on the Go: How to Personalize Education with the iPad (CAST Skinny Books)

by Luis F. Perez

The iPad is a powerful educational device—versatile, mobile, flexible, and accessible to all learners, including those with disabilities. A huge number of up-to-date applications exponentially lift its value as a teaching and learning tool. In Learning on the Go: How to Personalize Education with the iPad, Luis F. Pérez provides savvy tips and strategies to turn the iPad’s transformative potential into effective classroom practice.

Learning Path – Getting Started with Tableau 10: Transform Your Business With Rich Data Visualizations And Interactive Dashboards With Tableau 10

by Donabel Santos Joshua Milligan

Getting Started with Tableau 10 is designed for business intelligence users and data analysts who want to expand their data visualization knowledge by learning Tableau 10.

Learning Path - Apache Spark 2: Master Complex Big Data Processing, Stream Analytics, And Machine Learning With Apache Spark

by Meenakshi Rajendran Siamak Amirghodsi Sridhar Alla Md. Rezaul Karim Romeo Kienzler

If you are an intermediate-level Spark developer looking to master the advanced capabilities and use-cases of Apache Spark 2.x, this Learning Path is ideal for you. Big data professionals who want to learn how to integrate and use the features of Apache Spark and build a strong big data pipeline will also find this Learning Path useful. To grasp the concepts explained in this Learning Path, you must know the fundamentals of Apache Spark and Scala.

Learning Path - C# 7 and .NET: The Open Source Revolution Of . Net Core

by Ovais Mehboob Khan Mark J. Price

This Learning Path is designed for developers who want to gain a solid foundation with C# and .NET Core, and want to build cross-platform applications. To gain maximum benefits from this Learning Path, you must have the basic knowledge of C#.

Learning Path - Complete Python Web Development with Django: Get hands-on with Python Programming and Django web development

by Arun Ravindran Gaston C. Hillar Antonio Mele

This Learning Path is designed for Python developers who want to create robust web apps with Django. Though you need a basic working knowledge of Django, you do not need any previous experience with RESTful web services or Python.

Learning Path - Complete Vue.js 2 Web Development: Practical Guide To Building End-to-end Web Development Solutions With Vue. Js 2

by Paul Halliday Andrea Passaglia Mike Street

The Learning Path is intended for JavaScript developers at any level of expertise who wants to learn Vue.js and develop productive web applications with the power of the latest Vue.js.

Learning Path - Deploying Azure Solutions: A Complete Guide To Cloud Development Using Microsoft Azure

by Ritesh Modi Oliver Michalski Jan-Henrik Damaschke Florian Klaffenbach

Deploying Azure Solutions is for IT architects, system and network admins, and DevOps engineers who are aware of Azure solutions and want to implement them for their organization. Prior basic knowledge of the Azure Cloud platform is good to have.

Learning Path - Getting Started with Blockchain: Develop Smart Applications With Blockchain Technologies - Ethereum, Javascript, Hyperledger Fabric, And Corda

by Narayan Prusty Paul Valencourt Samanyu Chopra Brenn Hill

Getting Started with Blockchain is for you if you want to get to grips with the blockchain technology and develop your own distributed applications. It is also designed for those who want to polish their existing knowledge regarding the various pillars of the blockchain ecosystem. Prior exposure to an object-oriented programming language such as JavaScript is needed.

Learning Path - Getting Started with Spring Microservices: Master design patterns of the Spring framework to build smart, efficient microservices

by Dinesh Rajput Rajesh R V

Getting Started with Spring Microservices is ideal for Spring developers who want to use design patterns to solve common design problems and build cloud-ready, Internet-scale applications, and simple RESTful services.

Learning Path - Microsoft PowerBI Complete Reference: Bring Your Data To Life With The Powerful Features Of Microsoft Power Bi

by Brett Powell Manuel Quintana Mitchell Pearson Brian Knight Devin Knight

Microsoft Power BI Complete Reference Guide is for those who want to learn and use the Power BI features to extract maximum information and make intelligent decisions that boost their business. If you have a basic understanding of BI concepts and want to learn how to apply them using Microsoft Power BI, then Learning Path is for you. It consists of real-world examples on Power BI and goes deep into the technical issues, covers additional protocols, and much more.

Learning Path - Modern C++: Efficient and Scalable Application Development

by Marius Bancila Richard Grimes

This Learning Path is designed for developers who want to gain a solid foundation with C++. A computer, an Internet connection, and the desire to learn how to code in C++ are all you need to get started with this Learning Path.

Refine Search

Showing 28,051 through 28,075 of 53,408 results