DEV Community

Cover image for What’s the Most Recent Project You’ve Been Working On?
Shahed Nasser for Medusa

Posted on • Edited on

What’s the Most Recent Project You’ve Been Working On?

Happy Monday! Take a chance in the comments of this post to show off something cool you've been working on! Could be a personal or work project, could be programming related or not. We want to hear it all 💜

Here at Medusa, we've been preparing for a new release coming out this week! 👀 Stay tuned for our release post by following us here on DEV or by subscribing to our Newsletter!

Oldest comments (62)

Collapse
 
murtuzaalisurti profile image
Murtuzaali Surti
Collapse
 
shahednasser profile image
Shahed Nasser Medusa

Good job 👏🏻

Collapse
 
apayrus profile image
Rustam Apay

I made a small project with the new stack for me: Vue (without build)
-- keyboard voicer for my 2 y.o. son. So he can:
1) press manual keyboard buttons
2) see popup key on screen
3) listen to key name
I did it with English + Russian + Arabic.
apayrus.github.io/keyboard-trainer...
I plan to do video lessons how to do such an app. It covers topics:

  • keyboard events,
  • html5 audio
  • css animation
Collapse
 
shahednasser profile image
Shahed Nasser Medusa

That is sooo cool 😍 I hope your son can benefit a lot from it! (Might have to show it to my nephew)

Collapse
 
paratron profile image
Christian Engel

Thats a cool idea! My daughter always takes over my computer as well. She drives the IDEs syntax checker insane and makes me very grateful for having git 😅

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

I am loving that!! 😍😆

Collapse
 
afheisleycook profile image
technoshy

Good projevt

Collapse
 
psypher1 profile image
James 'Dante' Midzi Medusa

Ooo, I see languages 😍

Collapse
 
khokon profile image
Khokon M.

I've just finished publishing my Web Lock chrome extension. It's a browser extension to protect websites with a password. Just like we protect apps on mobile using app lock.
It has just reached 100 users, so I'm planning to do some upgrades to make it more useful.

Collapse
 
shahednasser profile image
Shahed Nasser Medusa

Oh that’s a pretty cool idea. Could be helpful for parents as well

Collapse
 
jeoxs profile image
José Aponte

Amazing! I believe this is vital for parents. I don't have kids 😅 but I imagine the situation as kids are surfing the internet at a very young age these days.

Collapse
 
khokon profile image
Khokon M.

Thanks. Every little word is huge chunk of inspiration 🥰

Collapse
 
paratron profile image
Christian Engel • Edited

I am working on robostreamer.com which hopefully might be a good marketing tool for #indiegame developers, soon :)

Collapse
 
guillermoavalos profile image
Guillermo A. • Edited

magnayachts.com
Client work, built with React/Next and Sanity as the content backend. The front-end is all Tailwind and Headless UI.

Collapse
 
shahednasser profile image
Shahed Nasser Medusa

That sounds pretty cool! And the tagging your posts process must be a tiring one 😅

Collapse
 
naveennamani profile image
naveennamani

I'm currently working on offline-docs a repo with collection of scripts to build offline documentation for tools like react, tailwind and many other open source projects.

It currently has 19 scripts but I'm aiming to reach a milestone of 50 by this week. Then I'll work on some ideas which lets everyone build the docs themselves just by forking the repo 🤗

Collapse
 
shahednasser profile image
Shahed Nasser Medusa

Pretty cool good job! 👏🏻

 
shahednasser profile image
Shahed Nasser Medusa

That sounds really impressive work! Good luck with it 😊

Collapse
 
realchell profile image
Chell

I'm working on a Chrome extension named Index Notch, which annotates scroll positions within web pages like bookmarks. I think its an urgent need when reading long frustrating articles ;) Still polishing it.

Screenshots & Source Code: github.com/imchell/index-notch

chrome.google.com/webstore/detail/...

Collapse
 
a_chris profile image
Christian

Interesting! Have you considered to annotate lines of text instead of the scroll positions?

Collapse
 
realchell profile image
Chell

Thanks for your feedback! I'll add this in a future update.

Collapse
 
a_chris profile image
Christian

A self-hosted analytics platform that I called Faenz and is open source 😄
github.com/a-chris/faenz

Written with Ruby on Rails, I started working on it because Plausible is too heavy for my VPS and I needed something that could work with SQLite or MySQL and that can be hosted on Heroku or similar services, so I created it!

Collapse
 
shahednasser profile image
Shahed Nasser Medusa

Looks cool!