Remove tags installation
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

In this blog I will show you how to create and deploy a Golang AWS CloudFormation custom provider in less than 5 minutes using a copier template. To skaffold a project to implement a custom provider based on Golang, type: $ pip install 'copier>=8.0.0' Creating a custom resource in CloudFormation is really simple.

AWS 130
article thumbnail

Creating an Angular Jamstack Blog

Netlify

A blog is a great place to share the inside scoop on your new features with your users or bring new eyes to your site with interesting content. Scully , the Angular Static Site Generator, makes it easier to create a blog using Markdown and the Angular framework we’re familiar with. generate a blog skeleton. Build a Blog.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Meta-blogging

Erik Bernhardsson

My blog blew up twice in a week earlier this year when I landed on Hacker News. I probably could have spent a bunch of time tweaking it but it also feels philosophically wrong to run a LAMP stack in 2016 for something as simple as a blog. Install the Wordpress to Jekyll exporter. After some research I chose Jekyll. Clone Poole.

Research 100
article thumbnail

Meta-blogging

Erik Bernhardsson

My blog blew up twice in a week earlier this year when I landed on Hacker News. I probably could have spent a bunch of time tweaking it but it also feels philosophically wrong to run a LAMP stack in 2016 for something as simple as a blog. Install the Wordpress to Jekyll exporter. After some research I chose Jekyll. Clone Poole.

Research 100
article thumbnail

How to create and update Google terraform provider magic modules resource definitions

Xebia

In this blog I will show you how you can quickly generate and update these resource definitions using a simple utility. I wanted to write a blog about it, and showcase the configuration with terraform templates. ruby/object:Api::Type::Integer WARNING: mismatch of type on field Service.template.labels, existing tag !ruby/object:Api::Type::KeyValuePairs

Resources 130
article thumbnail

How to overcome Docker Hub rate limiting using AWS ECR and AWS CloudFormation

Xebia

In this blog post, you will see how AWS ECR and AWS CloudFormation overcome the rate limiting imposed by Docker Hub and provide full control over your base images. library/python Tag 3.7 The provider is installed on the private subnets in your VPC, to ensure that your NAT gateway IP addresses are used to pull images from docker hub.

AWS 130
article thumbnail

Dockerization of Java applications using Google Jib Plugin

InnovationM

Prerequisites Basic docker knowledge & commands, can go through this blog Docker-For-Beginners by InnovationM. Introduction In this blog I will guide you step-by-step how to use google jib plugin with docker. In this blog I will be showing you using Maven plugin. What is Jib ? How to use Jib ?