Close

(03) Teknoloji, Technology

Technology is the application of knowledge for practical purposes. It includes using tools, machines, and materials to solve problems and extend human capabilities. Technology has been around for centuries but has advanced rapidly in recent years due to advances in science and engineering.

Mac OS: xcrun: error: invalid active developer path, missing xcrun

MacOS

Git, make ya da gcc kullanımı sırasında xcrun hatası alabiliyoruz.  Ben düzgün bir dokümantasyon bulamadım.   GCC işleminde hata alıyordum. Çözmek için çok debelendim 🙂 MacOS üzerinde yazılım geliştirmenin çekirdeği Xcode üzerine kuruludur.   xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Bu sorun Xcode temellidir.   […]

Devamını Oku

Which is Better? Amazon Elasticsearch Service vs. Elasticsearch Service on Elastic Cloud

Which is Better?Amazon Elasticsearch Service vs Elasticsearch Service on Elastic Cloud

Mainly we have two alternatives for Elasticsearch usage on a cloud platform. Amazon vs Elasticsearch Firstly I am sharing a comparison info from Elasticsearch’s corporate page. AWS Elasticsearch Service: Amazon vs. Elastic The Elasticsearch Service on Elastic Cloud and Amazon Elasticsearch Service are not the same. With the Elasticsearch Service, […]

Devamını Oku

DevOps Stack

DevOps Stack

I am sharing a sample and full DevOps Stack by Simon Reymann Our whole DevOps stack consists of the following tools: The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts: for the original post and comments please visit https://stackshare.io/zimoony/decisions/104069607668616391 and my StackShare profile is https://stackshare.io/ozgurozkok

Devamını Oku

Implementation of the Travelling Salesman problem using the Genetic Algorithm

Implementation of the Travelling Salesman problem using the Genetic Algorithm

The Traveling Salesman Problem (TSP) is a well-known problem in computer science and operations research. It involves finding the shortest route that visits a given set of cities and returns to the starting point. Genetic algorithms (GAs) are famous for solving TSPs because they can find approximate solutions to complex […]

Devamını Oku

Zipkin

Zipkin is a distributed tracing system.

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based […]

Devamını Oku

Announcing Bottlerocket, a new open source Linux-based operating system purpose-built to run containers

Amazon, Amazon Web Services

Amazon Web Services (AWS) announced the public preview of Bottlerocket, a new open-source Linux-based Operating System (OS) that is purpose-built to run containers. Bottlerocket comes with a single-step update mechanism and includes only the essential software to run containers. These properties enable customers to use container orchestrators to manage OS […]

Devamını Oku

TensorFlow 2.0 Complete Course – Python Neural Networks for Beginners Tutorial

Tensor Flow

Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking to enhance their knowledge and skills in machine learning and artificial intelligence.  Throughout the 8 modules in this course you will learn about fundamental concepts and methods in ML […]

Devamını Oku

Amazon CloudWatch Nedir?

Amazon Cloudwatch

AWS kaynaklarınızın ve uygulamalarınızın AWS’de ve şirket içinde gözlemlenebilirliği Amazon CloudWatch; DevOps mühendisleri, geliştiriciler, site güvenilirliği mühendisleri (SRE’ler) ve BT yöneticilerine yönelik tasarlanmış bir izleme ve gözlemlenebilirlik hizmetidir. CloudWatch; uygulamalarınızı izleyebilmeniz, sistem geneli performans değişikliklerine yanıt verebilmeniz, kaynak kullanımını optimize edebilmeniz ve çalışma durumunun birleşik bir görünümüne sahip olabilmeniz için […]

Devamını Oku