Narrow your search

Library

KBC (41)

ULiège (31)

KU Leuven (17)

Odisee (17)

UGent (17)

ULB (17)

Thomas More Kempen (16)

Thomas More Mechelen (16)

UCLL (16)

VIVES (16)

More...

Resource type

book (50)

digital (1)


Language

English (48)

French (1)

German (1)


Year
From To Submit

2023 (50)

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

Book
Next. js Cookbook : Learn How to Build Scalable and High-Performance Apps from Scratch.
Author:
ISBN: 9355518455 9355518420 Year: 2023 Publisher: Delhi : BPB Publications,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book, authored by Andrei Tazetdinov, is a comprehensive guide to building full-stack applications using NextJS. It covers the basics of NextJS and its core features, how to create and configure a NextJS application from scratch, the power of server-side rendering, and best practices for styling, routing, and data fetching. It also delves into advanced topics such as testing, optimization, deployment, and the use of AWS Amplify as a hosting provider. The author's goal is to equip developers with the knowledge to build modern, dynamic web applications that meet the needs of today’s users. The intended audience is aspiring developers and experienced professionals alike.


Book
Full Stack Web Development with Remix : Enhance the User Experience and Build Better React Apps by Utilizing the Web Platform
Authors: ---
ISBN: 1801076480 Year: 2023 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop a web application while learning how to harness the capabilities of the web platform and advanced technologies for an exceptional user experience Key Features Create a full stack web application using cutting-edge technologies such as distributed edge deploy, Redis, and multi-region databases Unlock the full potential of the web platform to enhance your React dev experience Discover how Remix assists in building a seamless user experience from start to finish Purchase of the print or Kindle book includes a free PDF eBook Book Description We're in an exciting era of web development marked by the rapid evolution of the JavaScript ecosystem. Remix offers the necessary abstractions to take advantage of the latest advancements in React and beyond. With this Remix book, you can elevate your skills from React development to full stack web development, unlocking the full potential of the latest technologies, such as edge functions, streaming, and the full stack of the web platform. This book guides you through Remix's thoughtfully designed conventions, levers, and primitives to sharpen your web development skills. In this book, you'll develop a personal finance management application--a dashboard that mimics both personal and enterprise use cases. Each chapter introduces new concepts, such as routing, data fetching, mutations, error handling, and state management, as well as advanced topics, such as real-time communication, edge deploys, and caching strategies to create a great user experience from end to end. As you apply each concept to the finance dashboard, you'll discover how you can supercharge your React app with Remix. The final section of this book covers migration strategies, guiding you on how to transition an existing application to Remix. By the end of this book, you'll have a comprehensive understanding of Remix and the experience of building a full stack web app from start to finish. What you will learn Understand Remix's philosophy and guiding principles Enhance your web platform proficiency to make it applicable anywhere Master data mutations, routing, error handling, and state management with Remix Understand how to build web apps with accessibility and progressive enhancement in mind Get acquainted with advanced topics such as caching strategies, real-time communication, and developing for the edge Understand state-of-the-art technologies, such as serverless functions, edge computing, and Content Delivery Networks (CDNs) Study migration patterns to move an existing project to Remix Who this book is for This book is for React developers looking to adopt Remix for their next project. For those considering migrating to Remix, this guide offers a comprehensive walkthrough of building a full stack web app. To make the most of this book, beginner-level development experience with React and JavaScript is recommended. While having basic knowledge of server-side runtimes such as Node.js and experience with TypeScript can be beneficial, they are not mandatory prerequisites.


