DEV Community

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

Posted on • Updated 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!

Top comments (64)

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
 
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
 
afheisleycook profile image
technoshy

Good projevt

Collapse
 
psypher1 profile image
James 'Dante' Midzi

Ooo, I see languages 😍

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

I am loving that!! 😍😆

Collapse
 
shahednasser profile image
Shahed Nasser

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

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

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
 
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
 
mangor1no profile image
Mangor1no • Edited

I made a simple landing page for my company with NextJS and TailwindCSS. It's a fun project for me, and the company accepted it as the primary landing page as well. First I gathered the ideas, then I designed the pages on Figma. After that, coding was the fun part. I did some animation on the page and learnt how to use the intersection observer API to limit the number of animated elements. All those works costed me a few weeks in my free time, and I think I'm happy with the result.

The sale team is filling/updating the content for it, but you can check it out here.
just.engineer

Btw, we are a small company that love to build beautiful website and mobile apps. If you are wandering out there to find people to help you with your project, we might be the suitable candidate :D

Collapse
 
maxfindel profile image
Max F. Findel

The website looks great. The repeating quote from only one customer is too much for me. Maybe you could show just the singe quote?

Collapse
 
mangor1no profile image
Mangor1no

Thanks for your feedback! The quotes and similar things on the website currently is mocked only, our marketing team are working on the content and it will be released shortly :D

Collapse
 
shahednasser profile image
Shahed Nasser

Looks pretty cool!

Collapse
 
mangor1no profile image
Mangor1no

Thank you, glad you like it ❤

Collapse
 
quantumsheep profile image
Nathanael Demacon

With a friend we are currently working on Tereus, a project aiming to automatically convert C code into Go. We will maybe work to handle COBOL to Go too.

Personally I have been working on sshs and nyaa-cli :)

Collapse
 
jeremyf profile image
Jeremy Friesen

Two projects: one personal and one for work. The personal project is to re-tag all of my blog posts (I have about 700+). That's moving slowly but I'm ready to pull the trigger.

The other project was related to the DEV feed:

Collapse
 
shahednasser profile image
Shahed Nasser

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

Collapse
 
jeremyf profile image
Jeremy Friesen

I may have a write-up on this in the works, but the gist is:

  1. Dump all tags into Sheets
  2. Write first pass of tag map (e.g. this tag goes to these two tags)
  3. Review first pass, and write second pass.
  4. Write a script to do the mapping locally
  5. Review the results and adjust

The complicating factor is that I'm also positioning to move my canonical tag map from a Hugo yaml file into my Org Roam PKM.

What this will mean is that my tags will compress from 370 tags to about 60. And from there I'll begin to add more compost / fuel to my I may have a write-up on this in the works, but the gist is:

  1. Dump all tags into Sheets
  2. Write first pass of tag map (e.g. this tag goes to these two tags)
  3. Review first pass, and write second pass.
  4. Write a script to do the mapping locally
  5. Review the results and adjust

The complicating factor is that I'm also positioning to move my canonical tag map from a Hugo yaml file into my Org Roam PKM.

Thread Thread
 
shahednasser profile image
Shahed Nasser

That sounds really impressive work! Good luck with it 😊

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

Pretty cool good job! 👏🏻

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

Looks cool!

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

Good job 👏🏻

Collapse
 
orbitaldev profile image
Judah Brown

Working on Solaris, a community for sharing projects made with modified versions of scratch. Mostly doing stuff for setting up CI, but I'll eventually be adding basic API functions for the backend and making a simple landing for the home page.

Collapse
 
tomoyukiaota profile image
Tomoyuki Aota • Edited

I published a new release (version 1.5) of Photo Location Map, which is an Electron app to show where photos were taken on a map.

I also published Photo Data Viewer, which is a web app to find Exif data from a photo. This is built using Next.js.

Both of them are personal projects whose code is hosted on GitHub.

Collapse
 
shahednasser profile image
Shahed Nasser

Sounds cool!

Collapse
 
jeoxs profile image
José Aponte

Right now, In working on a mobile self learning app developed with Flutter for a client. The app itself is similar to Duolingo or Quantic. For the backend, I use Firebase with Angular. It's been a long project (it's a startup, basically) and I'm the only developer for now.

Collapse
 
shahednasser profile image
Shahed Nasser

I hope it works out!

Collapse
 
m0nm profile image
m0nm • Edited

I've finished the third version of my YouTube clone with Nextjs (you know the saying: first make it work and then make it better)

The funny thing is I've been struggling with the subscriptions feature (access tokens and what's not) but I don't think my app can pass Google verification, So the feature can't be used 😂

Would love some code reviews!

Collapse
 
psypher1 profile image
James 'Dante' Midzi • Edited

A personal site for a concept artist...

It's been interesting figuring out how to handle this many images.

Then there's my our language (spoken) reference book
thelanguagehub.netlify.app

Got a contributor who optimised some of the code... Searching for more

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
shahednasser profile image
Shahed Nasser

Broprint sounds cool