slack-lunch-club VS LetsShip

Compare slack-lunch-club vs LetsShip and see what are their differences.

slack-lunch-club

:pizza: Meet new members of your slack teams via weekly lunch matches! (by mikestaub)

LetsShip

Let's learn devops by shipping a final product in .NET 5 (by EliotJones)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
slack-lunch-club LetsShip
1 5
35 2
- -
0.0 0.0
over 3 years ago almost 3 years ago
JavaScript C#
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

slack-lunch-club

Posts with mentions or reviews of slack-lunch-club. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-08.

LetsShip

Posts with mentions or reviews of LetsShip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • .NET 6 is now in Ubuntu 22.04
    23 projects | news.ycombinator.com | 16 Aug 2022
    I have two DigitalOcean sites on the same VPS just serving from kestrel behind an nginx reverse proxy and then one site on a Hetzner VPS where I was playing around with k3s.

    For digitalocean I followed this post which is probably way out of date now https://www.hanselman.com/blog/publishing-an-aspnet-core-web...

    For the k3s site the source is here https://github.com/EliotJones/LetsShip/blob/main/kubernetes/... though worth noting I have set up LetsEncrypt incorrectly but that's my lack of k3s understanding.

  • We need to have a talk about making life easier for newcomers to .NET
    3 projects | news.ycombinator.com | 15 Nov 2021
    This - https://github.com/EliotJones/LetsShip - hopefully gets you some of the way, it uses VS on Windows for development but I can't imagine the experience in Rider or VS Code for Linux is too disimilar. Individual steps here https://github.com/EliotJones/LetsShip/tree/main/docs/posts

    I need to complete the full guide at some point but the end result is an application deployed on Linux with both a web app and independently scalable crawling services with zero downtime deployments. Hosted site here: https://pricefalcon.me/

    For a simpler deployment without k3s, this guide is the one I originally followed for my trends site and should still work for .NET 6. https://www.hanselman.com/blog/publishing-an-aspnet-core-web...

  • Synchronizing access to a pool of resources
    2 projects | /r/dotnet | 13 Apr 2021
    One example here https://github.com/EliotJones/LetsShip/blob/main/src/PriceFalcon.JobRunner/Worker.cs#L111 where I have several agent applications each of which may start up to 5 jobs, a job can take a couple of minutes to execute and while running the same request twice isn't the end of the world I'd prefer to avoid it. I use FOR UPDATE when selecting to take an update lock on the row in postgres (similar functionality hopefully exists for your DB).
  • New Core MVC App with jQuery in 2021?
    1 project | /r/dotnet | 9 Apr 2021
    I just build out a new MVP site for the purposes of a tutorial with .NET 5 and jQuery with some slightly complex front-end requirements (an interactive iFrame that validates user selections server-side on click) and though it may need to move to an SPA if it got more complex for now jQuery is fine (though assuming IE support is not needed I could have probably just used raw JS instead). https://github.com/EliotJones/LetsShip
  • The Architecture of a One-Man SaaS
    16 projects | news.ycombinator.com | 8 Apr 2021
    I've done a complete 180 on this too, I realised I was reacting from my default position of hostility to new concepts rather than an honest appraisal. I am writing it up at the moment but I've been working on a 1 person SAAS MVP tutorial [0] and though I've definitely misconfigured something having the ability to go from git push to deployed to production with 0 downtime inside of 5 minutes with no manual steps is such a nice flow, versus my previous attempts of SCP and faffing around with services.

    [0]: https://github.com/EliotJones/LetsShip

What are some alternatives?

When comparing slack-lunch-club and LetsShip you can also consider the following projects:

aws-appsync-chat - Real-Time Offline Ready Chat App written with GraphQL, AWS AppSync, & AWS Amplify

prawn-stack - A pageview counter using the AWS free tier, Postgres, Node and React

appsync-refarch-realtime - AWS AppSync Real-Time Reference Architecture

centos-stream

logpaste - A simple web service for storing text log files

app-engine-cloud-run-

diagrams - :art: Diagram as Code for prototyping cloud system architectures

node-pg-migrate - Node.js database migration management for Postgresql

kubernetes-the-hard-way - Bootstrap Kubernetes the hard way. No scripts.

litestream - Streaming replication for SQLite.