
A warm welcome to all the learners to this course - TeamCity: Learn continuous integration with TeamCity. This lecture provides a high level overview of the course.
It gives you a brief background about your instructor
It also provides some guidelines to the learners
This video explains the term "continuous integration" in brief.
This video explains the benefits of continuous integration and why we should consider implementing it within our organizations.
A quick overview of the tools and frameworks available to us for implementing continuous integration.
A brief overview of TeamCity product which is built by JetBrains
Here is hard evidence that the demand and salaries for TeamCity has been on the rise in past few years.
This video provides a list of most prominent features of TeamCity. It also provides an overview of key terms, concepts and system requirements for TeamCity.
In this video we will go over the process of installing the TeamCity server in a Windows environment.
In this video we will go over the process of installing the TeamCity server in a Linux environment.
In this video we will go over the process of installing the TeamCity build agent in a Windows environment.
In this video we will go over the process of installing the TeamCity build agent in a Linux environment.
This lecture provides a comprehensive overview of the core features of TeamCity including - projects, build configurations, build runners, triggers etc.
Automated testing is very important for a successful implementation of a continuous integration pipeline.
We will be using SQL Server as our backend database engine. The Northwind database - which is a popular sample database for SQL Server will be used for the demo projects. In this video we will have a quick look at the schema for our Northwind database.
Change and version management for relational databases in an automated build environment is very challenging. In this video we will get familiar with an excellent framework called RoundHousE which will help us accomplish this task with ease.
A quick look at the .NET RESTful API project which provides a listing of products stored within Northwind database.
Implementation of a continuous integration pipeline for .NET project within TeamCity
A quick verification that VCS trigger actually triggers a new build within TeamCity when code changes are detected in .NET code
A quick verification that VCS trigger actually triggers a new build within TeamCity when code changes are detected in SQL code within the .NET project
A quick look at the Java RESTful API project which provides a listing of products stored within Northwind database.
A quick look at the Java RESTful API project which provides a listing of products stored within Northwind database.
Implementation of a continuous integration pipeline for JAVA project within TeamCity
A quick verification that VCS trigger actually triggers a new build within TeamCity when code changes are detected in JAVA code
A quick verification that VCS trigger actually triggers a new build within TeamCity when code changes are detected in SQL code within JAVA project
A look at how we can install and configure custom plugins and extend the core functionality of TeamCity
Today the technology sector is experiencing a boom throughout the world. There are hundreds of startups launching every day. In order to move fast - these startups need people who are skilled at automating as much as possible. Mostly progressive startups - favor implementing completely automated DevOps pipelines from the get go. They realize that these practices of continuous integration (CI) and DevOps will yield tremendous benefits regarding speed and agility. The demand for these skills has been steadily rising over the last few years.
TeamCity is a very popular, mature and feature-rich toolset which enables us to build very sophisticated automated build pipelines very quickly. It has extensive community support which has augmented the core functionality of TeamCity by building and sharing hundreds of very useful plugins. Implementing continuous integration with TeamCity can help us immensely in reducing the risk within our software development lifecycle. It catches us bugs early and increases the quality of our software products. This, in turn, reduces the overall cost to develop innovative software in any environment - startups and enterprise alike.
The demand for professionals who have experience with these tools has been growing steadily over the last few years. The salaries and consulting rates for these skills have also been rising and are only bound to go up as the demand for these skills remains steady or increases.
In this course we will: