Vi bøger
Levering: 1 - 2 hverdage

Informationsteknologi: generelle emner

Her finder du spændende bøger om Informationsteknologi: generelle emner. Nedenfor er et flot udvalg af over 1.000 bøger om emnet.
Vis mere
Filter
Filter
Sorter efterSorter Populære
  • af John Clifford Slippy & Clarence Mayer
    363,95 kr.

  • af Rob Waller
    395,95 kr.

    "A practical guide discussing how to develop and maximise digital technology within the mental health service, this book demonstrates how to gain the most from new technologies and meet rising demands. Essential for psychiatrists, clinical psychologists, and other mental health professionals, as well as managers and policy makers"--

  • af Zabet Patterson
    508,95 kr.

  • af Vladimir Dementyev
    543,95 kr.

    Transition from the traditional Rails MVC trio to an abstraction model and evolve your application codebase with synchronized components, boosting flexibility and maintainabilityKey Features:- Understand Rails' architectural patterns along with its advantages and disadvantages- Organize business logic in Rails apps when the default approach is insufficient- Introduce new abstractions to address design problems- Purchase of the print or Kindle book includes a free PDF eBookBook Description:The Ruby on Rails framework boosts productivity by leveraging the convention-over-configuration principle and model-view-controller (MVC) pattern, enabling developers to build features efficiently. This initial simplicity often leads to complexity, making a well-structured codebase difficult to maintain. Written by a seasoned software engineer and award-winning contributor to many other open-source projects, including Ruby on Rails and Ruby, this book will help you keep your code maintainable while working on a Rails app.You'll get to grips with the framework's capabilities and principles to harness the full potential of Rails, and tackle many common design problems by discovering useful patterns and abstraction layers. By implementing abstraction and dividing the application into manageable modules, you'll be able to concentrate on specific parts of the app development without getting overwhelmed by the entire codebase. This also encourages code reuse, simplifying the process of adding new features and enhancing the application's capabilities. Additionally, you'll explore further steps in scaling Rails codebase, such as service extractions.By the end of this book, you'll become a code design specialist with a deep understanding of the Rails framework principles.What You Will Learn:- Get to grips with Rails' core components and its request/response cycle- See how Rails' convention-over-configuration principle affects development- Explore patterns for software flexibility, extensibility, and testability in Rails- Identify and address Rails' anti-patterns for cleaner code- Implement design patterns for handling bloated models and messy views- Expand from mailers to multi-channel notification deliveries- Introduce different authorization models and layers to your codebase- Take a class-based approach to configuration in RailsWho this book is for:This book is for Rails application developers looking to efficiently manage the growing complexity of their projects. Whether you've recently launched your first Rails minimum viable product or are struggling to progress with a sizable monolithic application, this book is here to help. A deep understanding of core Rails principles is a must. Prior experience in building web apps using the Rails framework will help you understand and apply the concepts in the book in a better way.Table of Contents- Rails as a Web Application Framework- Active Models and Records- More Adapters, Less Implementations- Rails Anti-Patterns?- When Rails Abstractions Are Not Enough- Data Layer Abstractions- Handling User Input outside of Models- Pulling Out the Representation Layer- Authorization Models and Layers- Crafting the Notifications Layer- Better Abstractions for HTML Views- Configuration as a First-Class Application Citizen- Cross-Layers and Off-Layers

  • af Cathy Hackl
    183,95 - 226,95 kr.

  • af S. Senthilkumar, Lipika Gupta & Ponnusamy Sivaram
    2.323,95 - 3.058,95 kr.

  • af Sheik Yousuf
    318,95 kr.

    Intelligent patterns frequent from large databases refers to the process of discovering meaningful and significant patterns or associations that occur frequently within vast datasets using intelligent data mining techniques.In data mining and pattern recognition, the term "frequent patterns" usually refers to items, sequences, or subsets that appear frequently in a given dataset. These patterns can provide valuable insights into the underlying relationships, trends, and behaviors within the data.Intelligent Patterns: These are meaningful and relevant patterns that are discovered using advanced algorithms and intelligent data analysis techniques. The intelligence here refers to the ability of the algorithms to identify patterns of interest and discard irrelevant or noise patterns.Frequent Patterns: These are patterns that occur frequently or have high support within the dataset. Support refers to the proportion of transactions or instances in which a particular pattern appears.Large Databases: Refers to datasets that are extensive and contain a significant amount of information. Large databases pose challenges for traditional data analysis methods, making intelligent data mining techniques crucial for effective pattern discovery.The process of finding intelligent frequent patterns from large databases typically involves using algorithms like Apriori, FP-Growth, or Eclat, which efficiently search for itemsets or sequences that meet predefined support and confidence thresholds.Applications of discovering frequent patterns include market basket analysis in retail (finding commonly purchased items together), web usage mining (finding frequently visited web pages), bioinformatics (finding frequent gene associations), and more. These patterns are valuable in decision-making, business intelligence, and predictive analytics, as they can reveal hidden relationships and trends within the data that might not be apparent through simple data examination.

  • af Rajendra Kumar
    1.843,95 kr.

    This book focuses on the design, development, and analysis of augmented and virtual reality (AR/VR)-based systems, along with the technological impacts and challenges in social learning. Social Learning provides a comprehensive approach to researching methods in the emerging fields of AR/VR. The contributors of this book outline the state-of-the-art implementation of AR/VR for the Internet of Things, Blockchains, Big Data, and 5G within AR/VR systems.

  • af Enzo Rucci, Marcelo Naiouf, Laura de Giusti & mfl.
    814,95 kr.

    This book constitutes the revised selected papers of the 11th International Conference on Cloud Computing, Big Data & Emerging Topics, JCC-BD&ET 2023, held in La Plata, Argentina*, in June 2023.The 14 full papers were carefully reviewed and selected from a total of 38 submissions. The papers are organized in topical sections on: Parallel and Distributed Computing, Big Data, Machine and Deep Learning, Smart Cities and E-Government, Visualization.

  • af Tapio Salmi
    763,95 kr.

    Follow step-by-step explanations to understand mathematical models - algebraic and differential equations - of chemical reactors and how numerical models workin computer implementation. Learn the basics behind current user-friendly tools in numerical simulation and optimization of reactor systems (Python, Matlab, Julia and gPROMS). Discover how to select the right algorithm for specific reactor models from homogenous to multiphase systems and structured reactors in detailed discussions at the end of each chapter. In this second edition, 20 solved example simulations performed in MATLAB and Python are included for demonstration purposes.

  • af Zhi Jin, Robert Andrei Buchmann, Yaxin Bi, mfl.
    834,95 - 837,95 kr.

  • af Renzo Colle
    1.163,95 kr.

    If you're developing ABAP applications, you need CDS expertise. This book is your all-in-one guide, updated for SAP S/4HANA 2023! Start by learning to create and edit CDS views. Walk through CDS syntax and see how to define associations and annotations. Further refine your model by implementing access controls, service bindings, and table functions. Understand the CDS-based virtual data model, and then follow step-by-step instructions to model analytical and transactional applications. From modeling to testing to troubleshooting, this is the only book you need!In this book, you'll learn about:a. Creating Data Models Create data models using CDS! Learn the ins and outs of CDS view syntax, from key fields to joins to data types and beyond. Define associations to establish relationships, use annotations to enrich your logic, implement conditional logic to control access, and more.b. Modeling Applications See how CDS views support a new application architecture. Model analytical applications by defining analytical views and queries; then use CDS for transactional applications based on the ABAP RESTful application programming model. c. Extending, Testing, and TroubleshootingPut the finishing touches on your CDS data models. Extend and enhance CDS views and transactional models, develop automated tests using the test double framework, and troubleshoot common problems. Highlights include:1) Data modeling 2) Application modeling3) Associations4) Annotations5) Access controls6) Business services 7) SAP HANA functions8) Virtual data model9) Analytical and transactional applications10) Hierarchies11) Extensibility12) Testing and troubleshooting

  • af Christian Ullenboom
    548,95 kr.

    Say goodbye to dependencies, bogged-down code, and inflexibility! With the Spring framework and Spring Boot, you'll painlessly create Java applications that are production ready. Start with the basics: containers for Spring-managed beans, Spring framework modules, and proxies. Then learn to connect to relational databases, implement Jakarta Persistence, use Spring Data JPA, and work with NoSQL databases. Get the right know-how for modern software development with Spring and Java!Highlights include:1) Containers2) Modules3) Proxies4) Dependency injection5) Caching6) RESTful web services7) Security 8) Deployment9) Databases10) Jakarta Persistence11) Spring Data JPA12) Spring Web MVC

  • af Mark Mergaerts
    1.163,95 kr.

    Manage and maintain your SAP S/4HANA system! Understand the architecture of the ABAP platform, from its technical requirements to your options for configuration. Set up the system landscape, administer the client and database, and maintain your instances. Put proper security in place using authorizations, user profiles, encryption, and more. From archiving to virtual systems, this is the A-to-Z guide you need to perform all essential administration tasks in SAP S/4HANA.Highlights include:1) ABAP platform2) System landscape3) Clients4) Instances5) Users and authorizations6) Security7) Monitoring8) Performance tuning9) Database administration10) Data archiving and transfer11) Frontend components

  • af Manos Athanassoulis
    1.078,95 kr.

    Data structures are the means by which software programs store and retrieve data. This monograph focuses on key-value data structures, which are widely used for data-intensive applications thanks to the versatility of the key-value data model. Key-value data structures constitute the core of any data-driven system. They provide the means to store, search, and modify data residing at various levels of the storage and memory hierarchy. Designing efficient data structures for given workloads has long been a focus of research and practice in both academia and industry. Data Structures for Data-Intensive Applications explains the space of data structure design choices, how to select the appropriate data structure depending on the goals and workload of an application at hand, and how the ever-evolving hardware and data properties require innovations in data structure design. The overarching goal is to help the reader both select the best existing data structures and design and build new ones.

  • af Laurianne Sitbon
    968,95 kr.

    Perspectives of Neurodiverse Participants in Interactive Information Retrieval offers a survey of work to date to inform how interactions in information retrieval systems could afford inclusion of users who are neurodiverse. The existing work is positioned within a range of philosophies, frameworks, and epistemologies that frame the importance of including neurodiverse users in all stages of research and development of Interactive Information Retrieval (IIR) systems. The authors motivate the need for inclusive IIR to develop more broadly, and detail why assistive technologies are not sufficient to ensure inclusive access to information. This survey is motivated by the authors' desire to help transform IIR so that neurodiverse users can both inspire future research and benefit from innovation. This work is presented to students, researchers and practitioners in IIR with a view to provide both knowledge and inspiration towards more inclusive IIR approaches and systems. To that end, the survey contains an overview of each of the chapters to guide the reader to parts of the survey that may be most relevant to the work they are undertaking. The authors also offer examples and practical approaches to include neurodiverse users in IIR research, and explore the challenges ahead in the field.

  • af Kurosh Madani, Ana Fred, Oleg Gusikhin & mfl.
    709,95 - 935,95 kr.

  • af Joel Gruun
    388,95 - 528,95 kr.

  • af Kelsey Gilbert Kreiling
    388,95 kr.

    Uncover expert insights, practical tools, and a library of resources, including everything you need to build design-focused websites with rich user experience-from signup to launchPurchase of the print or Kindle book includes a free PDF eBookKey Features:Discover professional insights as you get hands-on with designing a custom website on Squarespace 7.1 and Fluid EngineLaunch a website on your domain with features like commerce, member areas, blogging, and schedulingGrow your audience with a mobile-optimized website you can own, edit, and updateBook Description:You may have heard about Squarespace and even started a trial site, but launching it can be a real challenge for new users. While the basic features look simple enough, shaping Squarespace to fit your business needs requires expert help. That's where author and Squarespace expert Kelsey Gilbert Kreiling can help. Squarespace from Signup to Launch is a comprehensive resource for customizing the most design-focused and user-friendly website builder in the no-code world.Enriched with insights and resources from Squarespace experts such as Christy Price, Will Myers, David Iskander, Kristine Neil, Kathryn Joachim, Beatriz Caraballo, Justin Mabee, Shelly Morse, and more, this book goes beyond a technical manual. It prepares you to build a website, explains the foundational knowledge behind Squarespace 7.1 and Fluid Engine, and fosters a professional designer's mindset. Throughout the book, you'll learn how to build forms, use content blocks, optimize websites for mobile, build an online store, and become proficient in Squarespace's built-in SEO, marketing, and analytics tools.By the end of this Squarespace book, you'll have the confidence to build professional websites with a developer's technical knowledge, project organization, and design intuition. You won't just launch your site; you'll be proud to share it with the world.What You Will Learn:Build a website on Squarespace, step by step, with expert insights and practical tipsPlan your site content with an easy-to-understand outlineSource and create the visual elements necessary to achieve a professional websiteGo beyond pre-set templates by creating a polished design from navigation to footerIntegrate custom code to enhance both the design and functionality of your projectOptimize your website for mobile viewing and search engine visibilityImplement effective marketing strategies to promote your site and grow your audience after its launchWho this book is for:If you are interested in building a website on the Squarespace platform, using its newest version 7.1 and Fluid Engine, this book is for you. Whether you're a brand designer with little or no code experience, an entrepreneur seeking full ownership and usability of a website, or a website designer versed in other platforms looking to expand your skill set to other platforms, this comprehensive go-to guide covers everything you need. No matter your entry point, this book will offer an understanding of the why and how of Squarespace.

  • af S. Baskaran
    318,95 kr.

    This research focuses on the implementation of intelligent controllers for single-phase grid-integrated PV (photovoltaic) systems using DC converters. In the pursuit of efficient and effective energy utilization, the integration of PV systems with the grid has become crucial in today's renewable energy landscape.By employing intelligent controllers, this study aims to optimize the performance of PV systems and enhance their grid integration capabilities. These intelligent controllers utilize advanced algorithms and real-time data to regulate the DC converters, ensuring seamless power flow between the PV system and the grid while maintaining grid stability.Through sophisticated control strategies, the intelligent controllers dynamically adapt to varying solar irradiance and grid conditions, maximizing energy harvesting from the PV panels and minimizing power losses during conversion and transmission. The integration of these intelligent controllers significantly improves the overall efficiency and reliability of grid-connected PV systems.In this exploration, we conduct extensive simulations and experimental validations to demonstrate the effectiveness and benefits of the proposed intelligent control approach. The findings of this research offer valuable insights into the potential of intelligent controllers in advancing grid-connected PV technology, paving the way for a sustainable and resilient energy future.Join us as we delve into "Intelligent Controllers for Grid-Integrated PV Systems with DC Converters," and discover how this cutting-edge technology is revolutionizing the way we harness solar energy and contribute to a cleaner and greener world.

  • af Andreas Pörtner
    259,95 kr.

    Die Blockchain-Technologie bietet großes Potenzial und eine eine Vielzahl von Möglichkeiten für den Mittelstand. Zu den zahlreichen Vorteilen zählen Effizienzsteigerungen, Transparenz, Sicherheit und nicht zuletzt Kostenersparnisse für Ihr Unternehmen.Die Auswahl der richtigen Blockchain Lösungen für die Anwendung im Mittelstand erfordert daher eine gründliche Analyse der Geschäftsanforderungen und -prozesse. Dieses Fachbuch behandelt die verschiedenen Aspekte der Konzeption, Auswahl und Umsetzung von Blockchain-Technologie im Mittelstand.Nutzen Sie das volle Blockchain Potenzial und finden Sie die passende Blockchain Lösung! Mit diesem Ratgeber erhalten Sie einen Leitfaden für Unternehmen im Mittelstand, um die Konzeption, Auswahl und Umsetzung von Blockchain-Technologien erfolgreich zu gestalten und ihre Wettbewerbsfähigkeit zu stärken. Es bietet Ihnen einen umfassenden Überblick über die verschiedenen Aspekte und unterstützt Sie bei der strategischen Nutzung von Blockchain-Technologie, um nachhaltiges Wachstum und innovative Geschäftsmodelle zu ermöglichen.

  • af Nathan Clarke & Steven Furnell
    1.235,95 kr.

    This book constitutes the proceedings of the 17th IFIP WG 11.12 International Symposium on Human Aspects of Information Security and Assurance, HAISA 2023, held in Kent, United Kingdom, in July 2023. The 37 full papers presented in this volume were carefully reviewed and selected from 54 submissions. They are organized in the following topical sections: education and training; management, policy and skills; evolving threats and attacks; social-technical factors; and research methods.

  • af Eric Schmidt
    208,95 kr.

  • af Shawn Chen
    333,95 kr.

    This book is the culmination of the author's 20+ years of experience as a PeopleSoft developer and consultant. Drawing from his extensive knowledge and expertise, the author has curated a collection of 500 intermediate and advanced-level technical tips that cater to developers at all stages of their careers.From mastering the fundamentals to tackling complex development challenges, the book covers a wide range of topics critical to PeopleSoft success. With over 100 commonly used code examples, developers can quickly apply these practical solutions to their everyday tasks, saving time and effort.One of the standout features of the book is its comprehensive troubleshooting section. Technical issues can pose significant hurdles in PeopleSoft development, but with the author's troubleshooting tips, developers gain invaluable strategies to identify and resolve problems efficiently. Whether it's debugging PeopleCode or troubleshooting integration errors, the book equips developers with the tools needed to overcome obstacles easily.

  • af Ezechiel Hayes
    408,95 kr.

    Discover how to 10X your productivity with this stress-free guide to mastering essential Excel functions, formulas, shortcuts & more.Do you need to master Microsoft Excel for your career or school?Are you keen to discover the tech-savvy tips & tricks that will instantly boost your productivity?Or do you need a simple introduction to amazing shortcuts and commands?Then this book is for you!Microsoft Excel is a powerful tool that lets you 10x your productivity and save tons of time. It even makes you more appealing to employers! But if you're like most people, you're not using this amazing technology to its full potential.Packed with step-by-step instructions and easy-to-follow diagrams, this intuitive guide to Microsoft Excel provides you with a comprehensive overview to help you master the essential functions, shortcuts, commands, and macros that Excel has to offer.If you're tired of spending hours in front of a spreadsheet, or if you need a stress-free handbook that helps you learn Excel with just a few minutes of practice per day, Excel 2023 provides you with the expert strategies you need to become an Excel pro.Here's just a little of what you'll discover inside:The Ultimate Guide To Excel: Uncover a Beginner-Friendly Introduction To The Power of ExcelLife-Changing Functions & Formulas: Quit Typing Manual Equations &MaximizeYour Productivity With These Handy Built-In FeaturesEquations For Every Situation: Learn How To Manage Charts, Colors, Fonts, Shapes, Graphs, & Tables, as well as Operations Including Sorting, Filtering, Clearing & Locating DataFully Illustrated Tutorials: You'll Find Tons of Easy-To-Follow Diagrams That Make Learning New Commands a Breeze!Become an Excel Pro: Stop Stressing & Automate Your Workload With Must-Know Keyboard Shortcuts, Productivity Tips, & Operations From an Excel ProfessionalAnd So Much More!Imagine if you could save hours of work by memorizing some handy formulas and shortcuts. How would your life change if you could speed up boring tasks and add Excel mastery to your resume?This all-in-one guide arms readers of all backgrounds with the tech-savvy wisdom you need to make this into a reality.Are you ready to start mastering Microsoft Excel?Then scroll up and grab your copy today to get started!

  • af Ezechiel Hayes
    308,95 - 408,95 kr.

  • af Mayank Singh
    1.236,95 kr.

    This book constitutes the refereed proceedings of the 7th International Conference on Advances in Computing and Data Sciences, ICACDS 2023, held in Kolkata, India, during April 27¿28, 2023. The 47 full papers included in this book were carefully reviewed and selected from 22 submissions. The papers focus on advances of next generation computing technologies in the areas of advanced computing and data sciences.

  • af Xiuyuan Lu
    1.063,95 kr.

    Reinforcement learning agents have demonstrated remarkable achievements in simulated environments. Data efficiency, however, significantly impedes carrying this success over to real environments. The design of data-efficient agents that address this problem calls for a deeper understanding of information acquisition and representation. This tutorial offers a framework that can guide associated agent design decisions. This framework is inspired in part by concepts from information theory that has grappled with data efficiency for many years in the design of communication systems. In this tutorial, the authors shed light on questions of what information to seek, how to seek that information, and what information to retain. To illustrate the concepts, they design simple agents that build on them and present computational results that highlight data efficiency. This book will be of interest to students and researchers working in reinforcement learning and information theorists wishing to apply their knowledge in a practical way to reinforcement learning problems.

  • af Sarath Chandran K R
    1.223,95 kr.

    This book constitutes the proceedings of the 6th IFIP TC 12 International Conference on Computational Intelligence in Data Science, ICCIDS 2023, which took place in Kalavakkam, India, in February 2023.The 24 full papers presented in this volume were carefully reviewed and selected from 134 submissions. The major theme of the conference was intended to be computation intelligence and knowledge management. Various emerging areas like IoT, cyber security and data science need computation intelligence to align with the cutting-edge research. Machine learning delivers insights hidden in data for rapid, automated responses and improved decision making. Machine learning for IoT can be used to project future trends, detect anomalies, and augment intelligence by ingesting image, video, and audio.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.