blob: b601e762279a3ea2d77e5462606edbc9e57643c8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Use Cases on go.dev</title>
<link>https://go.dev/series/use-cases/</link>
<description>Recent content in Use Cases on go.dev</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Fri, 04 Oct 2019 15:26:31 -0400</lastBuildDate>
<atom:link href="https://go.dev/series/use-cases/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Go for Cloud &amp; Network Services</title>
<link>https://go.dev/solutions/cloud/</link>
<pubDate>Fri, 04 Oct 2019 15:26:31 -0400</pubDate>
<guid>https://go.dev/solutions/cloud/</guid>
<description>Overview Go helps enterprises build and scale cloud computing systems As applications and processing move to the cloud, concurrency becomes a very big issue. Cloud computing systems, by their very nature, share and scale resources. Coordinating access to shared resources is an issue that impacts every application processing in the cloud, and requires programming languages “explicitly geared to develop highly reliable concurrent applications.”
Go makes it very easy to scale as a company.</description>
</item>
<item>
<title>Command-line Interfaces (CLIs)</title>
<link>https://go.dev/solutions/clis/</link>
<pubDate>Fri, 04 Oct 2019 15:26:31 -0400</pubDate>
<guid>https://go.dev/solutions/clis/</guid>
<description>Overview CLI developers prefer Go for portability, performance, and ease of creation Command line interfaces (CLIs), unlike graphical user interfaces (GUIs), are text-only. Cloud and infrastructure applications are primarily CLI-based due to their easy automation and remote capabilities.
Key benefits Leverage fast compile times to build programs that start quickly and run on any system Developers of CLIs find Go to be ideal for designing their applications. Go compiles very quickly into a single binary, works across platforms with a consistent style, and brings a strong development community.</description>
</item>
<item>
<title>Go for Web Development</title>
<link>https://go.dev/solutions/webdev/</link>
<pubDate>Fri, 04 Oct 2019 15:26:31 -0400</pubDate>
<guid>https://go.dev/solutions/webdev/</guid>
<description>Overview Go delivers speed, security, and developer-friendly tools for Web Applications Go is designed to enable developers to rapidly develop scalable and secure web applications. Go ships with an easy to use, secure and performant web server and includes it own web templating library. Go has excellent support for all of the latest technologies from HTTP/2, to databases like MySQL, MongoDB and ElasticSearch, to the latest encryption standards including TLS 1.</description>
</item>
<item>
<title>Development Operations &amp; Site reliability Engineering</title>
<link>https://go.dev/solutions/devops/</link>
<pubDate>Thu, 03 Oct 2019 17:16:43 -0400</pubDate>
<guid>https://go.dev/solutions/devops/</guid>
<description>Overview Go helps enterprises automate and scale Development Operations (DevOps) teams help engineering organizations automate tasks and improve their continuous integration and continuous delivery and deployment (CI/CD) process. DevOps can topple developmental silos and implement tooling and automation to enhance software development, deployment, and support.
Site Reliability Engineering (SRE) was born at Google to make the company’s “large-scale sites more reliable, efficient, and scalable,”writes Silvia Fressard, an independent DevOps consultant.</description>
</item>
</channel>
</rss>