Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caspii committed Jul 24, 2024
1 parent 3e2e3c4 commit de82d26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _posts/2024-03-10-finding-a-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Find free domain names using a Python script
---
I made a Python script to create domain names and then check if they are free. It uses a python `whois` module.

You can [get the code here](https://github.com/caspii/domainfinder).

Here's what you need to do.

## 1. Checkout the code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Deployment and infrastructure for a bootstrapped webapp with 150k monthly visits
title: Blue-green deployment for a bootstrapped SaaS
description: How I deploy my webapp using blue-green deployment and zero rocket-science
image: /images/deployment.png
---
Expand All @@ -9,11 +9,11 @@ image: /images/deployment.png

I am a one-man show building a web-based software product. Some quick facts about my app:

* 150k visitors per month
* 15k registered users
* 3k US$ revenue per month
* 70 requests per second at peak-time
* The app is KeepTheScore.com, an [online scoreboard app](https://keepthescore.com/)
* 350k visitors per month
* 80k registered users
* 17k US$ revenue per month
* 70 requests per second at peak-time

This is a technical post looking at the infrastructure that runs my app with a focus on how I deploy it.

Expand Down

0 comments on commit de82d26

Please sign in to comment.