Verleger: 16

33265
Wird geladen...
E-BOOK

Modern Web Design in 30 Days. Beginner's Guide to HTML, CSS & JavaScript with Projects, Exercises, and AI-Powered Learning

Laurence Lars Svekis

Modern Web Design in 30 Days introduces the core technologies behind modern websites through a structured and approachable learning journey. Designed for beginners, the book guides readers through the tools used to build web pages while encouraging a practical, hands-on learning process.The journey begins with the foundations of how the web works, explaining how browsers interpret HTML, CSS, and JavaScript to display and control pages. Readers learn to structure content with semantic HTML, apply visual styling with CSS, and add interactivity using JavaScript.As the chapters progress, the book explores layout techniques such as Flexbox and CSS Grid, responsive design for different screen sizes, and principles that improve usability and visual clarity. Readers gain insight into how websites organize content, structure layouts, and guide user interaction.Each chapter encourages experimentation, allowing readers to modify code, test ideas, and observe results. The book also introduces AI-assisted prompts that help reinforce understanding and support deeper exploration of key concepts.By the end of the 30-day journey, readers will understand how modern websites are structured, styled, and enhanced with interactive features, providing a solid foundation for further study in web development.

33266
Wird geladen...
E-BOOK

Modern Web Development with ASP.NET Core 3. An end to end guide covering the latest features of Visual Studio 2019, Blazor and Entity Framework - Second Edition

Ricardo Peres

ASP.NET has been the preferred choice of web developers for a long time. With ASP.NET Core 3, Microsoft has made internal changes to the framework along with introducing new additions that will change the way you approach web development. This second edition has been thoroughly updated to help you make the most of the latest features in the framework, right from gRPC and conventions to Blazor, which has a new chapter dedicated to it.You’ll begin with an overview of the essential topics, exploring the Model-View-Controller (MVC) pattern, various platforms, dependencies, and frameworks. Next, you’ll learn how to set up and configure the MVC environment, before delving into advanced routing options. As you advance, you’ll get to grips with controllers and actions to process requests, and later understand how to create HTML inputs for models. Moving on, you'll discover the essential aspects of syntax and processes when working with Razor. You'll also get up to speed with client-side development and explore the testing, logging, scalability, and security aspects of ASP.NET Core. Finally, you'll learn how to deploy ASP.NET Core to several environments, such as Azure, Amazon Web Services (AWS), and Docker.By the end of the book, you’ll be well versed in development in ASP.NET Core and will have a deep understanding of how to interact with the framework and work cross-platform.

33267
Wird geladen...
E-BOOK

Modern Web Testing with TestCafe. Get to grips with end-to-end web testing with TestCafe and JavaScript

Dmytro Shpakovskyi

TestCafe is an open source end-to-end testing framework that combines unmatched ease of use with advanced automation and robust built-in stability mechanisms. This book is a comprehensive, project-based introduction to TestCafe that will show you how to use the TestCafe framework and enable you to write fast and reliable tests; plus you’ll have a proof of concept ready to demonstrate the practical potential of TestCafe.You’ll begin by learning how to write end-to-end web tests using the TestCafe syntax and features of the TestCafe framework. You’ll then go from setting up the environment all the way through to writing production-ready tests. You’ll also find out how to build a sample set of tests in a step-by-step manner and use TestCafe to log in to the website, verify the elements present on different pages, create/delete entities, and run custom JavaScript code. As you advance, you’ll delve into several stages of refactoring that will take you through the showcase setup/teardown and PageObject patterns. While this test suite is relatively simple to build, it showcases some of the most prominent features of TestCafe. Finally, this TestCafe book will show you how the tests can be run on a free and simple-to-use website, without requiring you to build and deploy your own servers or backend services.By the end of this book, you’ll have learned how to write and enhance end-to-end tests with TestCafe to solve real-world problems and deliver results.

33268
Wird geladen...
E-BOOK

Moderne Piraten

Hans Dominik

Moderne Piraten ist ein 1929 veröffentlichter Thriller des Autors Hans Dominik. Dominik ist einer der bedeutendsten Pioniere der Zukunftsliteratur in Deutschland. Seine Science-Fiction-Erzählungen erfreuen sich seit Anfang des vorigen Jahrhunderts bis in die Gegenwart großer Beliebtheit. Mit dem Roman Moderne Piraten verfasste Hans Dominik, ansonsten eher bekannt für seine Science-Fiction-Romane, in den 30er-Jahren des 20. Jahrhunderts eine tempogeladenen Geschichte, die sich mit dem internationalen Drogenhandel beschäftigt. Durch Zufall kommt ein junger Deutscher einer Bande Rauschgifthändler auf die Spur. Ein spannender Roman, in dem eine Kriminalangelegenheit im Mittelpunkt steht, der aber auch technische Probleme behandelt. Der Roman spielt an stets wechselnden Orten und erinnert an die rasanten Verfolgungsjagden, die zum Beispiel bei James Bond-Filmen beliebt sind.

