Rohitrohit1101.hashnode.dev·Sep 15, 2024What is Windows IIS ?Internet Information Services (IIS) is a powerful, flexible, and secure web server platform from Microsoft, designed to host websites, web applications, and services. As a component of Windows Server, IIS offers integration with Microsoft's ecosystem...DiscussWindows
Victor Uzoagbavictoru.hashnode.dev·Sep 9, 2024Optimizing Productivity for Developers with Cloud-Based Tools and ServicesProductivity growth is at the top of the to-do list for developers and organizations alike in the highly time-constrained software development environment today. Development teams rely on cloud-based tools and services as these have revolutionized ho...Discussgoogle cloud
Rohitrohit1101.hashnode.dev·Sep 8, 2024What is Dynatrace ?Dynatrace is an all-in-one software intelligence platform that provides real-time insights into application performance, user experience, and infrastructure health. It uses artificial intelligence and automation to simplify the complexities of modern...Discussmonitoring
Abdul Rafay Khanabdulrafaykhan.hashnode.dev·Sep 2, 2024Mastering Scalable App Development with Cloud ServicesIn today's rapidly evolving tech landscape, cloud computing has become an essential part of scalable app development. Whether you're building a web application, a mobile app, or an enterprise solution, cloud services like Amazon Web Services (AWS), M...DiscussScalableApps
Rohitrohit1101.hashnode.dev·Sep 2, 2024Introduction to SQL ServerSQL Server, a relational database management system (RDBMS) developed by Microsoft, is a powerful tool for storing, managing, and retrieving data. It uses SQL (Structured Query Language) to interact with the database, enabling users to perform a wide...DiscussSQL
Rohitrohit1101.hashnode.dev·Aug 24, 2024Multiple Region Deployment Using TerraformWhy Deploy in Multiple Regions? Deploying EC2 instances across multiple AWS regions provides several benefits: High Availability: If a single region experiences an outage, your application can still be accessible from other regions. Reduced Latency...Discuss·59 readsTerraform
Nitinnitinthite.hashnode.dev·Aug 21, 2024Learn How to Develop Apps on Google Cloud EasilyAims to create a VM and install + run nginx server on G-cloud 3rd step from a series that focuses on understanding G-cloud. *******************************************************************************Google Cloud offers a variety of compute servic...DiscussExploring Google Cloud - Step by Stepgoogle cloud
Michał Hodurhodur.dev·Aug 19, 2024What's new in clouds?Google Cloud Platform introduces managed Kafka Google promises to take Kafka Cluster management off of your to-do list. That’s good. We don’t have that many open-source managed solutions. They are proposing a solution to the traditional pub/sub appro...DiscussCloud and orchestrationampere
Rohitrohit1101.hashnode.dev·Aug 18, 2024Introduction to TerraformTerraform is an open-source IaC tool that allows you to write configuration files that describe the desired state of your infrastructure. Instead of manually provisioning and configuring resources through cloud provider consoles, you can use Terrafor...Discuss·1 like·92 readsTerraform
Rohitrohit1101.hashnode.dev·Aug 11, 2024Access GCP VMs from Your Local TerminalGoogle Cloud Platform (GCP) offers powerful infrastructure capabilities through its Virtual Machines (VMs). Accessing these VMs securely from your local terminal requires setting up SSH access. This guide will walk you through how to use your local t...DiscussGoogle Cloud Platform