Book
Mastering Blazor WebAssembly : a step-by-step guide to developing advanced single-page applications with Blazor WebAssembly
Author:
ISBN: 1803233168 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Leverage the power of WebAssembly to develop cutting-edge frontend web applications systematically with this comprehensive guide Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore Blazor WebAssembly through a systematic, step-by-step approach Discover the concepts essential to develop and deploy real-world SPAs Create robust components and develop efficient unit tests by using the bUnit framework Book Description Blazor WebAssembly is a revolutionary technology in software development that enables you to develop web applications with a rich user interface using C# without JavaScript. It can be run natively in the browser and soon on mobile apps with .NET MAUI, making it a superweapon in the .NET developer's toolbox. This capability has opened the doors for the JavaScript community to have a stable framework to build single page applications (SPAs) maintained by Microsoft and driven by the community. Mastering Blazor WebAssembly is a complete resource that teaches you everything you need to build client-side web applications using C# & .NET 7.0. Throughout this book, you'll discover the anatomy of a Blazor WebAssembly project, along with the build, style, and structure of the components. You'll implement forms to catch user input and collect data, as well as explore the topics of navigating between the pages in depth. The chapters will guide you through handling complex scenarios like RenderTrees, writing efficient unit tests, using variant security methods, and publishing the app to different providers, all in a practical manner. By the end of this book, you'll have the skills necessary to build web apps with Blazor WebAssembly, along with the basics for a future in mobile development with .NET MAUI and Blazor. What you will learn Develop basic and advanced components in Blazor to meet your application's specific requirements Utilize Blazor forms to efficiently collect user input and handle data validation Enhance your app with JavaScript logic, integrating it smoothly within your Blazor application Call RESTful APIs in Blazor, enabling seamless integration with external services Explore advanced identity and security techniques in Blazor ensuring robust authentication and authorization mechanisms Build reliable apps by implementing unit testing and effective error handling strategies Who this book is for This book is for existing .NET developers eager to leverage their C# skills to build single page applications without relying on JavaScript frameworks, as well as for JavaScript developers curious about Blazor's capabilities and its user-friendly approach to web development. Tech enthusiasts seeking an in-depth understanding of Blazor's inner workings will also find this guide useful for discovering and mastering Blazor's powerful and intuitive web development capabilities.


Book
SvelteKit up and Running : Leverage the Power of a Next-Generation Web Framework to Build High-performance Web Apps with Ease
Author:
ISBN: 1804619655 Year: 2023 Publisher: Birmingham : Packt Publishing Ltd,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to leverage the officially supported Svelte framework to build faster and more powerful web applications by following along with real-world scenarios. Key Features Develop JavaScript applications with an intuitive and beginner-friendly framework Grasp the core concepts of SvelteKit effortlessly with real-world examples Discover how SvelteKit minimizes obstacles in building modern web applications, enhancing productivity and efficiency Book Description The JavaScript ecosystem has grown vast, complex, and daunting for newcomers. Fortunately, SvelteKit has emerged, simplifying the process of building JavaScript-based web applications. This book aims to demystify SvelteKit, making it as approachable as it makes web app development. With SvelteKit Up and Running you'll be introduced to the philosophy and technologies underlying SvelteKit. First, you'll follow a standard educational programming approach, progressing to a 'Hello World' application. Next, you'll explore the fundamental routing techniques, data loading management, and user submission, all through real-world scenarios commonly encountered in day-to-day development, before discovering various adapters employed by SvelteKit to seamlessly integrate with diverse environments. You'll also delve into advanced concepts like dynamic route management, error handling, and leveraging SvelteKit to optimize SEO and accessibility. By the end of this book, you'll have mastered SvelteKit and will be well-equipped to navigate the complexities of web app development. What you will learn Gain a comprehensive understanding of the core technologies of SvelteKit Dive deep into SvelteKit's file-based routing system and uncover basic and advanced concepts Master code organization in SvelteKit through effective data-loading techniques Elevate your application's visibility by incorporating SEO and accessibility Streamline the deployment process of your SvelteKit apps by using adapters Optimize your SvelteKit app by exploring various configuration and tooling options Who this book is for This book is for web developers aiming to enhance their SvelteKit skills. Whether you're selecting your first JavaScript framework or seeking to stand out among job applicants by adding the latest technology to your resume, this book is your ultimate guide to becoming a SvelteKit master. A solid understanding of HTML, CSS, JavaScript, and Svelte is a must.


Book
Full-Stack Flask and React : learn, code, and deploy powerful web applications with Flask 2 and React 18
Author:
ISBN: 1803236604 Year: 2023 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Get to grips with UI interaction, data modeling, API development, and documentation while building modern web apps for cloud deployment Key Features Combine Flask's pagination techniques with React's dynamic rendering for an enhanced user experience Implement robust API development within Flask applications by performing CRUD operations Improve Flask app scalability with blueprints using a modular development approach Purchase of the print or Kindle book includes a free PDF eBook Book Description Developing an interactive, efficient, and fast enterprise web application requires both the right approach and tooling. If you are a web developer looking for a way to tap the power of React's reusable UI components and the simplicity of Flask for backend development to develop production-ready, scalable web apps in Python, then this book is for you.