33269
Wird geladen...
E-BOOK

MODERNIZACJA I ROZBUDOWA MARYNARKI WOJENNEJ. WYBRANE PROBLEMY

Tomasz Szubrycht

Niniejsza publikacja jest głosem w toczącej się dyskusji nad kierunkami i zakresem modernizacji Marynarki Wojennej RP. Celem analiz i rozważań zawartych w niniejszej publikacji nie było udzielenie odpowiedzi m.in. na pytania, ile i jakich typów lub klas potrzebują polskie morskie siły zbrojne. Skupiono się w niej na pokazaniu, jakie zdolności powinny - w opinii autora - posiadać nasza marynarka wojenna [Ze Wstępu].

33270
Wird geladen...
E-BOOK

Modernizing Analytics Beyond the Data Warehouse. A practical guide to modernizing data warehouses and leveraging AI analytics with Databricks

Laurent Leturgez, Cary Moore

Enterprise and cloud data warehouses alike are hitting their limits. Whatever the data warehouse solutions, rising costs, rigid and complex architectures, and the inability to support AI and real-time workloads are holding your organization back. This book provides a structured, risk-aware path to modernization on the Databricks platform.You'll start by understanding why modern analytics demands have outgrown the warehouse paradigm, then explore the lakehouse architecture and the Databricks platform in depth. From there, you'll learn how to choose the right migration strategy, move data, code, and BI layers safely, and embed governance and security from the start using Unity Catalog.Beyond migration, you'll discover how to manage costs with FinOps practices, integrate streaming and event-driven analytics, enable AI and ML workloads, and adopt data product thinking with domain ownership. Real-world patterns, common failure modes, and success metrics ensure you can apply every concept immediately.By the end, you'll have the knowledge to lead a modernization initiative from assessment through execution, delivering a governed, AI-ready analytics platform that scales with your business.

33271
Wird geladen...
E-BOOK

Modernizing Drupal 10 Theme Development. Build fast, responsive Drupal websites with custom theme design to deliver a rich user experience

Luca Lusso

Working with themes in Drupal can be challenging, given the number of layers and APIs involved. Modernizing Drupal 10 Theme Development helps you explore the new Drupal 10’s theme layer in depth.With a fully implemented Drupal website on the one hand and a set of Storybook components on the other, you’ll begin by learning to create a theme from scratch to match the desired final layout. Once you’ve set up a local environment, you’ll get familiarized with design systems and learn how to map them to the structures of a Drupal website. Next, you’ll bootstrap your new theme and optimize Drupal’s productivity using tools such as webpack, Tailwind CSS, and Browsersync. As you advance, you’ll delve into all the theme layers in a step-by-step way, starting from how Drupal builds an HTML page to where the template files are and how to add custom CSS and JavaScript. You’ll also discover how to leverage all the Drupal APIs to implement robust and maintainable themes without reinventing the wheel, but by following best practices and methodologies. Toward the end, you’ll find out how to build a fully decoupled website using json:api and Next.js.By the end of this book, you’ll be able to confidently build custom Drupal themes to deliver state-of-the-art websites and keep ahead of the competition in the modern frontend world.

33272
Wird geladen...
E-BOOK

Modernizing Enterprise CMS Using Pimcore. Discover techniques and best practices for creating custom websites with rich digital experiences

Daniele Fontani, Marco Guiducci, Francesco Mina

Used by over eighty thousand companies worldwide, Pimcore is the leading open source enterprise-level content management system (CMS) solution. It is an impressive alternative to conventional CMSes and is ideal for creating e-commerce and complex enterprise websites.This book helps developers working with standard CMSes such as WordPress and Drupal to use their knowledge of CMSes to learn Pimcore CMS in a practical way. You'll start by learning what Pimcore is and explore its various services such as PIM, MDM, and DAM. The book then shows you various techniques for developing custom websites in Pimcore based on the scale of your organization. You'll learn how to use Pimcore to improve the digital transformation of a company by implementing enterprise Pimcore features. As you advance, you'll discover Pimcore's capabilities and features that make it a faster and more secure alternative to traditional CMSes. As well as demonstrating practical use cases, Modernizing Enterprise CMS Using Pimcore can help you understand the benefits of using Pimcore as a CMS solution, sharing best practices and proven techniques for designing professional Pimcore sites.By the end of this book, you'll be a trained Pimcore developer, able to create complex websites, and be well-versed in Pimcore's enterprise features such as MDM, PIM, and DAM.