It is all too easy to dismiss problematic codebases on some nebulous idea of bad practice or bad programmers. Poor code, however, is rarely arbitrary and random in its structure or formulation. Systems of code, well or poorly structured, emerge from systems of practice, whether practical or ineffective. To improve […]
Devamını Oku
Kalbim Çukurda Bir şehir sanki karşında…Hatıraların arkanda…Kıstırıyorlar seni sokakta…Öldün her köşebaşında… İsmin her yıkık duvarda…Anlatıp kaldırımlarda…Kandırıyorlar seni masalla…Kalbin hep aynı çukurda… O kalbi gerekirse parçalar elim!Asla kaçmadan geri.Onlar bulmadan beni.Koş gel, bir köşe başında kesilmiş nefesim.Kısılmış sesim.Sanki çok yakınmış deniz.Gözümde sanrılar, gerçeğin tılsımı yitik.Mahallem fişlenmiş, basılmış evim.Sakınmış beni.Belki bir ağaç, […]
Devamını Oku
In this video, we will learn how to generate an SSL/TLS certificate signing request (CSR) and have it signed by a Certificate Authority (CA). We won’t submit the CSR to a real CA for this tutorial. Instead, we will play both the certificate authority and the certificate applicant. We will […]
Devamını Oku
A creative look at the three properties that distributed systems must choose between Partition tolerance, Availability, Consistency, Latency, and Consensus. In distributed systems, it is crucial to ensure that all nodes agree on the same state of the world. However, there are often trade-offs between different properties of distributed systems, […]
Devamını Oku
The introduction of meal delivery apps, including Uber Eats, GrubHub, and DoorDash, expanded e-commerce in the food industry and increased the size of the food delivery market.1 Over the last five years before the start of 2020, the delivery market had grown 300% faster than the dine-in market.2 As the […]
Devamını Oku
Code quality is one of the most critical aspects of software development, but it can also be one of the most challenging and time-consuming tasks. Manual code review and refactoring can be tedious, error-prone, and inconsistent. That’s why we are excited to introduce AWS CodeWhisperer, a new tool that leverages […]
Devamını Oku
Learn about the different AWS services, how to set up an AWS account, and the basics of AWS architecture. Amazon Web Services (AWS) is a suite of cloud computing services that runs on the same infrastructure that Amazon uses for its end-user products, such as Amazon.com. AWS offers a broad […]
Devamını Oku
AWS API Gateway is a fully managed service that makes it easy for developers to create, publish, monitor, and secure APIs at any scale. It is a front door for applications to access data, business logic, or functionality from backend services, such as AWS Lambda functions, Amazon EC2 instances, or […]
Devamını Oku
You can use the AWS Command Line Interface (CLI) on macOS by following these steps: Install the AWS CLI: You can install the AWS CLI on macOS using pip, the Python package installer. Open the Terminal application on your macOS and enter the following command: This will install the AWS […]
Devamını Oku
AWS has launched Application Composer, a visual designer for serverless applications that simplifies the design and configuration of applications running on Lambda, the AWS service for serverless functions. The tool presents a canvas, accessed via the AWS Management Console, on which developers drag, drop, and connect resources. It automatically sets […]
Devamını Oku