Narrow your search

Library

KBC (34)

ULiège (30)

Odisee (16)

Thomas More Kempen (16)

Thomas More Mechelen (16)

UCLL (16)

VIVES (16)

ULB (12)

KU Leuven (11)

UGent (11)

More...

Resource type

book (44)


Language

English (42)

French (1)

German (1)


Year
From To Submit

2022 (44)

Listing 1 - 10 of 44 << page
of 5
>>
Sort by

Book
Enterprise React development with UmiJS : learn efficient techniques and best practices to design and develop modern frontend web applications
Author:
ISBN: 1803248084 Year: 2022 Publisher: Birmingham, UK : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get to grips with UmiJS and build professional web applications with the help of step-by-step explanations and hands-on examples Key Features Explore tips, tricks, and best practices for creating web applications with UmiJS Learn how to apply Ant Design System in UmiJS to build modern user interfaces Manage errors in designing web applications while using UmiJS and its main plugins Book Description UmiJS is the Ant Group's underlying frontend development framework, an open source project for developing enterprise-class frontend applications. In this book, you'll get hands-on with single-page application development using UmiJS. By following practical step-by-step examples, you'll develop essential skills to build and publish your apps and create a modern user experience with responsive interfaces. This book will help you learn the essential features of UmiJS and how to set up and build a project from scratch using React, Less, and TypeScript. You'll study Ant Design, a framework based on solid design concepts that provides a series of React components to accelerate interface development. Along the way, you'll see how to make requests and develop the frontend using simulated data while ensuring that your app has a high level of security and feedback. You'll also discover ways to improve your code quality and readability using formatting tools. By the end of the book, you'll have learned how to use UmiJS to design user interfaces, as well as compile, test, and package your app locally, and deliver your app by deploying it to online services. What you will learn Understand how to improve code quality with formatting tools Secure your application and handle errors in HTTP requests using UmiJS Configure and use UmiJS for rapid single-page application development Apply what you've learned when building your portfolio and stand out in the market Use the visual option Umi UI to build and add components to the project Advance as a frontend developer by learning UmiJS best practices and techniques for web application development Identify errors in advance by writing unit tests using Jest and Puppeteer Who this book is for This book is for React developers who want to develop enterprise-class frontend applications using UmiJS and its main plugins. Basic knowledge of React and JavaScript is assumed but no knowledge of UmiJS is needed.


Book
Engineering production-grade shiny apps
Author:
ISBN: 1003029876 1000389588 1003029876 1000389553 Year: 2022 Publisher: Boca Raton, Florida ; London ; New York : CRC Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Presented in full color, Engineering Production-Grade Shiny Apps helps people build production-grade shiny applications, by providing advice, tools, and a methodology to work on web applications with R. This book starts with an overview of the challenges which arise from any big web application project: organizing work, thinking about the user interface, challenges of teamwork & production environment. Then, it moves to a step by step methodology that goes from the idea to the end application. Each part of this process will cover in detail a series of tools and methods to use while building production-ready shiny applications. Finally, the book will end with a series of approaches and advice about optimizations for production"--


Book
OpenShift multi-cluster management handbook : go from architecture to pipelines using GitOps
Authors: --- ---
ISBN: 1803246464 Year: 2022 Publisher: Birmingham, England : Packt Publishing Ltd,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Further reading -- Part 2 - Leverage Enterprise Products with Red Hat OpenShift -- Chapter 5: OpenShift Deployment -- Requirements -- OpenShift checklist opt-in -- Lab requisites -- OpenShift installation prerequisites -- UPI/agnostic installer -- IPI -- Preparing for the installation -- An SSH key pair -- Pull secret -- OpenShift installer binary -- OpenShift command-line tools -- Installation configuration file (install-config.yaml) -- Installation -- Phase 1 - Provisioning servers -- Phase 2 - Bootstrap and control plane


Book
Node.js : novice to ninja
Author:
ISBN: 1098141016 1098141024 Year: 2022 Publisher: Richmond, Victoria : SitePoint,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Node.js: Novice to Ninja is your hands-on guide to learning everything needed to build a professional web application using Node.js, the hugely popular open-source, cross-platform, back-end JavaScript runtime environment. You'll start off by getting familiar with the basics - installation and building your first apps - before moving onto more advanced concepts, including debugging, asynchronous programming, using Express.js, working with databases, deployment, and more. You'll finish by building a complete multi-player real-time quiz application.


