Close

github actions

GitHub Actions is an automation platform provided by GitHub that enables developers to define, build, and execute workflows directly within their repositories.

CrowdStrike’ ın Hatalı Güncellemesiyle Oluşan Küresel Kesinti Bilişim Sistemlerini Etkiledi 

CrowdStrike' ın Hatalı Güncellemesiyle Oluşan Küresel Kesinti Bilişim Sistemlerini Etkiledi 

Bugün yayınlanan Crowdstrike güncellemesi windows temelli sistemleri çökertti. Küresel BT kesintisi, havalimanları, bankalar, sağlık hizmetleri ve küresel bazı şirketlerde kaosa neden oldu. Yanlış güncelleme Crowdstrike’ e ait olmasına rağmen sadece windows temelli bilgisayarlarda mavi ekran vererek sistemlerin açılmamasına yol açtı.  Crowdstrike yazılımı sensör adı verilen bir sistemle, işletim sisteminden önce […]

Devamını Oku

Eating One’s Own Dogfood: GitHub Using Actions and Runners for GitHub.com

Eating One's Own Dogfood: GitHub Using Actions and Runners for GitHub.com

GitHub has embraced its own GitHub Actions as a part of its continuous integration system to enhance the way it ships software. This move has allowed them to run 15,000 CI jobs across 150,000 cores, demonstrating the scalability and effectiveness of GitHub Actions. In this process, GitHub also expanded the […]

Devamını Oku

Embracing Contentment in Progress: Agile Development Through Shakespeare’s Lens

Embracing Contentment in Progress: Agile Development Through Shakespeare's Lens

In his timeless play “King Lear,” William Shakespeare presents a profound observation through the Duke of Albany: “Striving to better, oft we mar what’s well.” Though centuries old, this line resonates strikingly with modern Agile software development practices. It is a cautionary tale about the pursuit of improvement and the […]

Devamını Oku

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

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

Collaboration Made Easy: Harnessing the Power of PyCharm and GitHub Together

Collaboration Made Easy: Harnessing the Power of PyCharm and GitHub Together

What is PyCharm? PyCharm is a powerful and versatile integrated development environment (IDE) for Python programmers. It offers a range of features that help you write high-quality code faster and more efficiently. Whether working on web development, data science, machine learning, or any other Python project, PyCharm can assist you […]

Devamını Oku

Responsible AI pair programming with GitHub Copilot

Responsible AI pair programming with GitHub Copilot

What is GitHub Copilot, and how can it be used effectively and responsibly? GitHub Copilot boosts developer productivity, but using it responsibly still requires good developer and DevSecOps practices. GitHub Copilot is an AI pair programmer that uses OpenAI Codex to suggest code and even entire functions in real-time as […]

Devamını Oku

What Is GitHub Actions?

What Is GitHub Actions?

GitHub Actions is a CI/CD (Continuous Integration/Continuous Deployment) tool provided by GitHub that allows you to automate your software development workflows. It enables you to create custom workflows triggered based on events such as push and pull requests or issues made in a GitHub repository. With GitHub Actions, you can […]

Devamını Oku

Code, Commit, Deploy: Streamlining Web App Development with PyCharm and GitHub

Code, Commit, Deploy: Streamlining Web App Development with PyCharm and GitHub

PyCharm is an IDE that makes it easy to build Python applications. To build a web app in Python with PyCharm, create a new project and select the “Web Application” project type. Once you have created a new project, you will need to add the following dependencies to your project: […]

Devamını Oku