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
-
321Publicado 2019“…You'll learn how to plan your projects with Agile tools, manage your code using Git, and deploy your code through the best CI/CD systems. …”
-
322Publicado 2017“…Building a Jenkins automation server based Continuous Integration (CI) pipeline requires five specific software components: Java, Git, Apache Maven, Apache Tomcat, and Jenkins. In this course, you'll develop a solid understanding of the function of each component, how they integrate to do the work of a CI pipeline, and how to install each component. …”
-
323Publicado 2023Tabla de Contenidos: “…We will process API data, render it in React, and display images generated by the API. We will set up a GitHub repository. We will deploy the React app to GitHub. …”
Video -
324Publicado 2024“…Next, you'll explore the manual creation of CI pipelines. From forking Git repositories to creating build jobs for Java applications, each step is designed to build your confidence and expertise. …”
Vídeo online -
325Publicado 2023“…Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) writing regular expressions and other programs. …”
Grabación no musical -
326Publicado 2022“…Lessons Covered Include: 1.0 Introduction to Course 1.1 Introduction to Python Statements with Colab, IPython and GitHub CodeSpaces 2.0 Introduction to Python functions from simple to complex with Closure, and Decorators 3.0 Build a simple NLP Tool with TextBlob, Wikipedia and Python Fire command-line tool 4.0 Build an end-to-end NLP Microservice with FastAPI, ECR and AWS App Runner. …”
Video -
327Publicado 2023“…Use AI-assisted coding tools like GitHub Copilot and ChatGPT to turn your ideas into applications faster than ever. …”
Video -
328Publicado 2023Tabla de Contenidos: “…Installing and configuring Git -- D.1 Installing Git -- D.2 Configuring Git -- Appendix E. …”
Libro electrónico -
329Publicado 2017Tabla de Contenidos: “…-- Readability -- Libraries and community -- Interactive mode -- Scalable -- Understanding the twelve-factor app -- Setting up the Python environment -- Installing Git -- Installing Git on Debian-based distribution Linux (such as Ubuntu) -- Seting up Git on a Debian-based distribution -- Installing Git on Windows -- Using Chocolatey -- Installing Git on Mac -- Installing the command-line tools for OS X -- Installing Git for OS X -- Installing and configuring Python -- Installing Python on a Debian-based distribution (such as Ubuntu) -- Using the APT package management tools -- Using source code -- Installing Python on Windows -- Installing Python on Mac -- Installing the command-line tools for OS X -- Installing Python for OS X -- Getting familiar with the GitHub and Git commands -- Summary -- Chapter 2: Building Microservices in Python -- Python concepts -- Modules -- Functions -- Modeling microservices -- Building microservices -- Building resource user methods -- GET /api/v1/users -- GET /api/v1/users/[user_id] -- POST /api/v1/users -- DELETE /api/v1/users -- PUT /api/v1/users -- Building resource tweets methods -- GET /api/v2/tweets -- POST /api/v2/tweets -- GET /api/v2/tweets/[id] -- Testing the RESTful API -- Unit testing -- Summary…”
Libro electrónico -
330Publicado 2022Tabla de Contenidos: “…-- Chapter 2: Setting Up the Environment -- Microsoft Account and Azure Subscription -- GitHub Account -- GitHub Repo -- Naming the Repository -- Add a README File -- Add a .gitignore -- Choose a License -- Default Branch -- Git -- Clone the Repository to Our Machine -- Visual Studio 2022 -- Other Languages -- Conclusion -- Chapter 3: Creating the Application -- Technical Requirements -- A Brief Introduction to Git -- Clone -- Pull -- Commit -- Push -- Creating the Client Application -- Exploring the Scaffolded Blazor App -- Application Root Folder: Client -- Program.cs -- _Imports.razor -- App.razor -- wwwroot Folder -- CSS Folder -- index.html -- Shared Folder -- MainLayout.razor -- NavMenu.razor -- Pages Folder -- Index.razor -- Counter.razor -- FetchData.razor -- Running the Application -- Adding the API Application -- Creating the Azure Function Project -- Consuming the Function in the Client App -- Create a Function to Deliver the Weather Forecast -- Call the Function from the Client Application -- Pushing to GitHub -- Conclusion -- Chapter 4: Creating the Static Web App -- Technical Requirements -- Create Resource Group -- Create the Static Web App -- Base Information -- Logging In to GitHub -- Setup for the Blazor Build -- Opening the New Resource -- Overview of the GitHub Workflow -- Viewing the Deployed Application -- Conclusion -- Chapter 5: Simple Debugging -- Technical Requirements -- Local vs. …”
Libro electrónico -
331Publicado 2022Tabla de Contenidos: “…Table of Contents An Introduction to Azure Bicep Installing Azure Bicep Authoring Experience Compiling and Decompiling Bicep Files Defining Resources Using Parameters, Variables, and Template Functions Understanding Expressions, Symbolic Names, Conditions and Loops Defining Modules and Utilizing Outputs Deploying a Local Template Deploying Bicep Using Azure DevOps Deploying Bicep Templates Using GitHub Actions Exploring Best Practices for Future Maintenance…”
Libro electrónico -
332Publicado 2016Tabla de Contenidos: “…; Writing the code; Running the code; Deploying our application to production; Setting up a Virtual Private Server; Configuring our server; Installing and using Git; Serving our Flask app with WSGI; Configuring Apache to serve our Flask application; Summary; Chapter 2: Getting Started with Our Headlines Project…”
Libro electrónico -
333Tabla de Contenidos: “…Introducing the Rails Framework -- Getting Started -- Getting Something Running -- Introduction to the Ruby Language -- Working with a Database: Active Record -- Advanced Active Record: Enhancing Your Models -- Action Pack: Working with the View and the Controller -- Advanced Action Pack -- JavaScript and CSS -- Sending and Receiving Email -- Testing Your Application --Internationalization -- Deploying Your Rails Applications -- Appendix A: Databases 101 -- Appendix B: The Rails Community -- Appendix C: Git…”
Libro electrónico -
334por Callaghan, Michael D.Tabla de Contenidos: “…-- Part IV: Source Control -- 18: Fixing Broken Git Commits -- 19: Archiving Your Git Repositories -- Part V: Communication and Training -- 20: How We Learn and Teach -- 21: Slow Down to be Noticed -- 22: Watch Your Language -- 23: Agile Planning and Management with Trello -- Part VI: Other Topics -- 24: Automate Screenshots with Protractor -- 25: Image Repositories. …”
Publicado 2024
Libro electrónico -
335Publicado 2023Tabla de Contenidos: “…-- (Re)introducing Vue Router -- Navigation guards -- Defaults and error pages -- Summary -- Part 4: Release and Deployment -- Chapter 11: Feature Flags -- Technical requirements -- An introduction to feature flags -- Feature flag configuration -- Use cases for using feature flags -- Installing the feature flag server -- The high-level architecture of feature flags -- Integration of the feature flag -- Web application -- Microservice integration -- Summary -- Chapter 12: Building Continuous Integration -- Technical requirements -- Importance of CI -- Setting up GitHub -- GitHub Actions -- Publishing Docker images -- Dockerfile -- GitHub Packages -- Publishing to GitHub Packages…”
Libro electrónico -
336Publicado 2021Tabla de Contenidos: “…Chapter 1 : Editors -- Chapter 2 : Setting up the Development Environment using Docker -- Chapter 3 : Repositories and Git -- Chapter 4 : Basic Programming using Python -- Chapter 5 : Coding Styles, Refactoring and Code Calisthenics -- Chapter 6 : Database and Database Design -- Chapter 7 RESTful APIS using flask -- Chapter 8 Testing and Code Quality -- Chapter 9 Planning and designing your code -- Chapter 10 Security -- Chapter 11 CI/CD…”
Libro electrónico -
337Publicado 2021“…This book will show you how to customize the platform, work with developer tools such as Git and SSH, and more, while equipping you with the skills you need in the real world…”
Libro electrónico -
338por Nwaiwu, Ikenna“…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…”
Publicado 2024
Libro electrónico -
339Publicado 2019“…Throughout this course you will learn about: Setting up development environments (Libraries, Extensions, IDE's, Virtualenv) Work with the Administration panel Working with a GitHub repository Push projects from local systems to GitHub Working with Django Heroku (STATICROOT, WSGI, gunicorn) Hiding secret keys, DEBUG , Allowed Host, Database Information Working with Django security and database updates After completing this course, you will be ready to work on beginner-level projects as an intern, fresher, or freelancer and you will also be able to implement everything yourself! …”
-
340Publicado 2022Tabla de Contenidos: “…Understanding Ansible modules -- Improving your playbooks with roles -- Executing Ansible -- Using the preview or dry run option -- Increasing the log level output -- Protecting data with Ansible Vault -- Using variables in Ansible for better configuration -- Protecting sensitive data with Ansible Vault -- Using a dynamic inventory for an Azure infrastructure -- Summary -- Questions -- Further reading -- Chapter 4: Optimizing Infrastructure Deployment with Packer -- Technical requirements -- An overview of Packer -- Installing Packer -- Creating Packer templates for Azure VMs with scripts -- The structure of the Packer template -- Building an Azure image with the Packer template -- Using Ansible in a Packer template -- Writing the Ansible playbook -- Integrating an Ansible playbook in a Packer template -- Executing Packer -- Configuring Packer to authenticate to Azure -- Checking the validity of the Packer template -- Running Packer to generate our VM image -- Writing Packer templates with HCL format -- Using a Packer image with Terraform -- Summary -- Questions -- Further reading -- Chapter 5: Authoring the Development Environment with Vagrant -- Technical requirements -- Installing Vagrant -- Installing manually on Windows -- Installing Vagrant by script on Windows -- Installing Vagrant by script on Linux -- Writing a Vagrant configuration file -- Using Vagrant Cloud for Vagrant Boxes -- Writing the Vagrant configuration file -- Creating a local VM using the Vagrant CLI -- Creating the VM -- Connecting to the VM -- Summary -- Questions -- Further reading -- Section 2: DevOps CI/CD Pipeline -- Chapter 6: Managing Your Source Code with Git -- Technical requirements -- Overviewing Git and its principal command lines -- Git installation -- Git configuration -- Useful Git vocabulary -- Git command lines…”
Libro electrónico