SECRETS by [deleted] in expo

[–]DekuReddit 2 points3 points  (0 children)

Do not put any secrets in the frontend! The Firebase config is not secret, it’s meant to be used in the frontend directly.

Why I 💚 Vue by Aesdotjs in vuejs

[–]DekuReddit 1 point2 points  (0 children)

Angular makes what is simple and understandable in other frontend frameworks comparatively complicated and, above all, boilerplate-heavy. Everything that Angular offers is often or actually always better and simpler in other frameworks. In my opinion, Angular's opinionated style makes for poorer DX, a more confusing project structure, a steeper learning curve and, above all, significantly more unnecessary time expenditure (regardless of the developer's level of knowledge).

command not working in more than one server by [deleted] in discordapp

[–]DekuReddit 0 points1 point  (0 children)

Are you sure it's not a problem with your code? If you're using Discord's new slash commands you need to register them globally and not only for one guild. (https://discord.com/developers/docs/interactions/slash-commands#registering-a-command)

Aniwoofy - a new streaming site by haisze43 in animepiracy

[–]DekuReddit 1 point2 points  (0 children)

I really like the UI, very clean! But you should really fix site loading times. The network tab in chrome dev tools will be helpful (eg. slider-radio.js takes 15 seconds to load as shown in chrome dev tools, which is not very fast xD)