This is a web app where you can quickly save and share short technical notes. You can think of this as "Twitter for programmers".
I've always wanted a place where I can quickly and conveniently save some short technical notes. But I haven't found one that suits my need. Twitter is nearest to what I want, but it doesn't support rendering markdown, so the experience is not ideal for viewing notes. Also, I haven't found a CLI tool for tweeting that I'm satisfied with, and I don't want to visit twitter.com every time just for sending a quick tweet. More on this here, it's in Chinese though.
- Github login
- Managing tweets(sending, viewing, deleting)
- Liking tweet
- Commenting tweet
- Notifications for tweet being liked, commented, etc.
- Sharing tweet though generated tweet image, like the following
-
Ruby on Rails
- Ruby2.7.1,Rails 6.0.3.2
-
VueJS/AlphineJS
-
TailwindCSS
-
postgresql
-
ElasticSearch
- git clone this_repo
- bundle install
- yarn install
- rails db:create db:migrate
- rails s