The document provides an introduction to HTML and CSS for a WWW course. It discusses various HTML tags such as headings, paragraphs, lists, tables, and forms. It also covers CSS topics like the syntax, selectors, and properties for width and height. Students are assigned to improve their flower shop website by adding more pages that introduce the shop, showcases, and about page using images and various HTML elements and tags.
Software Development Process Seminar at HUIKMS Technology
The document discusses KMS Technology's software development process and practices. It shares that KMS uses a CMMi-based process as well as agile methods like Scrum. The agenda covers KMS's practices around estimation and planning, customer expectations, quality, and addressing challenges of using agile with distributed teams. Case studies are presented on projects for WSG and CheckpointHR. Relationship building, communication tools, and ensuring equal engagement of onshore and offshore teams are some solutions discussed for distributed agile teams.
This document provides an overview of Google products that can be used to support collaboration, including Google Drive, Docs, Slides, Sheets, Forms, and Hangouts. It highlights key features of each tool and provides tips for using them, such as having students collaboratively edit documents in Docs, create and share presentations in Slides, and track data in Sheets. Video conferencing options through Hangouts are also demonstrated.
This slide deck that Mr. Minh Tran - KMS's Software Architect shared at "Java-Trends and Career Opportunities" seminar of Information Technology Center of HCMC University of Science.
The document provides an introduction to JavaScript and jQuery. It discusses what JavaScript and jQuery are, how to add them to web pages, and basic syntax and concepts for both languages. It also covers selecting elements with jQuery, attaching events to elements, and responding to events by performing actions. The document is intended to teach the basics of JavaScript and get readers started with jQuery.
This document provides an overview and introduction to design patterns. It discusses creational, structural, and behavioral patterns. For each category it briefly introduces and describes the intent and use of some common patterns, including Factory Method, Singleton, Decorator, Facade, Command, Iterator, and Observer. It also includes diagrams to illustrate the relationships between objects in sample implementations.
The document discusses Python functions, including defining functions with def statements, variable scopes according to the LEGB rule, passing arguments by assignment, and advanced function concepts like nested functions and nonlocal declarations to modify variables in enclosing scopes. It provides examples of function basics, scopes, arguments, and advanced function techniques in Python.
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOpsKMS Technology
DevOps is a spectacular mish-mash of development and operations processes and practices that has been growing increasingly popular in recent years. With the upward trending rate in adoption comes the need for organizations to fully understand the key practices as well as thoroughly integrating team members, especially testers, throughout the delivery pipeline. Getting started with DevOps practices can be a little tricky when choosing the right tools, people, and processes. In this webinar, we’ll focus on helping you make the switch without diminishing the team’s delivered product quality, so that the transition meets the enterprise objectives of speed and reliability.
Tune in to learn:
The biggest concern when moving to DevOps - and how to handle it
Why you need ‘Coding Testers’
The best tools for the job
The process of failing fast, and its significance to testers
Measuring the transition - recommended metrics
The value of DevOps long-term - efficiency, repeatability & reliability
Don’t worry about failing - it’s a part of the process!
The document provides an introduction to HTML and CSS for a WWW course. It discusses various HTML tags such as headings, paragraphs, lists, tables, and forms. It also covers CSS topics like the syntax, selectors, and properties for width and height. Students are assigned to improve their flower shop website by adding more pages that introduce the shop, showcases, and about page using images and various HTML elements and tags.
Software Development Process Seminar at HUIKMS Technology
The document discusses KMS Technology's software development process and practices. It shares that KMS uses a CMMi-based process as well as agile methods like Scrum. The agenda covers KMS's practices around estimation and planning, customer expectations, quality, and addressing challenges of using agile with distributed teams. Case studies are presented on projects for WSG and CheckpointHR. Relationship building, communication tools, and ensuring equal engagement of onshore and offshore teams are some solutions discussed for distributed agile teams.
This document provides an overview of Google products that can be used to support collaboration, including Google Drive, Docs, Slides, Sheets, Forms, and Hangouts. It highlights key features of each tool and provides tips for using them, such as having students collaboratively edit documents in Docs, create and share presentations in Slides, and track data in Sheets. Video conferencing options through Hangouts are also demonstrated.
This slide deck that Mr. Minh Tran - KMS's Software Architect shared at "Java-Trends and Career Opportunities" seminar of Information Technology Center of HCMC University of Science.
The document provides an introduction to JavaScript and jQuery. It discusses what JavaScript and jQuery are, how to add them to web pages, and basic syntax and concepts for both languages. It also covers selecting elements with jQuery, attaching events to elements, and responding to events by performing actions. The document is intended to teach the basics of JavaScript and get readers started with jQuery.
This document provides an overview and introduction to design patterns. It discusses creational, structural, and behavioral patterns. For each category it briefly introduces and describes the intent and use of some common patterns, including Factory Method, Singleton, Decorator, Facade, Command, Iterator, and Observer. It also includes diagrams to illustrate the relationships between objects in sample implementations.
The document discusses Python functions, including defining functions with def statements, variable scopes according to the LEGB rule, passing arguments by assignment, and advanced function concepts like nested functions and nonlocal declarations to modify variables in enclosing scopes. It provides examples of function basics, scopes, arguments, and advanced function techniques in Python.
[Webinar] Test First, Fail Fast - Simplifying the Tester's Transition to DevOpsKMS Technology
DevOps is a spectacular mish-mash of development and operations processes and practices that has been growing increasingly popular in recent years. With the upward trending rate in adoption comes the need for organizations to fully understand the key practices as well as thoroughly integrating team members, especially testers, throughout the delivery pipeline. Getting started with DevOps practices can be a little tricky when choosing the right tools, people, and processes. In this webinar, we’ll focus on helping you make the switch without diminishing the team’s delivered product quality, so that the transition meets the enterprise objectives of speed and reliability.
Tune in to learn:
The biggest concern when moving to DevOps - and how to handle it
Why you need ‘Coding Testers’
The best tools for the job
The process of failing fast, and its significance to testers
Measuring the transition - recommended metrics
The value of DevOps long-term - efficiency, repeatability & reliability
Don’t worry about failing - it’s a part of the process!
Git có rất nhiều cách sử dụng nên việc ghi nhớ các lệnh khác nhau của nó có thể khá là khó khăn, đó là lý do tại sao mình đã tạo ra "Bảng Cửu Chương Git" này.
https://niithanoi.edu.vn/git-la-gi.html
02_BAI 2 HUONG DAN ROS2 aaaaaaaaaaaaaaaaaaaaaaaaaacaptainmeep06
Ad
Git Using - pythonvietnam.info
1. github.com/
pythonvietnam/
xxx
localhost
github.com/
ducnc/xxx
fork
pull
clone
push
git remote
git fetch
git merge
git add
git commit
Khởi tạo
#Clone một repo
git clone https://github.com/pythonvietnam/
openstack
#Tạo mới một repo
git init
Local Changes
#Kiểm tra các file thay đổi trong thư mục làm việc
git status
#Add lần lượt các file
git add file1 file2 file3
#Add tất cả các file
git add .
git commit -m “comment”
#Commit tất cả các file
git commit -a -m “comment”
#Hiển thị tất cả các commit
git log
Update and publish
#Danh sách các remote link
git remote -v
#Thêm một remote link
git remote add <name> <url>
#Tải về từ <remote> nhưng không ghi vào HEAD
git fetch <remote>
#Tải về từ <remote> và tự động merge vào HEAD
git pull <remote>
#Publish lên <branch> tại <remote>
git push <remote> <branch>
Branch
#Chuyển sang <branch> khác
git checkout <branch>
#Tạo và chuyển sang một <branch> mới
git checkout -b <new_branch>
git brach <new_brach>
#Trộn <branch> vào brach hiện tại
git merge <branch>