When it comes to securing your AWS environment, there are several options available to you. One such option is AWS Shield, a managed Distributed Denial of Service (DDoS) protection service offered by Amazon Web Services (AWS). We will explore what AWS Shield is, why it is used, and the competitors […]
Devamını Oku
Amazon GuardDuty is a threat detection service offered by Amazon Web Services (AWS) that continuously monitors your AWS accounts and workloads for malicious or unauthorized activity. GuardDuty is a managed service that analyzes billions of events across multiple AWS data sources, including VPC flow logs, CloudTrail logs, and DNS logs, […]
Devamını Oku
How to Choose the Right Message Broker for Your Application If you are developing a distributed application that relies on asynchronous communication between its components, you might need a message broker to handle the data flow. A message broker is a software module that acts as an intermediary between different […]
Devamını Oku
Easily create and control the keys to encrypt or digitally sign your data. AWS Key Management Service (KMS) makes it easy to create and manage cryptographic keys and control their use across a wide range of AWS services and your applications. AWS KMS is a secure and resilient service that […]
Devamını Oku
Parcel Shuttle: Bringing green delivery to Berlin and beyond with intelligent microgrids Parcel Shuttle radically lowers delivery travel distance, slashes distribution times by 25%, and reduces its carbon footprint with the Google Maps Platform. In Berlin’s urban bustle, delivery vans are as ever-present as the city’s famed street art and […]
Devamını Oku
PyCharm is an IDE that makes it easy to build Python applications. To build a web app in Python with PyCharm, create a new project and select the “Web Application” project type. Once you have created a new project, you will need to add the following dependencies to your project: […]
Devamını Oku
Node.js is a popular open-source runtime environment that uses JavaScript to execute code outside a web browser. It is commonly used to build real-time applications, such as chat, gaming, and streaming. Node.js is a single-threaded event-driven platform, which means that it can handle a large number of concurrent connections without […]
Devamını Oku
Improve your systems’ reliability, efficiency, and scalability with DevOps and AWS. DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide continuous delivery with high quality. AWS is a cloud computing platform that offers […]
Devamını Oku
Automate your infrastructure provisioning and management. Infrastructure as Code (IaC) is a practice of managing and provisioning infrastructure through code. This means that the infrastructure, such as servers, networks, and storage, is defined in regulation and then used to create and manage the infrastructure. Overview of IaC: IaC can help […]
Devamını Oku
MACOS için terminalden ftp istemcisi olarak NCFTP ‘i kullanıyorum. Embedded cihazlarda genellikle garip FTP sunucuları oluyor ve komut satırı erişim en hızlı seçenek oluyor. Uygulamayı https://ncftp.com/. Adresinden indirebiliyoruz. Basit bir kurum sonunda kullanmaya başlayabiliriz. MACOS için TERMİNAL ‘i açtım. NCFTP ile artık NCFTP ‘bin shell ‘ine giriyorum. Burada çok […]
Devamını Oku