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
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
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” 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