Book
A blueprint for production-ready Web applications
Author:
ISBN: 1803231416 Year: 2022 Publisher: Birmingham, UK : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Go from setting up your production environment, to building an app, to deploying it to the web using industry best practices along the way. A Blueprint for Production-Ready Web Applications will help you expand upon your coding knowledge and teach you how to create a complete web application. Unlike other guides that focus solely on a singular technology or process, this book shows you how to combine different technologies and processes as needed to meet industry standards. You'll begin by learning how to set up your development environment, and use Quart and React to create the backend and frontend, respectively. This book then helps you get to grips with managing and validating accounts, structuring relational tables, and creating forms to manage data. As you progress through the chapters, you'll gain a comprehensive understanding of web application development by creating a to-do app, which can be used as a base for your future projects. Finally, you'll find out how to deploy and monitor your application, along with discovering advanced concepts such as managing database migrations and adding multifactor authentication. By the end of this web development book, you'll be able to apply the lessons and industry best practices that you've learned to both your personal and work projects, allowing you to further develop your coding portfolio.


Book
Simplifying application development with Kotlin multiplatform mobile : write robust native applications for IOS and android efficiently
Author:
ISBN: 1801819653 Year: 2022 Publisher: Birmingham, England ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Explore the new Kotlin Multiplatform to build native apps for Android and iOS while sharing business logic between apps Key Features Improve app development speed dramatically by writing the business logic in Kotlin Implement a native user interface and work with platform-specific APIs Leverage Kotlin Multiplatform Mobile's code-sharing capabilities for your projects Book Description Sharing code between platforms can help developers gain a competitive edge, and Kotlin Multiplatform Mobile (KMM) offers a sensible way to do it. KMM helps mobile teams share code between Android and iOS in a flexible way, leaving room for native development. The book begins by helping you to gain a clear understanding of the Kotlin Multiplatform approach, how it works, and how it is different from cross-platform technologies, such as React Native and Flutter, and code sharing options, such as C++. You'll then see how your team can use this software development kit (SDK) to build native applications more effectively by learning timeless concepts and working through practical examples. As you advance, you'll get to grips with the core concepts, understand why UI sharing fails, and get hands-on with developing a small KMM application. Finally, you'll discover expert tips and best practices, along with production- and adoption-related questions, that will help you take the next step in your project and career. By the end of this Kotlin book, you'll have gained a solid understanding of the capabilities of KMM and be able to share code between Android and iOS flexibly. What you will learn Get acquainted with the multiplatform approach and KMM's competitive edge Understand how Kotlin Multiplatform works under the hood Get up and running with the Kotlin language quickly in the context of Swift Find out how to share code between Android and iOS Explore tips and best practices in KMM to increase app development efficiency Discover adoption tips to integrate KMM into existing or new production apps Who this book is for This book is for native Android and iOS developers who want to build high-quality apps using an efficient development process. Knowledge of the framework and the languages used is necessary, that is, Android with Java or Kotlin and iOS with Objective-C or Swift. For Swift developers, the book assumes no knowledge of Kotlin as this will be covered in the context of Swift.