Book
Blazor WebAssembly by example : use practical projects to start building web apps with .NET 7, Blazor WebAssembly, and C#
Authors: ---
ISBN: 1803247533 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Blazor WebAssembly helps developers build web applications without the need for JavaScript, plugins, or add-ons. With its continued growth in popularity, getting started with Blazor now can open doors to new career paths and exciting projects - and Blazor WebAssembly by Example will make your first steps easier. This is a project-based guide that will teach you how to build single-page web applications with Blazor, focusing heavily on the practical over the theoretical by providing detailed step-by-step instructions for each project. The author also includes a video for each project showing her following the step-by-step instructions, so readers can use them if they're unsure about any particular step. In this updated edition, you'll start by building simple standalone web applications and gradually progress to developing more advanced hosted web applications with SQL Server backends. Each project will cover a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, security, event handling, debugging on the client, application state, and dependency injection. The book's projects get more challenging as you progress, but you don't have to complete them in order, which makes this book a valuable resource for beginners as well as those who just want to dip into specific topics. By the end of this book, you will have experience and lots of know-how on how to build a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#.


Book
Unleashing the Power of TypeScript
Author:
ISBN: 9781925836585 1925836584 Year: 2023 Publisher: Cremorne, VIC : SitePoint Pty. Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

TypeScript 5.0 is a major advancement to the user-friendliness and flexibility of the language. It nudges us toward better coding practices, promotes cleaner code, and catches potential errors before they become a headache. It's a great time to start using TypeScript, but if you're a JavaScript developer struggling to get to grips with the language or use it effectively in your projects, this short book is for you. It will guide you in making the most of this powerful language and its latest features, and help you overcome some common misunderstandings and pitfalls. It covers: Simplifying Reducers in React with TypeScript A Gentle Introduction to Generics in TypeScript Navigating the Perils and Pitfalls of Using React's Context API with TypeScript Extending DOM Elements and Creating Polymorphic Components A Guided Tour of the Three Biggest Features in TypeScript 5.0 This book is for intermediate-level JavaScript developers who want to get to grips with the powerful features that TypeScript offers.


Book
Zed attack proxy cookbook : hacking tactics, techniques, and procedures for testing web applications and APIs
Authors: --- ---
ISBN: 180181015X Year: 2023 Publisher: Birmingham, England ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Dive into security testing and web app scanning with ZAP, a powerful OWASP security tool Purchase of the print or Kindle book includes a free PDF eBook Key Features Master ZAP to protect your systems from different cyber attacks Learn cybersecurity best practices using this step-by-step guide packed with practical examples Implement advanced testing techniques, such as XXE attacks and Java deserialization, on web applications Book Description Maintaining your cybersecurity posture in the ever-changing, fast-paced security landscape requires constant attention and advancements. This book will help you safeguard your organization using the free and open source OWASP Zed Attack Proxy (ZAP) tool, which allows you to test for vulnerabilities and exploits with the same functionality as a licensed tool. Zed Attack Proxy Cookbook contains a vast array of practical recipes to help you set up, configure, and use ZAP to protect your vital systems from various adversaries. If you're interested in cybersecurity or working as a cybersecurity professional, this book will help you master ZAP. You'll start with an overview of ZAP and understand how to set up a basic lab environment for hands-on activities over the course of the book. As you progress, you'll go through a myriad of step-by-step recipes detailing various types of exploits and vulnerabilities in web applications, along with advanced techniques such as Java deserialization. By the end of this ZAP book, you'll be able to install and deploy ZAP, conduct basic to advanced web application penetration attacks, use the tool for API testing, deploy an integrated BOAST server, and build ZAP into a continuous integration and continuous delivery (CI/CD) pipeline. What you will learn Install ZAP on different operating systems or environments Explore how to crawl, passively scan, and actively scan web apps Discover authentication and authorization exploits Conduct client-side testing by examining business logic flaws Use the BOAST server to conduct out-of-band attacks Understand the integration of ZAP into the final stages of a CI/CD pipeline Who this book is for This book is for cybersecurity professionals, ethical hackers, application security engineers, DevSecOps engineers, students interested in web security, cybersecurity enthusiasts, and anyone from the open source cybersecurity community looking to gain expertise in ZAP. Familiarity with basic cybersecurity concepts will be helpful to get the most out of this book.


