๐ฆ
Simo
What are you working on right now?
๐จโ๐ป William Young
A new way to do Product - having to pick up a lot of the other skills to bring a website to life!
๐ท Alessio
Large scale consumer mobile app
Maximilian Koerner
Interactive fitness app, that sees you via CV and interacts with you based on your training - boost.fit
Thato
Basecamp for mentorship. With everything going remote nowadays, remote mentorships would be even more successful with the tools mentors/mentees need.
๐ผ Neikos
Working on a paper about post-quantum cryptography, deadlines are approaching
โ Johannes
Starting a new job soon so I'm refreshing my knowledge regarding the technologies I'm going to be using every day.
๐ฅ Lewis Freiberg
neobanking app with USD stable coins as the base currency and traditional payment rails
๐ท Jasper
Exploring subreply
๐น๏ธ Louise
Learning Rust and waiting for my brain to come up with some ideas to develop in Rust.
๐ฅ Lewis Freiberg
what resources are you using, I've been tinkering but haven't committed yet.
๐ผ Neikos
Here are some in case you're still looking: - command line Tetris or Tic-Tac-Toe (depending on how advanced you wanna go) - command line wettr.in program, it should be able to save my location (or even find it out itself!) - A unit converter program, allowing to convert from degC to degF, Dollars to Euros, etc...
Ankit Kumar
Going through Tim Ferriss Podcast Transcripts, it has some great stuff :)
๐ฉ Koralatov
Ground-up redesign for onionsamson.com.
Supervoid Droid
Learning Elixir / Phoenix / LiveView, I want to leave javascript behind
Ashley Charlton
A simple evernote clone using react and nodejs
Petrus Theron
Bridge: Chat for Business - tradebridge.app
Adrian Delmar
On making life easier for bootstrappers zlipa.com
๐ Ekle
I'm working on a service for building a professional community, personal websites and blogs. urspace.io Please let me know any suggestions.
๐ Joe Reeve
Pubtable.app - we're doing free COVID track and trace for UK Pubs
๐ Jesse Sibley
That's a sweet idea!
๐ Pepijn
Home Assistant integration for all the things
๐ฒ James York
An (indie) academic journal
Ian Kettlewell
Working on my website, but quickly distracted learning about font design.
โญ Xavi
a text based multiplayer game that you play via Telegram, not many know about it but there's a nice community and we have lots of fun spacehuntgame .com
๐ผ Neikos
Just checked it out! It's just like the good ol' oGame right?
๐ฆ
Simo
not that I need any distractions, but am a sucker for text games so will check it out
๐ฒ James York
Interesting to learn of this. Will check it out!
๐ John J.
Prep'ing for my Splunk Architect exam later this week.
Dan Heath
Do you maintain that site? I'll have to point some family members that way...
๐ป Tomek Kolasa
Working on my personal blog about full-stack development in JavaScript. tomekkolasa.com
โค๏ธ Jens Backbom
Version 2 of my business idea generator at jensbackbom.com/bu...
๐ฆ Wojciech
Flask app, to make graphs similar to GitHub commit activity graphs, but based on how many ToDo items you do in a day
๐พ Paddy
Looking for inspiration or ideas for building my first flutter mobile app
Sushruth Sastry
Very tiny cli wrapper for azcopy
๐ก๏ธ Cyrano
I'm working on a 3D model of a pinyon pine for a VR game! Though, it doesn't look as accurate as a real pinyon...
๐ Sam E.
Today is the release date for an mobile app projects I've made with my life partner during the past 1-2 month of lockdown. Play Store review times are quite long, but it should be live later during the day :)
Cole Hudson
How exciting! Congrats!
๐งฌ Thomas
Does it have a name?
๐ป Tomek Kolasa
Nice! Congrats and good luck with the launch!
๐ Zero Two
my personal website ziyang.dev and maybe a CRUD app
Pouria Khakpour
Giving support to a not happy customer
Chetan Vashisht
Converted a blog to an ebook, so I can read it on my kindle.
๐คจ Zero Error
You mean webpage to ebook
๐ฉ Niklas
You should definitely take a look at 'Push to Kindle' and similar services. I've also compiled some tips on modern reading (reading digital content, but without distractions) here niklasbuehler.com/... :)
๐ฆ Vincent Leeuw
Localizing some sweet video games. As always.
๐ฟ Ali
My own web application security testing framework.
๐คจ Zero Error
Like a nmap with their scripts
๐คจ Zero Error
Is you Linux sys admin?
โ๏ธ Jean-David Moisan
GitHub just went down so it's pretty much the apocalypse. :(
๐ฆ
Simo
Hadn't even noticed yet. Seems it's been down for a couple hours already so hopefully will be over soon
Jk Pub
yep, already pushed some stuff into PRs earlier and then nothing showed up. I thought I lost it and should give up on Mondays
โ Miikka
Git operations still seem to work, fortunately!
Matt Palmer
Getting a blog going with next.js. It's been pretty enjoyable.
๐ค David
Post a link! Also, I have to agree that it's fun building a blog from scratch. I'm playing with sapper and basically making my own SSG
๐ถ Freeman
Just want to share my thoughts here. I've worked with react for the last 5 years. However I've started seeing a trend and it's for a good reason that people incl me realise the trade offs of reactivifying everything. Esp for a blog, a non SPA server rendered page works with less moving parts, or a html only SSG (i use zola). You could mount extra reactivity with Web Components (e.g remount). PS i still use next.js, not trying ti dismiss it :)
โค๏ธ Jens Backbom
Jekyll is great too, try it out!