Remove tags series-d
article thumbnail

Pitch Deck Teardown: Vori’s $10M Series A deck

TechCrunch

The company agreed to share the pitch deck it used to raise a $10 million Series A so I can take a closer look. (It It also wrote a bit more about the fundraise on its own blog.). Now, I’d need to perform due diligence on that. ( ” Below is a five-minute video that tells the story beautifully. Clear market size.

article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

In this series, I’ll demonstrate how to get started with infrastructure as code (IaC). Here are the topics this series will cover: Part 01: create a Kubernetes cluster. Before we begin, you must complete all of the actions in the prerequisites section of part 1 in this series. The export TAG=0.2. Job - build_docker_image.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Building Vue Applications with Nuxt.js

Gorilla Logic

This is the first part of a three-part blog series that will introduce you to Nuxt.js, a higher-level framework that builds on top of Vue. In this blog series, we will build an app with an enhanced look and feel using Vuetify , a Material-UI library built for Vue. Run npm install: npm install @nuxtjs/vuetify -D.

article thumbnail

How to make your web application more secure by using Interactive Application Security Testing (IAST) – PART 3 of Application Security Testing series

Xebia

Introduction Welcome to part three of the blog series about Application Security Testing. In part one of this series, we looked at Static Application Security Testing (SAST) and in part two at Dynamic Application Security Testing (DAST). In this blog we are going to learn about Interactive Application Security Testing (IAST).

article thumbnail

Awesome Git Aliases

David Walsh

In this three-part series, I show you exactly how to do that. You’ll learn how to create custom Git aliases you can use to run any command you’d like. alias] a = add b = branch c = commit cl = clone co = checkout cp = cherry-pick m = merge p = push --follow-tags pu = pull r = reset s = status. Instead of git add. ,

Course 142
article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

This is the third blog post in a three-part series about building, testing, and deploying a Clojure web application. Although we are building a Clojure application, only limited Clojure knowledge is required to follow along with this part of the series. This blog was tested using version V0.12.2. Prerequisites.

AWS 96
article thumbnail

AWS Developer Tools Overview and CodeCommit Cheat Sheet

Linux Academy

So, hold my beer and keep calm while you read this blog because the ramp-up to these tools can be pretty quick. In the first part of this series, we’re going to go over CodeCommit. Deletes a branch in the local repo (unless it contains un-merged work): git branch -d branch-name. CodeCommit and Git go hand in hand.

AWS 60