Book
Attacking and exploiting modern web applications : discover the mindset, techniques, and tools to perform modern web attacks and exploitation
Authors: --- ---
ISBN: 1801811962 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Master the art of web exploitation with real-world techniques on SAML, WordPress, IoT, ElectronJS, and Ethereum smart contracts Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesLearn how to detect vulnerabilities using source code, dynamic analysis, and decompiling binariesFind and exploit vulnerabilities such as SQL Injection, XSS, Command Injection, RCE, and ReentrancyAnalyze real-world security incidents based on MITRE ATT&CK to understand the risk at the CISO levelBook DescriptionWeb attacks and exploits pose an ongoing threat to the interconnected world. This comprehensive book explores the latest challenges in web application security, providing you with an in-depth understanding of hackers' methods and the practical knowledge and skills needed to effectively understand web attacks. The book starts by emphasizing the importance of mindset and toolset in conducting successful web attacks. You’ll then explore the methodologies and frameworks used in these attacks, and learn how to configure the environment using interception proxies, automate tasks with Bash and Python, and set up a research lab. As you advance through the book, you’ll discover how to attack the SAML authentication layer; attack front-facing web applications by learning WordPress and SQL injection, and exploit vulnerabilities in IoT devices, such as command injection, by going through three CTFs and learning about the discovery of seven CVEs. Each chapter analyzes confirmed cases of exploitation mapped with MITRE ATT&CK. You’ll also analyze attacks on Electron JavaScript-based applications, such as XSS and RCE, and the security challenges of auditing and exploiting Ethereum smart contracts written in Solidity. Finally, you’ll find out how to disclose vulnerabilities. By the end of this book, you’ll have enhanced your ability to find and exploit web vulnerabilities.What you will learnUnderstand the mindset, methodologies, and toolset needed to carry out web attacksDiscover how SAML and SSO work and study their vulnerabilitiesGet to grips with WordPress and learn how to exploit SQL injectionFind out how IoT devices work and exploit command injectionFamiliarize yourself with ElectronJS applications and transform an XSS to an RCEDiscover how to audit Solidity’s Ethereum smart contractsGet the hang of decompiling, debugging, and instrumenting web applicationsWho this book is forThis book is for anyone whose job role involves ensuring their organization's security – penetration testers and red teamers who want to deepen their knowledge of the current security challenges for web applications, developers and DevOps professionals who want to get into the mindset of an attacker; and security managers and CISOs looking to truly understand the impact and risk of web, IoT, and smart contracts. Basic knowledge of web technologies, as well as related protocols is a must.


Book
Keycloak - identity and access management for modern applications : harness the power of Keycloak, OpenID Connect, and OAuth 2. 0 to secure applications
Authors: ---
ISBN: 1804612618 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Gain a firm practical understanding of Keycloak to enable authentication and authorization in applications while leveraging the additional features provided by Keycloak Purchase of the print or Kindle book includes a free PDF eBook Key Features Discover Keycloak by understanding Identity and Access Management and integrating it with existing user bases Implement authentication and authorization in applications using Keycloak 22 Utilize Keycloak in securing applications developed by you and the existing applications in your enterprise Book Description The 2nd Edition of Keycloak - Identity and Access Management for Modern Applications is an updated, comprehensive introduction to Keycloak and its updates. In this new edition, you will learn how to use the latest distribution of Keycloak. The recent versions of Keycloak are now based on Quarkus, which brings a new and improved user experience and a new admin console with a higher focus on usability. You will see how to leverage Spring Security, instead of the Keycloak Spring adapter, while using the latest distribution of Keycloak. As you progress, you will understand the new Keycloak distribution and explore best practices in using OAuth. Finally, you'll cover general best practices and other information on how to protect your applications. By the end of this new edition, you will have learned how to install and manage the latest version of Keycloak to secure new and existing applications using the newest features. What you will learn Understand how to install, configure and manage the latest version of Keycloak Leverage additional features and capabilities of Keycloak in this new version Discover new updates to installing and running Keycloak Secure new and existing applications with Keycloak Safely manage Keycloak in a production environmenT Discover available frameworks and third-party libraries that can expand Keycloak Who this book is for This book is for developers, sysadmins, security engineers, or anyone who wants to leverage Keycloak and its capabilities for application security.. Basic knowledge of app development, authentication, and authorization is expected.

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