Mostrando 781 - 800 Resultados de 1,168 Para Buscar '"Git"', tiempo de consulta: 0.09s Limitar resultados
  1. 781
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Diving into Libgdx; Introduction; Setting up a cross-platform development environment; Creating a cross-platform project; Understanding the project structure and application life cycle; Updating and managing project dependencies; Using source control on a Libgdx project with Git; Importing and running the Libgdx official demos; Chapter 2: Working with 2D Graphics; Introduction; Texture rendering with SpriteBatch; More effective rendering with regions and atlases…”
    Libro electrónico
  2. 782
    Publicado 2023
    Tabla de Contenidos: “…-- Deploying 11ty manually -- Deploying to a static site host -- Setting up a GitHub repository -- Deploying 11ty to Netlify -- Deploying to Cloudflare Pages -- Summary -- Chapter 4: Building a Blog with Collections -- Technical requirements -- What is a collection?…”
    Libro electrónico
  3. 783
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Learning the Fundamentals -- Chapter 1: Getting Started with Terraform on Google Cloud -- Technical requirements -- The rise of DevOps -- Infrastructure as Code -- Terraform -- Running Terraform in Google Cloud Shell -- Terraform language -- Terraform workflow -- Running Terraform in your local environment -- Authentication using a service account -- Authentication using a service account and environment variable -- Service account impersonation -- Parameterizing Terraform -- Comparing authentication methods -- Summary -- Chapter 2: Exploring Terraform -- Technical requirements -- Understanding the Terraform state -- Interacting with the Terraform state -- Understanding destructive changes -- Avoiding configuration drift -- Additional state commands -- Using the backend state -- Understanding Terraform meta-arguments -- The provider meta-argument -- The count meta-argument -- The for_each meta-argument -- The depends_on meta-argument -- The lifecycle meta-argument -- Using the self_link attribute -- Summary -- Chapter 3: Writing Efficient Terraform Code -- Technical requirements -- Terraform types and values -- Using Terraform expressions -- Dynamic blocks -- Conditional expressions -- Terraform functions -- Referencing existing data using data sources -- Using output values -- Tips to develop Terraform code efficiently -- Summary -- Chapter 4: Writing Reusable Code Using Modules -- Technical requirements -- Building modules -- Writing flexible modules -- Sharing modules using Google Cloud Storage and Git repositories -- Using public module repositories -- Summary -- Chapter 5: Managing Environments -- Technical requirements -- Google resource hierarchy -- Using workspaces to manage environments…”
    Libro electrónico
  4. 784
    Publicado 2024
    Tabla de Contenidos: “…-- Summary -- Part 4: DataOps -- Chapter 9: Data Quality and Observability -- Understanding the problem of data quality at the source, in transformations, and in data governance -- Data quality issues in source systems -- Data quality issues in data infrastructure and data pipelines -- How data governance impacts data quality -- Finding solutions to data quality issues - observability, data catalogs, and semantic layers -- Using observability to improve your data quality -- The benefits of data catalogs for data quality -- Improving data quality with a semantic layer -- Summary -- Chapter 10: Writing Code in a Team -- Identifying the responsibilities of team members -- Tracking tasks and issues -- Tools for issue and task tracking -- Clear task definition -- Categorization and tagging -- Managing versions with version control -- Working with Git -- Git branching -- Development workflow for analytics engineers -- Working with coding standards -- PEP8 -- ANSI -- Linters -- Pre-commit hooks -- Reviewing code -- Pull requests - The four eyes principle -- Continuous integration/continuous deployment -- Documenting code -- Documenting code in dbt -- Code comments -- READMEs -- Documentation on getting started…”
    Libro electrónico
  5. 785
    Publicado 2017
    Tabla de Contenidos: “…Installing the All-In-One OpenShift -- Software Requirements -- Install OpenShift oc Client Tools -- Install Docker -- Launch OpenShift -- Verify Your Environment -- Log In Using the Command Line -- Log In from Console -- Working with Storage -- Create a Persistent Volume -- Set Up the Volume Claim -- Create a GitHub Account -- Alternative Form Factors -- Summary -- Chapter 3. …”
    Libro electrónico
  6. 786
    por Zandstra, Matt. author
    Publicado 2013
    “…The section shows how to manage multiple developers and releases with git, how to build and install using Phing and PEAR. …”
    Libro electrónico
  7. 787
    por Macedo, Tiago
    Publicado 2011
    “… Two years since its initial release, Redis already has an impressive list of adopters, including Engine Yard, GitHub, Craigslist, and Digg. This open source data structure server is built for speed and flexibility, making it ideal for many applications. …”
    Libro electrónico
  8. 788
    por Seemann, Mark
    Publicado 2022
    Tabla de Contenidos: “…8.1.6 Trennung von Befehlen und Abfragen -- 8.1.7 Kommunikationshierarchie -- 8.2 Beispiel für ein API-Design -- 8.2.1 Maître d'hôtel -- 8.2.2 Verwendung eines gekapselten Objekts -- 8.2.3 Implementierungsdetails -- 8.3 Fazit -- Kapitel 9: Zusammenarbeit -- 9.1 Git -- 9.1.1 Commit-Nachrichten -- 9.1.2 Continuos Integration -- 9.1.3 Kleine Commits -- 9.2 Gemeinsame Eigentümerschaft am Code -- 9.2.1 Paarprogrammierung -- 9.2.2 Mob-Programmierung -- 9.2.3 Verzögerungen durch Code-Reviews -- 9.2.4 Ablehnung von Änderungen -- 9.2.5 Code-Reviews -- 9.2.6 Pull-Requests -- 9.3 Fazit -- Teil II: Nachhaltigkeit -- Kapitel 10: Erweiterung des Codes -- 10.1 Feature-Flags -- 10.1.1 Kalender-Flag -- 10.2 Das Strangler-Pattern -- 10.2.1 Strangler auf Methodenebene -- 10.2.2 Strangler auf Klassenebene -- 10.3 Versionierung -- 10.3.1 Vorwarnung -- 10.4 Fazit -- Kapitel 11: Bearbeiten von Unit-Tests -- 11.1 Refactoring von Unit-Tests -- 11.1.1 Änderung des Sicherheitsnetzes -- 11.1.2 Hinzufügen von neuem Testcode -- 11.1.3 Refactoring von Test- und Produktionscode trennen -- 11.2 Fehlschlagende Tests -- 11.3 Fazit -- Kapitel 12: Fehlerbehebung -- 12.1 Verstehen -- 12.1.1 Wissenschaftliche Vorgehensweise -- 12.1.2 Vereinfachen -- 12.1.3 Quietscheentchen-Debugging -- 12.2 Fehler -- 12.2.1 Fehler durch Tests reproduzieren -- 12.2.2 Langsame Tests -- 12.2.3 Nichtdeterministische Fehler -- 12.3 Bisektion -- 12.3.1 Bisektion mit Git -- 12.4 Fazit -- Kapitel 13: Trennung von Zuständigkeiten -- 13.1 Komposition -- 13.1.1 Verschachtelte Komposition -- 13.1.2 Sequenzielle Komposition -- 13.1.3 Referenzielle Transparenz -- 13.2 Cross-Cutting Concerns -- 13.2.1 Logging -- 13.2.2 Decorator -- 13.2.3 Was protokolliert werden sollte -- 13.3 Fazit -- Kapitel 14: Rhythmus -- 14.1 Persönlicher Rhythmus -- 14.1.1 Zeiteinteilung -- 14.1.2 Pausieren -- 14.1.3 Zeit wohlüberlegt nutzen…”
    Libro electrónico
  9. 789
    Publicado 2022
    Tabla de Contenidos: “…-- Default Docker Network Drivers -- Bridge Networks -- Host Networks -- Overlay Networks -- Macvlan Networks -- None Networking -- Working with Docker Networks -- Bridge Networks -- Creating Named Bridge Networks -- Connecting Containers to Named Bridge Networks -- Host Networks -- Exercises -- Summary -- Chapter 7: Understanding Docker Compose -- Overview of Docker Compose -- Installing Docker Compose -- Docker Compose Basics -- Docker Compose Version Overview -- Compose File Versioning and the Compose Spec -- Version 1 -- Version 2 -- Version 3 -- Compose Specification -- Docker Compose File Reference -- Services Key -- Build Key -- Context Key -- Image Key -- environment/env_file Key -- depends_on Key -- Image Key -- ports Key -- Volumes Key -- Restart Key -- Docker Compose CLI Reference -- The build Subcommand -- The down Subcommand -- The exec Subcommand -- The logs Subcommand -- The stop subcommand -- Exercises -- Summary -- Chapter 8: Preparing for Production Deployments -- Continuous Integration (CI) -- GitHub Actions -- Container Orchestration -- The Need for Orchestrators -- How Do Orchestrators Work? …”
    Libro electrónico
  10. 790
    Publicado 2025
    Tabla de Contenidos: “…Smishing Attack Defense -- MitM Defense -- Technological Work-Life Balance -- Physical Access Attacks -- Specialized K9 Detection -- Notes -- Chapter 13 The Future of Transhuman Technology -- Brain-Computer Interfaces -- Invasive BCIs -- Early Issues in the Neuralink BCI -- Neuro Rights -- Partially Invasive BCIs -- Noninvasive BCIs -- Smart Devices -- Internal Power -- Sound Power -- Glucose-Powered Metabolic Fuel Cell -- Kinetic Power -- Thermal Power -- Batteries -- AI: A Necessary Evil -- Military Defense/Espionage -- Haptics -- Notes -- Chapter 14 Transhuman Rights Are Human Rights -- Transhuman Discrimination -- The Hypocritic Oath -- Transhuman, but Still Human -- Notes -- Chapter 15 My Future as a Transhuman -- Final Thoughts -- Notes -- Appendix A: My Hardware -- NExT -- VivoKey Spark 2 (Cryptobionic) -- flexNExT -- flexM1 "Magic" 1k -- flexEM T5577 -- Titan-Sensing Biomagnet -- Walletmor -- flexDF2 DESFire -- VivoKey Apex -- flexClass (HID iClass) -- Appendix B: FAQs -- Appendix C: Resources -- My Body Mechanics -- Organizations, Clubs, and Information Hubs -- Implant Distributors -- GitHub Repos -- Open-Source Tools -- Acknowledgments -- About the Author -- Index -- EULA…”
    Libro electrónico
  11. 791
    por Hillerson, Tony
    Publicado 2009
    Tabla de Contenidos: “…-- Roll Your Own -- Cairngorm at a High Level -- PureMVC at a High Level -- Stuff -- Summary -- 9 Performance and Optimization -- Flex Performance -- Rails Performance -- Summary -- II: Cookbook Recipes -- 10 Source Control Flex and Rails Projects -- Goal -- Solution -- Ignoring Files in Subversion -- Git -- Discussion -- Summary -- 11 Building Flex with Rake -- Goal -- Solution -- Rake Is Your Friend -- The Rakefile -- Summary -- 12 Deploying Flex and Rails Applications -- Goal -- Solution -- Capistrano -- Deploying with Capistrano -- Summary -- 13 Read the Source! …”
    Libro electrónico
  12. 792
    por Grimes, Shawn
    Publicado 2012
    Tabla de Contenidos: “…Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; What to Expect from This Book; How This Book Is Organized; Source Code and Errata; Contact Information; Chapter 1 Xcode 4 Tips and Tricks; Xcode 4: An Introduction; Build a Lite and Full Version in One Xcode Project; Zombie Hunter; Version Control with Xcode 4; Creating a Local Repository; Branching and Merging; Remote Repositories; GitHub; Source Control Best Practices; Steve and the ARC; ARC Rules; Using ARC…”
    Libro electrónico
  13. 793
    Publicado 2015
    Tabla de Contenidos: “…Behind the scenes with the ASP.NET Web APIAnatomy of the API of ASP.NET Web API; DelegatingHandler; HttpRequestMessage; HttpResponseMessage; ApiController; Other important types; Message lifecycle; Host listener; Routing and dispatching; Controller processing; Creating our first ASP.NET Web API; Prerequisites; Creating the ASP.NET Web API project; Defininig an ASP.NET data model; Defining an ASP.NET Web API controller; Testing the Web API; Testing in a browser; Testing with HttpClient; Committing changes to Git; Deploying the ASP.NET Web API using Azure Websites; Deploying to Azure Websites…”
    Libro electrónico
  14. 794
    por Harper, Frederic. author
    Publicado 2015
    Tabla de Contenidos: “…Collateral BenefitsHow to Start Blogging; What to Expect from Your Blog; Participating in the Blogosphere; Open Source, GitHub, and the Like; StackOverflow, How Can I Help You?…”
    Libro electrónico
  15. 795
    Publicado 2024
    Tabla de Contenidos: “…-- Less boilerplate -- Type safety -- Headers and comments -- Describing data -- Scalar values -- Messages -- Maps -- Oneofs -- Enums -- Summary -- Quiz -- Answers -- Chapter 4: The Protobuf Compiler -- Technical requirements -- Downloading and installing protoc -- GitHub Releases page -- curl and wget -- Transpiling .proto files -- Why code generation? …”
    Libro electrónico
  16. 796
    Publicado 2018
    Tabla de Contenidos: “…-- Goal and adoption of JHipster -- Introduction to technologies available -- Client-side technologies -- HTML5 and CSS3 -- HTML5 -- CSS3 -- Sass -- Bootstrap -- MVVM framework -- Angular -- React -- Build tools -- Webpack -- BrowserSync -- Testing tools -- Karma -- Protractor -- Internationalization -- Server-side technologies -- Spring Framework -- Spring Boot -- Spring Security -- Spring MVC -- Spring data -- Security -- JWT -- Session -- OAuth2 -- Build tools -- Maven -- Gradle -- Hibernate -- Liquibase -- Caching -- Ehcache -- Hazelcast -- Infinispan -- Swagger -- Thymeleaf -- Dropwizard metrics -- WebSocket -- Kafka -- Testing frameworks -- JUnit -- Gatling -- Cucumber -- Introduction to database options -- SQL databases -- H2 -- MySQL -- MariaDB -- PostgreSQL -- MS SQL -- Oracle -- NoSQL databases -- MongoDB -- Cassandra -- Elasticsearch -- Installation and setup -- Prerequisites -- Tools required -- Installation procedure -- Java 8 -- Git -- Node.js -- Yarn -- Docker -- IDE configuration -- System setup -- Installation of JHipster -- Summary -- Chapter 3: Building Monolithic Web Applications with JHipster -- Application generation -- Step 1 - preparing the workspace -- Step 2 - generating code using JHipster -- Server-side options -- Client-side options -- Internationalization options -- Testing -- Modules -- Code walkthrough…”
    Libro electrónico
  17. 797
    Publicado 2018
    Tabla de Contenidos: “…Summary -- Chapter 15: Interacting with the OpenStack API -- Understanding RESTful web services -- Setting up the environment -- Installing rdo-OpenStack package -- On RHEL 7.4 -- On CentOS 7.4 -- Generating answer file -- Editing answer file -- Run the packstack -- Access the OpenStack GUI -- Sending requests to the OpenStack keystone -- Creating instances from Python -- Creating the image -- Assigning a flavor -- Creating the network and subnet -- Launching the instance -- Managing OpenStack instances from Ansible -- Shade and Ansible installation -- Building the Ansible playbook -- Running the playbook -- Summary -- Chapter 16: Automating AWS with Boto3 -- AWS Python modules -- Boto3 installation -- Managing AWS instances -- Instance termination -- Automating AWS S3 services -- Creating buckets -- Uploading a file to a bucket -- Deleting a bucket -- Summary -- Chapter 17: Using the Scapy Framework -- Understanding Scapy -- Installing Scapy -- Unix-based systems -- Installing in Debian and Ubuntu -- Installing in Red Hat/CentOS -- Windows and macOS X Support -- Generating packets and network streams using Scapy -- Capturing and replaying packets -- Injecting data inside packets -- Packet sniffing -- Writing the packets to pcap -- Summary -- Chapter 18: Building a Network Scanner Using Python -- Understanding the network scanner -- Building a network scanner with Python -- Enhancing the code -- Scanning the services -- Sharing your code on GitHub -- Creating an account on GitHub -- Creating and pushing your code -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  18. 798
    por Aubury, Simon
    Publicado 2024
    Tabla de Contenidos: “…Using dplyr to query DuckDB tables and views via dbplyr -- Summary -- Chapter 10: Using DuckDB Effectively -- Technical requirements -- Selecting columns effectively -- Applying function chaining -- Using INSERT effectively -- Leveraging positional joins -- Using temporal joins with ASOF -- Recursive queries and macros -- Wine classification hierarchy -- Macros -- Summary -- Chapter 11: Hands-On Exploratory Data Analysis with DuckDB -- Technical requirements -- Setting up the environment -- Obtaining the dataset -- Preparing the pedestrian traffic dataset for analysis -- Reading and transforming the CSV-based dataset -- Loading the prepared dataset into a database table -- Effective data analysis using Jupyter Notebooks -- Convenient SQL queries with JupySQL -- Interactive visualizations with Plotly -- Analyzing pedestrian traffic through Melbourne CBD -- Visualizing total pedestrian counts over time -- Creating time series plots of sensor readings -- Visualizing the distribution of hourly pedestrian traffic -- Summary -- Chapter 12: DuckDB - The Wider Pond -- Tools and services for working with DuckDB effectively -- SQL IDEs -- Data explorers -- BI tools -- DuckDB in the cloud -- DuckDB integration -- ODBC and JDBC -- ADBC -- Substrait -- SQLAlchemy -- Alternative DuckDB query interfaces -- dplyr -- duckplyr -- Ibis -- Fugue -- The DuckDB Spark API -- DuckDB-powered data apps -- Building data apps with DuckDB-Wasm -- Making data apps with Python and R -- Selecting a DuckDB-powered data app strategy -- Keeping up to speed with the DuckDB ecosystem -- duckdb.org -- GitHub -- The DuckDB Discord server -- Awesome DuckDB -- Stack Overflow -- Social media -- Chapter and book summary -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  19. 799
    Publicado 2016
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgements -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Introduction to Unreal Engine 4 -- Unreal Engine 4 download -- Downloading the launcher version -- Downloading the GitHub version -- Forking Unreal Engine repository -- Compiling Unreal Engine -- Getting familiar with Unreal Engine -- The viewport toolbar -- Modes -- Content Browser -- Content Browser view options -- World outliner -- Details panel -- Navigating the Viewport -- BSP -- Creating BSP -- Default starting level, splash screen, and game icon -- Summary -- Chapter 2: Importing Assets -- Creating asset in a DCC application -- Creating collision meshes -- Custom collision shapes -- Unreal Engine 4 collision generator -- Simple shapes -- K-DOP shapes -- Auto convex collision -- Materials -- LOD -- Exporting and importing -- Exporting -- Importing -- Context menu -- Drag and drop -- Content Browser import -- Automatic import -- Configuring automatic import -- Result -- Summary -- Chapter 3: Materials -- Material user interface -- Toolbar -- Live preview -- Live nodes -- Live update -- Preview panel -- Details panel -- Graph panel -- Palette panel -- Common material expressions -- Constant -- Constant2Vector -- Constant3Vector -- Texture coordinate (TexCoord) -- Multiply -- Add -- Divide -- Subtract -- Texture sample (Texture2D) -- Component mask -- Linear interpolate (lerp) -- Power -- PixelDepth -- Desaturation -- Time -- Fresnel -- Material types -- Material instances -- Material Instance Constant -- Material Instance Constant example -- Material functions -- Material function example -- Summary -- Chapter 4: Post Process -- Adding Post Process -- LUT -- Post Process Materials -- Creating a Post Process Material -- Summary -- Chapter 5: Lights -- Lighting basics -- Placing lights…”
    Libro electrónico
  20. 800
    Publicado 2017
    Tabla de Contenidos: “…-- Async and the road ahead -- Better component error handling -- Rendering multiple elements and strings -- Rendering to portals -- Summary -- Chapter 2: Installing Powerful Tools for Your Project -- Approaching our project -- Installing Node.js and npm -- Installing Git -- Getting data from the Twitter Streaming API -- Filtering data with Snapkite Engine -- Creating the project structure -- Creating package.json -- Reusing Node.js modules -- Building with Webpack -- Creating a web page -- Summary -- Chapter 3: Creating Your First React Element -- Understanding the virtual DOM -- Installing React -- Creating React elements with JavaScript -- The type parameter -- The props parameter -- The children parameter -- Rendering React elements -- Creating React elements with JSX -- Summary -- Chapter 4: Creating Your First React Component -- Stateless versus stateful -- Creating your first stateless React component -- Creating your first stateful React component -- Summary -- Chapter 5: Make Your React Components Reactive -- Solving a problem using React -- Planning your React application -- Creating a container React component -- Summary -- Chapter 6: Using Your React Components with Another Library -- Using another library in your React component -- Understanding React component's lifecycle methods -- Mounting methods -- The componentWillMount method -- The componentDidMount method -- Unmounting methods -- The componentWillUnmount method -- Summary -- Chapter 7: Update Your React Components -- Understanding component lifecycle updating methods…”
    Libro electrónico