Close

Grafana tool

Grafana is a multi-platform open-source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources. It can be easily installed using Docker or Docker Compose.

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

Grafana Loki OSS | Log aggregation system

Grafana Loki OSS | Log aggregation system

Grafana Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. Developed by Grafana Labs, Loki is designed to be cost-effective and easy to operate. Unlike traditional log aggregation systems, Loki does not index the content of logs. Instead, it indexes a set of labels associated […]

Devamını Oku

Prometheus: The Guardian of Metrics

Prometheus: The Guardian of Metrics

In monitoring and alerting, Prometheus shines brightly, illuminating the path for developers and system administrators. Born from the churning cauldron of dynamic cloud environments, Prometheus emerged as a beacon for those seeking insights into their systems. Let’s embark on an odyssey to understand this titan of metrics. The Chronicles: Tracing […]

Devamını Oku

The four values of the Agile Manifesto

The four values of the Agile Manifesto

The Agile Manifesto is a set of guiding values and principles for Agile software development. It consists of four fundamental values: The Agile Manifesto is a set of guiding values prioritizing people, working software, customer collaboration, and adaptability in software development. They are meant to be applied flexibly, depending on […]

Devamını Oku

Foreign food delivery drivers stage rare strike in Dubai

Foreign food delivery drivers stage rare strike in Dubai

Foreign food-delivery workers in the United Arab Emirates staged a mass walk-out on Monday, calling for better pay and working conditions in a rare act of industrial action in the Gulf state. This month, the strike comes after foreign workers forced another food delivery company to suspend plans to cut […]

Devamını Oku

How Scrum Artifacts Drive Team Collaboration

Agile scrum artefacts

What agile scrum artifacts are, and how can they help during your product development? Artifacts in Agile Scrum are information used by a scrum team and stakeholders to detail the product being developed, the actions taken to produce it, and the actions performed during the project. The agile scrum artifacts […]

Devamını Oku

The Difference Between Commitment and Involvement

The Difference Between Commitment and Involvement

Commitment and involvement are two related yet distinct concepts in teamwork and collaboration. Commitment refers to the level of dedication and pledge that an individual or team has toward achieving a particular goal or objective. It is about being fully invested in the success of a project or task and […]

Devamını Oku

How to use Agile principles to deliver high-quality software on time and within budget

How to use Agile principles to deliver high-quality software on time and within budget

Agile software development is a methodology that emphasizes flexibility and collaboration. Agile teams work in short cycles, or sprints, to deliver working software regularly. This allows them to respond quickly to changes in requirements and ensure that the final product meets the customer’s needs. The Agile Lifecycle The Agile lifecycle […]

Devamını Oku

.NET AutoMapper Nedir?

dotNet Core MVC

.NET MVC ile bir proje yaptığımızda Model ve  View arasında alanları eşlemek sıkıcı ve hataya açık bir iş olabiliyor.  AutoMapper bu iş Için üretilmiştir.  Aslında automapper iki nesneyi birbirine eşleyen karmaşık koddan kurtulmak için oluşturulan basit bir kütüphanedir. Kendine has bir kullanımı vardır.  Automapper’ i kurmak için Nuget Packages üzerinde […]

Devamını Oku