Close

teamcity

TeamCity is a continuous integration and delivery (CI/CD) server used to automate the software development process. Various organizations, including Google, Facebook, and Amazon, use it. It was created by JetBrains in 2004.

Harnessing the Power of GitHub Actions

Harnessing the Power of GitHub Actions

In the vast ecosystem of DevOps tools, GitHub Actions has emerged as a powerful and flexible solution for automating software workflows. Integrated directly into the GitHub platform, developers can automate, customize, and execute their software development workflows in their repositories. In this article, we’ll dive deep into GitHub Actions, exploring […]

Devamını Oku

CI/CD (Continuous Integration/Deployment) for Beginners: A Quick Guide to Implementing a DevOps Workflow

CI/CD (Continuous Integration/Continuous Deployment)

CI/CD (Continuous Integration/Continuous Deployment) is a set of practices and tools to automate software building, testing, and deploying. It’s essential to modern software development, helping teams release software more frequently and confidently. Continuous Integration (CI) is the practice of automatically building and testing your code every time a change is […]

Devamını Oku

GitHub, Actions, CodeSpaces

GitHub, Actions, CodeSpaces

GitHub is a code hosting platform for version control and collaboration. It offers a variety of features, including: GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your software development workflows. It offers a variety of features, including: GitHub Codespaces is a cloud-based […]

Devamını Oku

SonarQube for Python: The Guardian Angel of Code Quality

SonarQube for Python: The Guardian Angel of Code Quality

SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. It provides automated reviews with static code analysis to detect bugs and code smells in 29 programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security […]

Devamını Oku

TeamCity 2020.1.4 has been released.

TeamCity 2020.1.4 has been released.

Posted on September 10, 2020, by Maria Kudryavtseva The new TeamCity update is ready. In version 2020.1.4, we focused on fixing bugs and improving TeamCity’s performance and usability. See the complete list of 40+ resolved issues in our release notes. As with any bugfix update, 2020.1.4 shares the data format with other 2020.1.x releases, […]

Devamını Oku