Close

Google BigQuery

BigQuery is Google’s fully managed, serverless data warehouse that enables scalable analysis over petabytes of data. It is a Platform as a Service that supports querying using a dialect of SQL. It also has built-in machine-learning capabilities.

Avrupa Bankacılığında Dijital Devrim: UniCredit ve Google Cloud’dan 10 Yıllık Yapay Zeka Ortaklığı

Avrupa Bankacılığında Dijital Devrim: UniCredit ve Google Cloud'dan 10 Yıllık Yapay Zeka Ortaklığı

Avrupa’nın önde gelen ticari bankalarından UniCredit, dijital dönüşüm hedefleri doğrultusunda Google Cloud ile 10 yıllık stratejik bir iş birliği anlaşması imzaladı. Bu kapsamlı ortaklık, bankanın 13 farklı pazarda dijital altyapısını modernize etmeyi, yapay zeka ve veri analitiği çözümleriyle müşteri deneyimini geliştirmeyi amaçlıyor.(@EconomicTimes) UniCredit, Google Cloud’un Vertex AI ve Gemini modellerini […]

Devamını Oku

FTPS Nedir?

FTPS Nedir?

FTPS (FTP over SSL/TLS), FTP protokolünün bir güvenlik eklentisi olup, dosya aktarımı işlemleri için güvenli bir bağlantı sağlar. FTPS, FTP protokolünü kullanarak dosya indirme ve yükleme işlemlerini gerçekleştirirken, bir SSL (Secure Sockets Layer) veya TLS (Transport Layer Security) güvenlik katmanı ekler ve bu sayede verilerin şifrelenmesini sağlar. FTPS, FTP protokolünün […]

Devamını Oku

Integrated vs. Third-Party Solutions: A Comparative Analysis of Password Manager Security

Integrated vs. Third-Party Solutions: A Comparative Analysis of Password Manager Security

The debate between integrated OS-level password managers and third-party solutions has been reignited, especially after recent breaches in popular third-party password managers. Both approaches come with their own set of advantages and challenges. Let’s dissect the security aspects of each to provide a clearer perspective: Type Category Description Integrated OS-level […]

Devamını Oku

MySQL, Error Code: 1093. You can’t specify target table for update in FROM clause

MySQL, Error Code: 1093. You can't specify target table for update in FROM clause

The error you’re encountering, “Error Code: 1093. You can’t specify target table ‘tableName’ for an update in FROM clause”, occurs when you try to update a table based on a subquery referencing the same table. MySQL doesn’t allow updates to a table when the table is also being used in […]

Devamını Oku

Sprinklr cuts 4% of global workforce amid the slowdown

Sprinklr cuts 4% of global workforce amid slowdown

Sprinklr, a customer experience firm, has laid off over 100 employees, roughly 4% of its global workforce, as it realigns its headcount in response to the ongoing economic slowdown. The layoff drive began last week, and the company is cutting its force in India, the United States, and other regions. […]

Devamını Oku

What Is The Onion Architecture?

What Is The Onion Architecture?

Onion Architecture, or Hexagonal Architecture, is a software design pattern separating an application’s core logic from the surrounding infrastructure. It is designed to create a flexible and decoupled architecture that is easy to test and maintain. The Onion Architecture is a software development approach commonly associated with Domain-Driven Design (DDD). […]

Devamını Oku

What is SHA? What is SHA used for?

cryptography

SHA stands for secure hashing algorithm. SHA is a modified version of MD5 and is used for hashing data and certificates. A hashing algorithm shortens the input data into a more diminutive form that cannot be understood using bitwise operations, modular additions, and compression functions. You may be wondering, can […]

Devamını Oku

The Common Closure Principle (CCP)

The Common Closure Principle (CCP)

The Common Closure Principle (CCP) is a software design principle related to the Single Responsibility Principle (SRP). It suggests that classes within a component should be closed against the same kind of changes, meaning that a change that affects one course within the element should also affect all other classes […]

Devamını Oku