Close

Microsoft Azure Batch

Microsoft Azure Batch creates and manages a pool of compute nodes (virtual machines), installs the applications you want to run, and schedules jobs to run on the nodes. There’s no cluster or job scheduler software to install, manage, or scale.

AWS Lambda Deprecates Go Runtime

AWS Lambda Deprecates Go Runtime

AWS Lambda has announced the deprecation of the go1.x runtime, shifting its support for Go exclusively to the Amazon Linux 2 runtime. This change mandates users to migrate to the custom provided.al2 runtime by the end of the year. The decision has sparked concerns within the Go community. While the […]

Devamını Oku

AWS Batch: Streamlining High-Performance Computing Workloads

AWS Batch: Streamlining High-Performance Computing Workloads

In the fast-paced world of computing, organizations face the challenge of efficiently processing vast amounts of data. AWS Batch, a fully managed service by Amazon Web Services (AWS), offers an effective solution for executing batch computing workloads on the cloud. This article will delve into the history, key features, benefits, […]

Devamını Oku

Working With The Large ID Columns In MySQL

Working With The Large ID Columns In MySQL

Here are some suggestions to optimize the column or index: Use Appropriate Data Type If the ID consists of only numbers, consider using a numeric data type like BIGINT instead of a character-based type.If the ID is alphanumeric, use VARCHAR it instead of CHAR to save space. Consider Hashing Storing […]

Devamını Oku

Açık Kaynak Yazılımlar ile Test ve Süreç Otomasyonu

Clean Code And Team Collaboration

“Açık Kaynak Yazılımlar ile Test ve Süreç Otomasyonu” konulu seminerimizde açık kaynaklı test frameworkleri kullanılarak farklı türde ürünlerin (web, mobil, servis, desktop) testlerinde ve sürekli tekrar eden işlerin otomatize edilmesinde kullanımı sağlanabilmektedir. Kuveyt Türk’ten Test Yöneticisi Abdurrahman Akın kurumda kullanılan açık kaynak frameworkleri hakkında bilgi paylaşıp nasıl kullandığımıza ve nasıl […]

Devamını Oku