Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 945a863

Browse files
Redirect all pages to the new blog (#271)
Co-authored-by: Dalibor Nasevic <[email protected]>
1 parent 07e9747 commit 945a863

File tree

90 files changed

+496
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+496
-408
lines changed

_includes/block/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
{% feed_meta %}
3232

3333
{% if page.canonical %}
34+
<meta http-equiv="refresh" content="0; URL={{ page.canonical }}">
3435
<link rel="canonical" href="{{ page.canonical }}">
3536
{% else %}
36-
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}">
37+
<meta http-equiv="refresh" content="0; URL=https://www.godaddy.com/resources/category/engineering">
3738
{% endif %}
3839

3940
<meta property="og:locale" content="en_US">

_posts/2018-02-22-announcing-terminus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Health Checks and Graceful Shutdown for Node.js Applications"
44
date: 2018-02-22 11:16:01 -0800
55
cover: /assets/images/headers/graceful-shutdown.jpg
66
excerpt: Your application is serving requests constantly for your users. You and your team want to ship features and fixes as soon as they are ready, so you do continuous delivery. But what happens to your users who used your product at the time of the deployment? Chances are, the requests they have in progress are going to fail. This post helps you fix that.
7-
canonical: https://nemethgergely.com/nodejs-healthcheck-graceful-shutdown
7+
canonical: https://godaddy.com/resources/news/announcing-terminus
88
authors:
99
- name: Gergely Nemeth
1010
url: https://twitter.com/nthgergo

_posts/2018-04-02-introducing-eslint-plugin-i18n-json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Introducing a fully extendable eslint plugin for JSON i18n translation
44
date: 2018-04-02 11:16:01 -0800
55
cover: /assets/images/headers/eslint-plugin-i18n-json.png
66
excerpt: Many web apps harness internationalization through frameworks such as React-Intl. This is awesome for the web and helps web apps obtain a global reach.
7+
canonical: https://godaddy.com/resources/news/introducing-eslint-plugin-i18n-json
78
authors:
89
- name: Mayank Jethva
910
url: https://github.com/mayank23

_posts/2018-04-04-isomorphic-asset-system-for-react-and-react-native.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cover: /assets/images/headers/isomorphic-asset-system.png
66
excerpt: Introducing Asset System a cross platform asset rendering system for React and React-Native using SVG's.
77
options:
88
- full-bleed-cover
9+
canonical: https://godaddy.com/resources/news/isomorphic-asset-system-for-react-and-react-native
910
authors:
1011
- name: Arnout Kazemier
1112
url: https://github.com/3rd-Eden

_posts/2018-04-10-an-intuitive-nodejs-client-for-the-kubernetes-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "An Intuitive Node.js Client for the Kubernetes API"
44
date: 2018-04-10 4:16:01 -0800
55
cover: /assets/images/headers/kubernetes-client.jpg
66
excerpt: This post explains the motivation for and design of kubernetes-client. We provide an short example on how to write your custom Kubernetes extentions using Node.js and kubernetes-client.
7+
canonical: https://godaddy.com/resources/news/an-intuitive-nodejs-client-for-the-kubernetes-api
78
authors:
89
- name: Silas Boyd-Wickizer
910
url: https://github.com/silasbw

_posts/2018-05-02-kubernetes-introduction-for-developers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Kubernetes - A Practical Introduction for Application Developers"
44
date: 2018-05-02 05:16:01 -0800
55
cover: /assets/images/headers/kubernetes-intro.jpg
66
excerpt: A collection of resources / best practices that help you become a more productive developer working with Kubernetes.
7+
canonical: https://godaddy.com/resources/news/kubernetes-introduction-for-developers
78
authors:
89
- name: Gergely Nemeth
910
url: https://twitter.com/nthgergo

_posts/2018-05-08-moving-from-webdriver-to-puppeteer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "UI Testing: moving from WebdriverIO and Selenium to Puppeteer"
44
date: 2018-05-07 7:16:01 -0800
55
cover: /assets/images/headers/puppet-theater.jpg
66
excerpt: When our team was losing engineering hours to Selenium-related test flakiness, we switched to Puppeteer for some of our UI tests. Given our constraints, we found that Puppeteer had a better developer experience and that the similar syntaxes of the two frameworks made the switch easy. We recommend Puppeteer for projects that do not need cross-browser compatibility.
7+
canonical: https://godaddy.com/resources/news/moving-from-webdriver-to-puppeteer
78
authors:
89
- name: Conor Fellin
910
url: https://www.linkedin.com/in/conor-fellin-840ba354/

_posts/2018-05-15-jiractl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "jiractl: A command-line tool for managing Jira"
44
date: 2018-05-15 08:53:01 -0800
55
cover: /assets/images/headers/jiractl-cover.jpg
66
excerpt: This post introduces jiractl, a command-line tool for managing Jira. We provide some instructions on how to set up and use jiractl.
7+
canonical: https://godaddy.com/resources/news/jiractl
78
authors:
89
- name: Emma Lubin
910
url: https://twitter.com/lubin_emma

_posts/2018-06-06-cicd-best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Jenkins Best Practices - Practical Continuous Deployment in the Real Wor
44
date: 2018-06-05 08:53:01 -0800
55
cover: /assets/images/ninjenkins.png
66
excerpt: This post describes how we use best practices for CICD pipelines using Jenkins.
7+
canonical: https://godaddy.com/resources/news/cicd-best-practices
78
authors:
89
- name: Jeff Pearce
910
url: https://www.linkedin.com/in/jeffpea/

_posts/2018-06-12-announcing-winston-3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Announcing [email protected]!"
44
date: 2018-06-12 05:53:01 -0800
55
cover: /assets/images/typeset-cover.jpg
66
excerpt: After several years the winston team is happy to announce the latest version – 3.0.0! Learn more about the latest version of the most popular logging library for Node.js along with what Node.js LTS means to maintainers of popular npm packages.
7+
canonical: https://godaddy.com/resources/news/announcing-winston-3
78
authors:
89
- name: Charlie Robbins
910
url: https://www.github.com/indexzero

0 commit comments

Comments
 (0)