StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Home
  2. Companies
  3. CloudvCard
CloudvCard

CloudvCard

Belgiumcloudvcard.com

CloudvCard allows you to stay connected with your contacts, keep your contact information up to date and sync contact updates right back to your address book

27tools
3decisions
0followers
OverviewTech Stack27Dev Feed

Tech Stack

View all 27
Stack by Layer
Application & Data16
Utilities6
DevOps5
Application & Data
16 tools (59%)
Utilities
6 tools (22%)
DevOps
5 tools (19%)

Application & Data

16
Amazon Route 53TypeScriptAWS Elastic Load Balancing (ELB)Amazon DynamoDBUbuntuJekyllAmazon EC2Amazon S3Amazon CloudFrontNode.jsMongoDBIonicRedisSocket.IOAngularJSAWS Lambda

Utilities

6
TomTomTwilioCountlyAmazon SQSAmazon SESMailgun

DevOps

5
AWS CodeDeployAWS CloudFormationGrafanaAmazon CloudWatchupdown.io

Latest from Engineering

View all
Bram Verdonck
Bram Verdonck

Founder at CloudvCard

Jul 19, 2019

Needs advice

Yesterday we moved away from using CloudFlare towards Amazon Route 53 for a few reasons. Although CloudFlare is a great platform, once you reach almost a 100% AWS Service integration, it makes it hard to still use CloudFlare in the stack. Also being able to use Aliases for DNS makes it faster because instead of doing a CNAME and an A record lookup, you will be able to receive the A records from the end services directly. We always loved working with CloudFlare , especially for DNS as we already used Amazon CloudFront for CDN. But having everything within AWS makes it "cleaner" when deploying automatically using AWS CloudFormation. All that aside, the main reason for moving towards Amazon Route 53 for DNS is the ability to do geolocation and latency based DNS responses. Doing this outside the AWS console would increase the complexity.

39.3k views39.3k
Comments
Bram Verdonck
Bram Verdonck

Founder at CloudvCard

Jul 5, 2019

Needs advice

Today we added AWS CodeDeploy to our stack. The easiest way to deploy our code towards a big Autoscaling group of Amazon EC2 instances. The only problem we found on our way was that when using AWS Elastic Load Balancing (ELB) and AWS CodeDeploy , you can only select one ELB Target Group when creating a deployment. While we actually use 5 towards each Amazon EC2 instance because one deployed Node.js code source actually has the data to server 5 vhosts. Luckily we can let the bash script used in AWS CodeDeploy tell the ELB to stop sending it traffic to all Target groups during the in-place update.

9.16k views9.16k
Comments
Bram Verdonck
Bram Verdonck

Founder at CloudvCard

Jul 4, 2019

ReviewonGrafanaGrafana

After looking for a way to monitor or at least get a better overview of our infrastructure, we found out that Grafana (which I previously only used in ELK stacks) has a plugin available to fully integrate with Amazon CloudWatch . Which makes it way better for our use-case than the offer of the different competitors (most of them are even paid). There is also a CloudFlare plugin available, the platform we use to serve our DNS requests. Although we are a big fan of https://smashing.github.io/ (previously dashing), for now we are starting with Grafana .

729k views729k
Comments

Team on StackShare

1
Bram Verdonck