DEV Community

Dakota Lewallen
Dakota Lewallen

Posted on • Updated on

What are you guys working on?

I spent most of my morning working on my current side project, dnd-graphql. If you're not familiar with Dungeons and Dragons, it's a table-top role-playing game with the goal of creating fun stories with your friends. A couple months ago I found out the the company that maintains the game, makes the core rule-set openly available through the Open Gaming License Version 1.0a. So I decided to create an API containing the rule set in the hopes of making the information more accessible to other application developers.
But I'd love to hear what all of you are working on!! It's a shame that there's so many projects that get lost in the day-to-day of the software world. Hopefully we can connect passionate people with great projects.

Oldest comments (9)

Collapse
 
pavermakov profile image
Pavel Ermakov

I am building a puzzle game with react-native. Trying to make it beautiful with sprites and animations.

Collapse
 
therealdakotal profile image
Dakota Lewallen

Are you using anything to learn react-native? It's something on my to-do list

Collapse
 
pavermakov profile image
Pavel Ermakov
Collapse
 
jz222 profile image
Timo Zimmermann

I'm working on a monitoring app that helps to monitor and analyze your web applications. πŸ˜€

Collapse
 
therealdakotal profile image
Dakota Lewallen

Might have to see if I can integrate that with this project πŸ€”. How long have you been working on it?

Collapse
 
jz222 profile image
Timo Zimmermann

Around three weeks now. I wrote a small article about it recently. Today I finished the first draft of the adapter for browsers.

Thread Thread
 
therealdakotal profile image
Dakota Lewallen

That's crazy you got all that done in three weeks. Are you looking to take that project much further?

Thread Thread
 
jz222 profile image
Timo Zimmermann

Yes, at the moment it can track errors from NodeJS servers and the browser. I’m planning to add extensive analytics so that you can track page visits and analyze the behavior of your visitors on your page to identify performance or UX issues.

Collapse
 
bekbrace profile image
Bek Brace

I am currently exploring C# and Unity engine to design and create 2D games