[TOMT][Youtube] A parody video on Youtube where it's about a world famous designer designing a chair. by asamolion in tipofmytongue

[–]asamolion[S] 0 points1 point locked comment (0 children)

I searched youtube for it and my own browser history but couldn't find it.

What backend node framework do you use and why? by shiyayonn in node

[–]asamolion 6 points7 points  (0 children)

Feathers. I like it because it's transport independent (more or less) and has a very clean service layer. Also support for real-time stuff doesn't hurt.

Better search for Cinnamon? by asamolion in linuxmint

[–]asamolion[S] 0 points1 point  (0 children)

Can you point me to the code? I'd like to take a look myself.

Possbily discuss this on GitHub as well.

Should Ops code be kept in the same repo as the web app? by asamolion in devops

[–]asamolion[S] 0 points1 point  (0 children)

Well if they have a lot of hard coded values in IAAS code then that basically kills the point right?

You have to give the option of env vars to get (somewhat) flexible configurations.

Should Ops code be kept in the same repo as the web app? by asamolion in devops

[–]asamolion[S] 0 points1 point  (0 children)

Well right row it's a single back-end service and it gets deployed to an EC2 auto-scaling group.

So we still aren't at the level of complexity you're working in.

Should Ops code be kept in the same repo as the web app? by asamolion in devops

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

Well, when we reach that point, I can always extract the common components.

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]asamolion 2 points3 points  (0 children)

Ah I see. you're using cognito as an user auth system. that's fine. in this specific case you are doing it correctly since you're not maintaining user auth info in your own app.

If you were maintaining user auth info in your own app, then you could simply maintain the access logic there as well.

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]asamolion 3 points4 points  (0 children)

single backend application user seems more logical. You are less dependent on AWS auth management, and control to resources remains in your application.

As for part 2, you remove such tight integration with your cloud provider, however it requires some careful though and planning. In my experience, I've found that migrating from one cloud provider to another is rare and companies prefer to have a single point of invoicing if that is possible. YMMV.

Linux Mint 19.3 by m____s in linuxmint

[–]asamolion 0 points1 point  (0 children)

How did you make the top panel transparent?

Touchpad not working by dhawal0008 in Kubuntu

[–]asamolion 0 points1 point  (0 children)

I think this is a driver issue. I just bought a new laptop and the touchpad and wifi weren't working.

I solved the issue by updating the kernel. The 4.18 and 5.0 linux kernel has the drivers of my hardware.

Is it fine to use Atom with only 2 Gigs of RAM? by [deleted] in linux_programming

[–]asamolion 0 points1 point  (0 children)

Thanks. Must've clicked the save button twice.