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

Redirect all pages to the new blog #271

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/block/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
{% feed_meta %}

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

<meta property="og:locale" content="en_US">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-02-22-announcing-terminus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Health Checks and Graceful Shutdown for Node.js Applications"
date: 2018-02-22 11:16:01 -0800
cover: /assets/images/headers/graceful-shutdown.jpg
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.
canonical: https://nemethgergely.com/nodejs-healthcheck-graceful-shutdown
canonical: https://godaddy.com/resources/news/announcing-terminus
authors:
- name: Gergely Nemeth
url: https://twitter.com/nthgergo
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-04-02-introducing-eslint-plugin-i18n-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Introducing a fully extendable eslint plugin for JSON i18n translation
date: 2018-04-02 11:16:01 -0800
cover: /assets/images/headers/eslint-plugin-i18n-json.png
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.
canonical: https://godaddy.com/resources/news/introducing-eslint-plugin-i18n-json
authors:
- name: Mayank Jethva
url: https://github.com/mayank23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cover: /assets/images/headers/isomorphic-asset-system.png
excerpt: Introducing Asset System a cross platform asset rendering system for React and React-Native using SVG's.
options:
- full-bleed-cover
canonical: https://godaddy.com/resources/news/isomorphic-asset-system-for-react-and-react-native
authors:
- name: Arnout Kazemier
url: https://github.com/3rd-Eden
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "An Intuitive Node.js Client for the Kubernetes API"
date: 2018-04-10 4:16:01 -0800
cover: /assets/images/headers/kubernetes-client.jpg
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.
canonical: https://godaddy.com/resources/news/an-intuitive-nodejs-client-for-the-kubernetes-api
authors:
- name: Silas Boyd-Wickizer
url: https://github.com/silasbw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Kubernetes - A Practical Introduction for Application Developers"
date: 2018-05-02 05:16:01 -0800
cover: /assets/images/headers/kubernetes-intro.jpg
excerpt: A collection of resources / best practices that help you become a more productive developer working with Kubernetes.
canonical: https://godaddy.com/resources/news/kubernetes-introduction-for-developers
authors:
- name: Gergely Nemeth
url: https://twitter.com/nthgergo
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-05-08-moving-from-webdriver-to-puppeteer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "UI Testing: moving from WebdriverIO and Selenium to Puppeteer"
date: 2018-05-07 7:16:01 -0800
cover: /assets/images/headers/puppet-theater.jpg
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.
canonical: https://godaddy.com/resources/news/moving-from-webdriver-to-puppeteer
authors:
- name: Conor Fellin
url: https://www.linkedin.com/in/conor-fellin-840ba354/
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-05-15-jiractl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "jiractl: A command-line tool for managing Jira"
date: 2018-05-15 08:53:01 -0800
cover: /assets/images/headers/jiractl-cover.jpg
excerpt: This post introduces jiractl, a command-line tool for managing Jira. We provide some instructions on how to set up and use jiractl.
canonical: https://godaddy.com/resources/news/jiractl
authors:
- name: Emma Lubin
url: https://twitter.com/lubin_emma
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-06-06-cicd-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Jenkins Best Practices - Practical Continuous Deployment in the Real Wor
date: 2018-06-05 08:53:01 -0800
cover: /assets/images/ninjenkins.png
excerpt: This post describes how we use best practices for CICD pipelines using Jenkins.
canonical: https://godaddy.com/resources/news/cicd-best-practices
authors:
- name: Jeff Pearce
url: https://www.linkedin.com/in/jeffpea/
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-06-12-announcing-winston-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Announcing [email protected]!"
date: 2018-06-12 05:53:01 -0800
cover: /assets/images/typeset-cover.jpg
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.
canonical: https://godaddy.com/resources/news/announcing-winston-3
authors:
- name: Charlie Robbins
url: https://www.github.com/indexzero
Expand Down
1 change: 1 addition & 0 deletions _posts/2018-06-19-jenkins-build-monitoring-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "A build monitoring plugin for Jenkins"
date: 2018-06-19 05:16:01 -0800
cover: /assets/images/jenkmagic.png
excerpt: We recently built a plugin to automatically monitor the health of our Jenkins builds. This article talks about how and why the plugin was built, and describes how it works at a high level.
canonical: https://godaddy.com/resources/news/jenkins-build-monitoring-plugin
authors:
- name: Jeff Pearce
url: https://www.linkedin.com/in/jeffpea/
Expand Down
Loading
Loading