Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 386
- Application software 267
- Computer software 161
- Cloud computing 119
- Git (Computer file) 116
- Computer programming 99
- Open source software 85
- Python (Computer program language) 79
- Computer programs 68
- Web site development 67
- Web applications 58
- Management 50
- Software engineering 48
- Application program interfaces (Computer software) 47
- Microsoft .NET Framework 44
- Artificial intelligence 43
- Programming 43
- JavaScript (Computer program language) 40
- Machine learning 40
- Design 39
- Java (Computer program language) 36
- Web sites 35
- Electronic data processing 31
- Computer networks 29
- Linux 29
- Programming languages (Electronic computers) 29
- Data mining 25
- Operating systems (Computers) 25
- Software architecture 24
- Testing 24
-
361Publicado 2017Tabla de Contenidos: “…Custom Angular service for serving login functionality -- Summary -- Chapter 11: Deploying the Web Application -- Introduction to CI and CD -- Setting up Jenkins and GitLab -- Setting up Jenkins -- Setting up GitLab -- Setting up GitLab and Jenkins using Docker Compose -- Configuring GitLab as a code repository -- Creating Jenkins jobs for CI -- Configuring Jenkins and GitLab for CI/CD& -- #160 -- -- Configuring webhooks in GitLab -- Configuring Jenkins for automated build triggers -- Configuring Jenkins jobs for CD -- Deploying Angular app in production -- Angular app deployed on separate server -- Angular app deployed on Spring app server -- Summary -- Index…”
Libro electrónico -
362Publicado 2023Tabla de Contenidos: “…-- Refactoring tools in PyCharm -- Documentation -- Working with docstrings -- Summary -- Questions -- Further reading -- Version Control with Git in PyCharm -- Technical requirements -- Version control and Git essentials -- Setting up Git on your computer -- Setting your default username and email address -- Generating an SSH key -- Adding your SSH key to your GitHub account -- Setting up a repository manually -- Master versus main branches in GitHub -- Manually initializing the repository -- Working with remotes -- Adding a remote on GitHub -- The first push -- Making, committing, and pushing a change -- Working with Git in the IDE -- Version control in PyCharm -- Creating a new project from scratch using VCS tooling in PyCharm -- Initializing the local Git repository -- Adding a remote on GitHub -- Adding project files -- Adding a .gitignore file -- Pulling and pushing…”
Libro electrónico -
363por Jackson, SimonTabla de Contenidos: “…Upload Artifacts, Build, and Publish -- 8. Create Releases on GitHub -- 9. Update Project Management Solutions and Workflows -- 10. …”
Publicado 2023
Libro electrónico -
364Publicado 2016Tabla de Contenidos: “…Virtual hosts : making many out of one -- ch. 7. Get together on GitHub -- ch. 8. Google Chrome : browsing a page and reading its code -- ch. 9. …”
Libro electrónico -
365Tabla de Contenidos: “…Introducing VirtualBox, Git, and Vagrant -- 4. Linux Basics -- 5. Users and Groups -- 6. …”
Libro electrónico -
366por Uphill, ThomasTabla de Contenidos: “…Discovery timeoutDebugging and logging; Direct addressing; Time synchronization; Summary; Chapter 6: PuppetDB and Puppet Server; PuppetDB; Puppet Server; Debugging Ruby; Logging; Reports; Time; Summary; Chapter 7: Help Me!; Puppet Forge/GitHub; Community help; IRC channels; Puppet user groups; Puppet Labs; Summary; Index…”
Publicado 2015
Libro electrónico -
367Publicado 2015“…Topics that will be covered in this presentation include:Installing FlaskUsing Jinja2 templatesHandling web formsCreating a REST APIAt the end of the session the complete application will be pushed to a GitHub repository, so that you can experiment with it on your own…”
-
368Publicado 2020“…The first chapter of the fourth part compares the drugs that can be used in the treatment of goat diseases, while the second chapter describes the parasites of the gastrointestinal tract (GIT)…”
Libro electrónico -
369Publicado 2024“…You’ll discover tools and process improvements that give you important quick wins, including API governance using the Spectral API linter and establishing an efficient CI/CD pipeline with GitHub Actions. You’ll even discover how to use the powerful OpenAPI Generator to automatically create client and server code from your API definitions…”
Vídeo online -
370Publicado 2019“…"The mantra with Git is 'commit early, commit often.' With deep insight into your applications, you can deploy early and deploy often. …”
Vídeo online -
371Publicado 2021Tabla de Contenidos: “…Chapter 1: Don't -- Chapter 2: The Fault in Our Stars -- Chapter 3: Don't Reinvent the Wheel -- Chapter 4: Choose Your Arsenal -- Chapter 5: It's All in My Head/ Don't Keep It All in Your Head -- Chapter 6: A Stitch in Time Saves Nine -- Chapter 7: Git Good -- Chapter 8: Get Smart! -- Chapter 9: Game Design - The Three musketeers! …”
Libro electrónico -
372por Somerville, Brady. author, Gamble, Adam. author, Carneiro Jr., Cloves. author, Al Barazi, Rida. authorTabla de Contenidos: “…The Rails Community -- C. Git…”
Publicado 2020
Libro electrónico -
373Publicado 2018Tabla de Contenidos: “…. -- Automatic syntax-checking with Git hooks -- How to do it... -- How it works... -- Pushing code around with Git -- Getting ready -- How to do it... -- How it works... -- Managing environments with Git -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 3: Writing Better Manifests -- Introduction -- Using arrays of resources -- How to do it... -- How it works... -- There's more... -- See also -- Using resource defaults -- How to do it... -- How it works... -- There's more... -- Using defined types -- How to do it... -- How it works... -- There's more... -- See also -- Using tags -- How to do it... -- There's more... -- Using run stages -- How to do it... -- How it works... -- There's more... -- See also -- Using roles and profiles -- How to do it... -- How it works... -- There's more... -- Using data types in Puppet -- How to do it... -- There's more... -- Passing parameters to classes -- How to do it... -- How it works... -- There's more... -- Specifying default values -- Passing parameters from Hiera -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing reusable, cross-platform manifests -- How to do it... -- How it works... -- There's more... -- See also -- Getting information about the environment -- How to do it... -- How it works... -- There's more... -- See also -- Importing dynamic information -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Passing arguments to shell commands -- How to do it... -- How it works... -- Chapter 4: Working with Files and Packages -- Introduction -- Making quick edits to config files -- Getting ready -- How to do it... -- How it works... -- There's more…”
Libro electrónico -
374Publicado 2023Tabla de Contenidos: “…Adding applications deployable from vSphere -- Adding an AWS EC2 AMI build -- Using HashiCorp Vault for credentials -- Adding an Azure build -- Adding a Google GCP build -- Parallel builds -- CI testing against multiple OS releases -- Pitfalls and things to avoid -- Summary -- Chapter 7: Building an Image Hierarchy -- Technical requirements -- Starting with LXC/LXD images -- Docker container image format -- Podman plugin for the OCI container image format -- Base image strategy -- Aggregation and branching out multiple pipelines -- Summary -- Chapter 8: Scaling Large Builds -- Technical requirements -- Speeding up your builds with parallel processes -- Preventing parallel processes from causing DoS -- Troubleshooting logs in a parallel world -- Using image compression -- Selecting a compression algorithm for Packer images -- Selecting the right storage type for the image lifecycle -- Building delta and patch strategies -- Summary -- Part 3: Advanced Customized Packer -- Chapter 9: Managing the Image Lifecycle -- Technical requirements -- Tracking image lifecycle -- Using the manifest post-processor -- Creating a retention policy -- Summary -- Chapter 10: Using HCP Packer -- Technical requirements -- Creating an HCP organization -- Configuring HCP Packer in your templates -- Using HCP ancestry -- Consuming HCP Packer from Terraform -- Exploring the HCP REST API -- Summary -- Chapter 11: Automating Packer Builds -- Technical requirements: -- Identifying common automation requirements -- Exploring basic GitHub Actions support -- Exploring GitLab CI pipeline support -- Using HashiCorp Vault integration for automation -- GitLab CI -- GitHub Actions -- Summary -- Chapter 12: Developing Packer Plugins -- Technical requirements -- Basics of Go -- Sample plugin source -- Building and testing your plugin -- Protecting Packer from bad plugins -- Summary…”
Libro electrónico -
375Publicado 2016Tabla de Contenidos: “…Chapter 2: Setting Up and Managing Code RepositoriesIntroduction; Creating a Git repository in an existing TFVC Team Project; Enabling code analysis check-in policy; Performing a baseless merge between sibling branches in TFVC; Reparenting a branch in TFVC; Unlocking files checked out by someone else; Unshelving a shelveset created in one branch to another branch; Ignoring file types from check-in using .tfignore and .gitignore; Conducting code reviews in TFS; Setting up policies for branches in Git; Conducting Pull requests in TFS; Analyzing code churn with TFS analysis services cube…”
Libro electrónico -
376Publicado 2023Tabla de Contenidos: “…Triggers and gating -- Feature flags -- Enabling GitHub Actions for CI/CD implementation -- GitHub Actions for continuous integration -- GitHub Actions for continuous deployment -- Choosing an Integration Test Suite Methodology -- Summary -- Questions -- Further reading -- Chapter 9: Fault Injection and Chaos Testing -- Technical requirements -- Fault tolerance and fault injection -- Anticipating and tolerating faults -- Using your faults against you -- Chaos testing -- The order of chaos engineering -- Implementing fault injection and chaos tests -- Starting with Chaos Mesh -- Using Azure Chaos Studio -- Summary -- Questions -- Further reading -- Part 3: Testing and Deploying Microservices -- Chapter 10: Modern Design Patterns for Scalability -- Technical requirements -- Mechanisms for autoscaling -- Compute and CPU load -- Disk and I/O load -- Request and network load -- Memory-intensive operations -- Implementing autoscaling for Kubernetes services -- Native Kubernetes options -- Cloud platform options -- Third-party plugins -- Implementing autoscaling for Azure App Service -- Common platform options -- Adjustments for Web Apps -- Adjustments for API Apps -- Summary -- Questions -- Further reading -- Chapter 11: Minimizing Data Loss -- Technical requirements -- Preventing data loss -- Data consistency paradigms -- ACID paradigm/immediate consistency -- BASE paradigm / eventual consistency -- The Saga pattern -- Command query responsibility segregation (CQRS) -- Identifying acceptable data loss -- Acceptable and unacceptable data loss -- Methods of data loss -- Delivery guarantees -- At-most-once delivery -- At-least-once delivery -- Effectively-once delivery -- Data loss implications -- Summary -- Questions -- Further reading -- Chapter 12: Service and Application Resiliency -- Technical requirements -- Resiliency through cloud-native patterns…”
Libro electrónico -
377Publicado 2024Tabla de Contenidos: “…Preparing our app for release -- Add analytics to your app -- Add crash reporting to your app -- Turn off logging and debugging -- Internationalize and localize your app -- Improve error messages -- Test your app on different devices -- Provide proper feedback channels -- Reduce the size of your app -- Use the Android App Bundle -- Enable minification and obfuscation -- Releasing our app to the Google Play Store -- Creating our first release -- An overview of Google Play Store policies -- Summary -- Chapter 14: Continuous Integration and Continuous Deployment -- Technical requirements -- Setting up GitHub Actions -- Benefits of CI/CD -- How CI/CD works -- Setting up GitHub Actions -- Running lint checks and tests on GitHub Actions -- Deploying to Play Store using GitHub Actions -- Summary -- Chapter 15: Improving Your App -- Technical requirements -- Using Firebase Crashlytics to detect crashes -- Setting up Google Analytics -- Improving app engagement with Firebase Messaging -- Securing your app -- Summary -- Index -- Other Books You May Enjoy…”
Libro electrónico -
378por Tomlinson, Todd. authorTabla de Contenidos: “…Multilingual Capabilities -- 16. Using Git -- 17. Putting it All Together -- 18. Administering Your Backdrop Site -- 19. …”
Publicado 2016
Libro electrónico -
379Tabla de Contenidos: “…Distributed Version Control; Team Foundation Version Control; Git ; Version Control and Continuous Delivery ; Branching and Continuous Delivery ; Working on Mainline ; Embracing Code Reviews…”
Libro electrónico -
380por Komatineni, SatyaTabla de Contenidos: “…Taking Advantage of Android Source CodeBrowsing Android Sources Online; Using Git to Download Android Sources; Installing Git; Testing the Git Installation; Downloading Android Repositories; The Sample Projects in this Book; Summary; Chapter 2: Setting Up Your Development Environment; Setting Up Your Environment; Downloading JDK 6; Downloading Eclipse 3.6; Downloading the Android SDK; Updating Your PATH Environment Variable; The Tools Window; Installing Android Development Tools (ADT); Learning the Fundamental Components; View; Activity; Fragment; Intent; Content Provider; Service…”
Publicado 2012
Libro electrónico