Book
Continuous delivery with Docker and Jenkins : create secure applications by building complete CI/CD pipelines
Author:
ISBN: 1803245301 Year: 2022 Publisher: Birmingham, UK : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Create a complete continuous delivery process using modern DevOps tools such as Docker, Jenkins, Kubernetes, Ansible, Terraform, and many more Key Features Build reliable and secure applications using Docker containers Create a highly available environment to scale Jenkins and your services using Kubernetes Automate your release process end-to-end Book Description This updated third edition of Continuous Delivery with Docker and Jenkins will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of app development. You'll start by setting up a Docker server and configuring Jenkins on it. Next, you'll discover steps for building applications and microservices on Dockerfiles and integrating them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, configuration management, and Infrastructure as Code. Moving ahead, you'll learn how to ensure quick application deployment with Docker containers, along with scaling Jenkins using Kubernetes. Later, you'll explore how to deploy applications using Docker images and test them with Jenkins. Toward the concluding chapters, the book will focus on missing parts of the CD pipeline, such as the environments and infrastructure, application versioning, and non-functional testing. By the end of this continuous integration and continuous delivery book, you'll have gained the skills you need to enhance the DevOps workflow by integrating the functionalities of Docker and Jenkins. What you will learn Grasp Docker fundamentals and dockerize applications for the CD process Understand how to use Jenkins on-premises and in the cloud Scale a pool of Docker servers using Kubernetes Write acceptance tests using Cucumber Run tests in the Docker ecosystem using Jenkins Provision your servers and infrastructure using Ansible and Terraform Publish a built Docker image to a Docker registry Deploy cycles of Jenkins pipelines using community best practices Who this book is for The book is for DevOps engineers, system administrators, Docker professionals, or anyone who wants to explore the power of working with Docker and Jenkins together. No prior knowledge of DevOps is required to get started.


Book
Vue.js : Von Grundlagen bis Best Practices.
Author:
ISBN: 3969107601 Year: 2022 Publisher: Heidelberg : dpunkt.verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Vue.js macht das Führungsduo der Web-Frameworks aus Angular und React zu einem Trio. Sein einsteigerfreundliches Konzept und die inkrementelle Herangehensweise an das Entwickeln von Webanwendungen mach das Framework bei Entwickler:innen beliebt. Vue.js-Anwendungen sind leichtgewichtig und die Time to Market ist kurz. Sowohl weltweit als auch in deutschsprachigen Ländern unterstützen aktive Communitys das Open-Source-Projekt.


Book
JavaScript : Vue.js côté client et Node.js/MongoDB côté serveur
Author:
ISBN: 9782416008368 2416008366 Year: 2022 Publisher: Paris : Éditions Eyrolles,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Un livre incontournable pour développer des applications web ! Né à la fin des années 1990, le langage JavaScript connaît aujourd'hui une deuxième vie. Après s'être installé sur la plupart des sites web de la planète, il s'invite désormais sur de plus en plus de serveurs web, notamment grâce à Vue.js côté client, qui est l'une des principales bibliothèques JavaScript utilisées de nos jours. Et grâce à Node.js côté serveur, qui permet de créer aisément un serveur HTTP qui contiendra les sources de votre application, en utilisant également la base de données MongoDB. Des outils de plus en plus répandus. Ce livre est un résumé de ce qu'il est possible de réaliser aujourd'hui avec JavaScript. Il explore l'utilisation de ce langage dans un navigateur (côté client) et dans Node.js (côté serveur). Chaque exemple de code est suivi de son exécution, soit dans le navigateur, soit sur le serveur, afin de montrer les résultats attendus. À qui s'adresse cet ouvrage ? Aux étudiants, développeurs et chefs de projet ; À tous les autodidactes férus de programmation qui veulent découvrir JavaScript côté client ou côté serveur."


Book
Windows and Linux penetration testing from scratch : harness the power of pen testing with Kali Linux for unbeatable hard-hitting results.
Author:
ISBN: 1801814090 Year: 2022 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Let's be honest--security testing can get repetitive. If you're ready to break out of the routine and embrace the art of penetration testing, this book will help you to distinguish yourself to your clients. This pen testing book is your guide to learning advanced techniques to attack Windows and Linux environments from the indispensable platform, Kali Linux. You'll work through core network hacking concepts and advanced exploitation techniques that leverage both technical and human factors to maximize success. You'll also explore how to leverage public resources to learn more about your target, discover potential targets, analyze them, and gain a foothold using a variety of exploitation techniques while dodging defenses like antivirus and firewalls. The book focuses on leveraging target resources, such as PowerShell, to execute powerful and difficult-to-detect attacks. Along the way, you'll enjoy reading about how these methods work so that you walk away with the necessary knowledge to explain your findings to clients from all backgrounds. Wrapping up with post-exploitation strategies, you'll be able to go deeper and keep your access. By the end of this book, you'll be well-versed in identifying vulnerabilities within your clients' environments and providing the necessary insight for proper remediation.

Listing 1 - 10 of 44 << page
of 5
>>
Sort by