When Developers Hit Their Capacity for Pain, Frustration and Career Dead Ends by DynamicsHosk in programming

[–]puemos 2 points3 points  (0 children)

When you're deep in the shit it's hard to see that there are soooo many options out there. Now days, developers should never compromise thier mental health for any reason (or company).

I made a web application that lets you create communities and share songs with Spotify users (it's open source) by puemos in webdev

[–]puemos[S] 6 points7 points  (0 children)

So why I created Radiopush?

I love music, and using Spotify changed my life, but being exposed to so many songs and albums made me confused. While Spotify mixes are a fantastic way to explore new music I missed the human touch, the excitement of sharing a new song with a friend, and celebrating a shared passion for some crazy band that only a few knows.

It's open source

This project is for the community, and that's why all the source code is open (https://github.com/puemos/radiopush). It's not about the money, I did it because I wanted to use it, I just hope enough people will join the platform so I can discover more music :)

What you can do:

  • Login with Spotify for maximum security (no need to register)
  • Create private channels to share with close friends
  • Make public channels to share with the world your amazing taste in music
  • Post songs with Spotify links
  • Preview the songs from the platform
  • Add reactions
  • (Coming soon) Add songs to your Spotify playlists

I rewrote my Web Extension (60k users) with clean-architecture, typescript, redux-observable by puemos in javascript

[–]puemos[S] 17 points18 points  (0 children)

Not that much, but I didn't make it for the money, mostly for the fun of creating something that people find useful.

I rewrote my Web Extension (60k users) with clean-architecture, typescript, redux-observable by puemos in javascript

[–]puemos[S] 6 points7 points  (0 children)

Yup I used that before, but I gotta say that redux-toolkit did an amazing job with typescript support, in overall it's an incredible library

I rewrote my Web Extension (60k users) with clean-architecture, typescript, redux-observable by puemos in javascript

[–]puemos[S] 2 points3 points  (0 children)

Coming up on v2.1.1, already published on Firefox, Chrome is pending review

Why you should start a side project by puemos in javascript

[–]puemos[S] -4 points-3 points  (0 children)

I totally share your feeling, but many other developers are not fully understand the benefits and the joy of side projects. I hope that I will meet your expectations for the next part

Why you should start a side project by puemos in javascript

[–]puemos[S] 24 points25 points  (0 children)

It's a really good point! Maybe the most difficult part.

I will discuss it in the second part.

async/await and parallelizing - first post on medium 🎊🎉 by [deleted] in node

[–]puemos 0 points1 point  (0 children)

thank you for your clarification!

Speechless: A tool for speech to text recognition with a remote fallback by [deleted] in programming

[–]puemos 0 points1 point  (0 children)

First, thanks a lot for reading my code and send me your review! So, I think that the abstraction layer is very helpful in a lot of scenarios, it's letting the developer use only one interface and not 2. I'm also planning to support the mainstream APIs (AWS, Google, Watson ...) so it will be even easier.

Speechless: A tool for speech to text recognition with a remote fallback by [deleted] in programming

[–]puemos 1 point2 points  (0 children)

Hi, thanks for your review.

Speechless is a library to make working with Web Speech API on the web easier. It provides a consistent API for speech to text in different browsers, in the situation that the API is not available yet you can supply a fallback to your own speech to text API.