Mostrando 8,101 - 8,120 Resultados de 8,221 Para Buscar 'SeaTac~', tiempo de consulta: 1.20s Limitar resultados
  1. 8101
    Publicado 2017
    “…JMeter extends to improve the functioning of various other static and dynamic resources. This book is a great starting point to learn about JMeter. …”
    Libro electrónico
  2. 8102
    Publicado 2020
    “…Later, you’ll progress to writing Python code for face recognition, which will help identify the faces that are already detected. You’ll use static images as well as live streaming video from the computer’s webcam to recognize the detected faces with their names. …”
    Video
  3. 8103
    Publicado 2020
    “…Understand all aspects of building a successful online store which is search-engine-optimized, using theme management and one-page checkout features Key Features Extend your WordPress knowledge to build fully functional e-commerce websites using WooCommerce and its plugins Implement payment gateway, shipping, and inventory management solutions Improve the speed and performance of your websites by optimizing images and caching static information Book Description WooCommerce is one of the most flexible platforms for building online stores. …”
    Libro electrónico
  4. 8104
    Publicado 2019
    “…The book will assist you in setting up reliable and fast hosting for static websites, sharing data between running instances and backing up data for compliance. …”
    Libro electrónico
  5. 8105
    Publicado 2016
    “…Skill Level Beginner to intermediate What You Will Learn How to install and set up your Rails development environment Optional easy start using pre-installed IDE in the cloud How to build Rails applications from scratch Learn testing and test-driven development Effectively use the Model-View-Controller (MVC) pattern Structure applications using REST architecture Build static pages and transform them into dynamic ones Implement registration and authentication systems, including validation and secure passwords How to deploy your application Who Should Take This Course Developers looking for a practical introduction for building dynamic, database-backed web applications with Rails. …”
    Video
  6. 8106
    Publicado 2016
    “…This book will help you Install and set up your Rails development environment, including pre-installed integrated development environment (IDE) in the cloud Go beyond generated code to truly understand how to build Rails applications from scratch Learn testing and test-driven development (TDD) Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Create high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Upload images in production using a cloud storage service Implement account activation and password reset, including sending email with Rails Add social features and microblogging, including an introduction to Ajax Record version changes with Git and create a secure remote repository at Bitbucket Deploy your applications early and oft..…”
    Libro electrónico
  7. 8107
    Publicado 2020
    “…Through the use-cases in this book, you'll discover how to handle data in Vue components, define communication interfaces between components, and handle static and dynamic routing to control application flow. …”
    Libro electrónico
  8. 8108
    Publicado 2018
    “…Services: Front-end abstractions (think of them as similar to load-balancers) that are loosely coupled with backend pods. Services provide a static, stable network frontend IP, as well as load-balancing Other K8S objects: StatefulSets, Secrets, ConfigMaps, Jobs and CronJobs and more CKA test tips: We don't reveal any information about the test that we should not, such as specific questions In Detail Kubernetes is also one of the hottest topics in tech today because it is perhaps the only straightforward way to architect a hybrid, multi-cloud compute a solution. …”
    Video
  9. 8109
    Publicado 2013
    “…Practical, example-rich coverage of: C programming fundamentals Compiling and debugging with GNU gcc and gdb, and Visual C++® Key new C11 standard features: Type generic expressions, anonymous structures and unions, memory alignment, enhanced Unicode® support, _Static_assert, quick_exit and at_quick_exit, _Noreturn function specifier, C11 headers C11 multithreading for enhanced performance on today’s multicore systems Secure C Programming sections Data structures, searching and sorting Order of evaluation issues, preprocessor Designated initializers, compound literals, bool type, complex numbers, variable-length arrays, restricted pointers, type generic math, inline functions, and more. …”
    Libro electrónico
  10. 8110
    Publicado 2022
    “…This book will help you Set up your Rails development environment Record version changes with Git and create a secure remote repository at GitHub Deploy your applications early and often with Heroku Go beyond generated code to truly understand how to build Rails applications from scratch Learn testing and test-driven development (TDD) Effectively use the model-view-controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Create high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Upload and display images using Active Storage and Amazon S3 Implement account activation and password reset, including sending email with Rails Integrate JavaScript with Rails using Importmap Add social features and microblogging, including an introduction to Hotwire and Turbo Register your book for convenient access to downloads, updates, and/or corrections as they become available. …”
    Libro electrónico
  11. 8111
    Publicado 2016
    “…Coverage includes Network Fundamentals: Subnetting, VLSM, route summarization, cables/connections, CLI LAN Switching: Switch configuration, VLANs, VLAN trunking protocol, inter-VLAN communication, STP, EtherChannel Routing (IPv4/IPv6): Router configuration, static routing, RIPng, EIGRP/EIGRPv6, OSPFv2/OSPFv3 WAN: Point-to-point protocols, eBGP, GRE tunnels, QoS Infrastructure Services: DHCP, FHRP, HSRP, NAT Infrastructure Security: Switch port security, ACL traffic management, device hardening Infrastructure Management: Backup/restore, password recovery, CDP, LLDP, IOS tools, device monitoring, IOS licensing, troubleshooting Quick, offline access to all CCNA Routing and Switching commands for research and solutions --Logical how-to topic groupings for a one-stop resource --Great for review before CCNA Routing and Switching certification exams --Compact size makes it easy to carry with you wherever you go --“Create Your Own Journal” section with blank, lined pages enables you to personalize the book for your needs --“What Do You Want to Do?” …”
    Libro electrónico
  12. 8112
    Publicado 2023
    “…What you will learn Understand the difference between emulation and virtualization Discover the importance of emulation and fuzzing in cybersecurity Get to grips with fuzzing an entire operating system Discover how to inject a fuzzer into proprietary firmware Know the difference between static and dynamic fuzzing Look into combining QEMU with AFL and AFL++ Explore Fuzz peripherals such as modems Find out how to identify vulnerabilities in OpenWrt Who this book is for This book is for security researchers, security professionals, embedded firmware engineers, and embedded software professionals. …”
    Libro electrónico
  13. 8113
    por Longley, Neil. author
    Publicado 2013
    “…The book takes an evolutionary approach, in that it argues that the monopoly position of each of the four leagues today cannot be explained in an insular, static, manner, but is the culmination of many dynamic processes through many decades. …”
    Libro electrónico
  14. 8114
    Publicado 2024
    Tabla de Contenidos: “…Using Kotlin coroutines for network calls -- Summary -- Chapter 7: Navigating within Your App -- Technical requirements -- Jetpack Navigation overview -- Navigating to Compose destinations -- Passing arguments to destinations -- Navigation in foldables and large screens -- Creating and using the resizable emulator -- Summary -- Chapter 8: Persisting Data Locally and Doing Background Work -- Technical requirements -- Saving and reading data from a local database -- Handling updates and migrations in the Room database -- Using WorkManager to schedule background tasks -- Testing your workers -- Summary -- Chapter 9: Runtime Permissions -- Technical requirements -- Understanding runtime permissions -- Requesting permissions at runtime -- Summary -- Part 3: Code Analysis and Tests -- Chapter 10: Debugging Your App -- Technical requirements -- General debugging tips and tricks -- Logcat -- Stack traces -- Breakpoints -- Detecting memory leaks with LeakCanary -- Inspecting network requests with Chucker -- Using App Inspection -- Summary -- Chapter 11: Enhancing Code Quality -- Technical requirements -- Mastering Kotlin style and best practices -- Coding conventions -- Null safety -- Data classes -- Extensions functions -- Type inference -- Collections -- Sealed classes and interfaces -- Formatting -- Functional programming -- Coroutines -- The when statements -- Classes and functions -- Using Ktlint for static analysis -- Detecting code smells with detekt -- Setting up detekt -- Customizing detekt -- Summary -- Chapter 12: Testing Your App -- Technical requirements -- Importance of testing -- Testing the network and database layers -- Testing the network layer -- Testing the database layer -- Testing our ViewModels -- Adding UI tests to our composables -- Summary -- Part 4: Publishing Your App -- Chapter 13: Publishing Your App -- Technical requirements…”
    Libro electrónico
  15. 8115
    por World Health Organization
    Publicado 2013
    “…This is the second volume on non-ionizing radiation, after Volume 80 (Static and Extremely Low-Frequency (ELF) Electric and Magnetic Fields; IARC, 2002), and the fourth and last in a series on physical agents, after Volume 75 (Ionizing Radiation, Part 1: X- and Gamma-radiation, and Neutrons; IARC, 2000) and Volume 78 (Ionizing Radiation, Part 2: Some Internally Deposited Radionuclides; IARC, 2001). …”
    Libro electrónico
  16. 8116
    Publicado 2024
    Tabla de Contenidos:
    Libro electrónico
  17. 8117
    Publicado 2023
    “…What you will learn Use a good project structure that scales well with your application Create beautiful UIs with Chakra UI and emotion Configure a base Next.js app with static code analysis and Git hooks Learn to mock API endpoints for prototyping, local development and testing Choose an optimal rendering strategy in Next.js based on the page needs Learn to choose the best state management solution for given problem Write unit tests, integration tests and e2e tests in your React Application Deploy your React applications on Vercel Who this book is for This book is for intermediate-level web developers who already have a solid understanding of JavaScript, React, and web development in general and want to build large-scale React applications effectively. …”
    Libro electrónico
  18. 8118
    Publicado 2022
    “…Varias narran episodios que ocurrieron mucho antes de que gobernante alguno fuera capaz de sentar a los comandantes guerrilleros más ortodoxos y anquilosados a una mesa de negociación. …”
    Libro
  19. 8119
    Publicado 2021
    “…Se presenta aquí, en fin, un libro que estaba por escribir y que, además de recorrer más de medio siglo de poesía y de exponer y ponderar la estética de los nombres más importantes de ese tiempo, cuestiona, puntualiza o corrige, según los casos, ciertos dogmas tenidos por inatacables en torno al corte que se da por supuesto entre la preguerra y la posguerra, o a los no menos tajantes entre la poesía del interior y la de los exiliados, la española y la universal, el género lírico y la escritura en otros géneros."…”
    Libro
  20. 8120
    por Crowder, Trae
    Publicado 2020
    “…La misión, furiosa y desternillante, es acabar con eso de una vez por todas, sentar a todos los rednecks que habitan al sur de la línea Mason-Dixon en las mecedoras del porche del abuelo, abrir unas cervezas, pinchar «The Southern Thing» de los Drive By Truckers e inspirarles para que se subleven y reclamen la dignidad y la belleza de su tierra y su cultura…”
    Libro