DEV Community

Cover image for What's the Latest Project You're Working On?
Jeannie Nguyen
Jeannie Nguyen

Posted on

What's the Latest Project You're Working On?

If you haven't read my post about having your own website/portfolio, I've been looking for inspiration to build mine.

I'm currently finishing up my website and a music project right now! Side projects are fun, because I can build on any idea that I have.

I'm really curious to see what all the bright minds are up to! What's one project (feel free to share more than one) you're working on right now that you're really proud of? Which stack are you using to build it? What's the most difficult error or problem you've run into on that project?

If you've already launched your project, feel free to share it below too.

Oldest comments (20)

Collapse
 
lucanders profile image
Luc Anders

A BuJo app :)

Collapse
 
andyrosenberg profile image
AndyRosenberg

Roda/Vue application called ReviewAnythingOnce, a review site where every product can only be reviewed one time.

Collapse
 
shadowphoenix profile image
Rose

An operating system ^^

Well, for now primarily learning some essentials I need to know, but I hope to get started with writing the first bits and bytes soon. ^^

Collapse
 
madza profile image
Madza

What lang are you using, just curious 👀

Collapse
 
shadowphoenix profile image
Rose

I'm thinking that the primary lang will be C, with some sprinkles of Assembly for some of the necessities (boot loader, that kinda stuff). And, maybe, a high level lang like Java in the far far faaar future of the OS. :)

Collapse
 
emjimadhu profile image
Em Ji Madhu

A github stars organizer and a url shortner

Collapse
 
perpetual_education profile image
perpetual . education • Edited

It's a little more of a "main" project - but Derek and Ivy and the people at PE have been building out perpetual.education (It's a custom WordPress theme - and it also spits out JSON data that we use in other apps) (biggest problems is just figuring out the best way to do things... and although the CMS and Advanced Custom Fields are really robust / they can get cluttered and ugly and not A+ to maintain.)

We also made this recently: latakedown.com (it uses video for the videos)

and we've been making these UX videos: (not really a 'code' project - but lots of video editing learing)

dev.to/perpetual_edu/ridiculous-ne...

Collapse
 
jizavala profile image
jizavala

A issue system like redmine (yes, another issue/ticket system) :D

Collapse
 
madza profile image
Madza

Gatsby portfolio website for some local business 😎

Collapse
 
p11r profile image
Prasanna Kumar

netselect - An opensource CLI tool to find fastest site based on ICMP latency.
github.com/pgollangi/netselect

It’s a handy tool to choose a mirror for apt, or just to compare sites to each other.

Collapse
 
snyderling profile image
David Snyder

DisStreamChat - an opensource Twitch chat client that also has Discord integration.
github.com/disstreamchat

Its designed to be used by streamers, viewers, and moderators so it has options that make it look good as stream chat overlay and it has lots moderation features and lots more in development.

Collapse
 
soorajsnblaze333 profile image
Sooraj (PS) • Edited

GitHub logo SoorajSNBlaze333 / tooltip-sequence

A simple step by step tooltip helper for any site

Tooltip Sequence

A minimalistic set of tooltips on your app.

GitHub stars GitHub forks GitHub issues size

cover

What it does

So suppose you create a Web Application and you want to take your users or anyone on a walkthrough on one, two or maybe all the features in your app, you can install this simple Javascript package to create a sequence of small tooltips that will guide the user to each feature( in our case a web element ) and show a small description of what you want them to know about that feature.This package would save you the time to manually create tooltip descriptions on each page and link them together in action.

Installation

Quick Usage ⚡️

Add the following tags to your HTML document
<link rel="stylesheet" href="https://unpkg.com/tooltip-sequence@latest/dist/index.css">
<script src="https://unpkg.com/tooltip-sequence@latest/dist/index.min.js"></script>

Or

Use npm

npm install tooltip-sequence --save
Add the following…