aboutsummaryrefslogtreecommitdiff
path: root/_content/solutions/webdev.md
diff options
context:
space:
mode:
Diffstat (limited to '_content/solutions/webdev.md')
-rw-r--r--_content/solutions/webdev.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/_content/solutions/webdev.md b/_content/solutions/webdev.md
index d2c50245..19fbe8af 100644
--- a/_content/solutions/webdev.md
+++ b/_content/solutions/webdev.md
@@ -8,7 +8,7 @@ books:
icon:
file: webdev-green.svg
alt: web dev icon
-icon-white:
+iconDark:
file: webdev-white.svg
alt: web dev icon
---
@@ -44,6 +44,7 @@ Tigran Bayburtsyan, Co-Founder and CTO at Hexact Inc., summarizes five key reaso
- company: Caddy
url: https://caddyserver.com/
logoSrc: caddy.svg
+ logoSrcDark: caddy.svg
desc: Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go. Caddy offers greater memory safety than servers written in C. A hardened TLS stack powered by the Go standard library serves a significant portion of all Internet traffic.
ctas:
- text: Caddy 2
@@ -51,13 +52,15 @@ Tigran Bayburtsyan, Co-Founder and CTO at Hexact Inc., summarizes five key reaso
- company: Cloudflare
url: https://www.cloudflare.com/en-gb/
logoSrc: cloudflare-icon.svg
+ logoSrcDark: cloudflare-icon.svg
desc: Cloudflare speeds up and protects millions of websites, APIs, SaaS services, and other properties connected to the Internet. “Go is at the heart of CloudFlare’s services including handling compression for high-latency HTTP connections, our entire DNS infrastructure, SSL, load testing and more.”
ctas:
- text: Cloudflare and Go
url: https://blog.cloudflare.com/what-weve-been-doing-with-go/
- company: gov.uk
url: https://gov.uk/
- logoSrc: govuk.svg
+ logoSrc: govuk_light.svg
+ logoSrcDark: govuk_dark.svg
desc: The simplicity and safety of the Go language were a good fit for the United Kingdom’s government’s HTTP infrastructure, and some brief experiments with the excellent net/http package convinced web developers they were on the right track. “In particular, Go’s concurrency model makes it absurdly easy to build performant I/O-bound applications.”
ctas:
- text: Building a new router for gov.uk
@@ -67,20 +70,23 @@ Tigran Bayburtsyan, Co-Founder and CTO at Hexact Inc., summarizes five key reaso
- company: Hugo
url: http://gohugo.io/
logoSrc: hugo.svg
+ logoSrcDark: hugo.svg
desc: Hugo is a fast and modern website engine written in Go, and designed to make website creation fun again. Websites built with Hugo are extremely fast and secure and can be hosted anywhere without any dependencies.
ctas:
- text: Hugo
url: http://gohugo.io/
- company: Mattermost
url: https://mattermost.com/
- logoSrc: mattermost.png
+ logoSrc: mattermost_light.svg
+ logoSrcDark: mattermost_dark.svg
desc: Mattermost is a flexible, open source messaging platform that enables secure team collaboration. It’s written in Go and React.
ctas:
- text: Mattermost
url: https://mattermost.com/
- company: Medium
url: https://medium.org/
- logoSrc: medium.svg
+ logoSrc: medium_light.svg
+ logoSrcDark: medium_dark.svg
desc: Medium uses Go to power their social graph, their image server and several auxiliary services. “We’ve found Go very easy to build, package, and deploy. We like the type-safety without the verbosity and JVM tuning of Java.”
ctas:
- text: Medium's Go Services
@@ -88,6 +94,7 @@ Tigran Bayburtsyan, Co-Founder and CTO at Hexact Inc., summarizes five key reaso
- company: The Economist
url: https://economist.com/
logoSrc: economist.svg
+ logoSrcDark: economist.svg
desc: The Economist needed more flexibility to deliver content to increasingly diverse digital channels. Services written in Go were a key component of the new system that would enable The Economist to deliver scalable, high performing services and quickly iterate new products. “Overall, it was determined that Go was the language best designed for usability and efficiency in a distributed, cloud-based system.”
ctas:
- text: The Economist's Go microservices