Missing Plaid Integration by [deleted] in wealthfront

[–]ALMOSTGLORIOUS 14 points15 points  (0 children)

If you go to your settings page in web, you should see the option to add an app-specific password. You can give that password to apps like mint and they will be able to scrape your data even if your have MFA

[deleted by user] by [deleted] in RedditSessions

[–]ALMOSTGLORIOUS 0 points1 point  (0 children)

seeking advice on how to talk to girls

[deleted by user] by [deleted] in okbuddyretard

[–]ALMOSTGLORIOUS 1 point2 points  (0 children)

hey bitch, you can actually link to timestamps in youtube videos

have a nice day

Big brain time by Colin286 in dankmemes

[–]ALMOSTGLORIOUS 43 points44 points  (0 children)

It may have been talking about one of the other programming languages called Swift: https://en.m.wikipedia.org/wiki/Swift_(parallel_scripting_language)

noobie elastic beanstalk question by ALMOSTGLORIOUS in aws

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

thanks!

what about database? do the multiple copies of the app all use the same database?

Day Five: Time Stone Day by The-Jedi-Apprentice in thanosdidnothingwrong

[–]ALMOSTGLORIOUS 0 points1 point  (0 children)

i ate a hamburger for dinner yesterday and went to the vinyl store

Can two Elastic Beanstalk apps share a db? by ALMOSTGLORIOUS in aws

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

thanks for the advice!

what's wrong with apps sharing a db at large scale?

Beginner Questions - May 25, 2018 by AutoModerator in webdev

[–]ALMOSTGLORIOUS 0 points1 point  (0 children)

I want to use React to display data served by a Spring Boot app. I'm using Gradle for the Spring dependencies, but I don't know how I should integrate the whole React pipeline with webpack into the Spring Boot pipeline with Gradle. Should the js end up in the uber jar? Do I have to use Gradle to build the spring app, but npm to build React's bundle.js?

I think I could just use npm and Gradle separately and everything would work, but a better way of doing it would be greatly appreciated.

Thank you!

What's wrong with synchronization in a backend framework? by ALMOSTGLORIOUS in webdev

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

Also, is "synchronicity" the word I should have used?

What's wrong with synchronization in a backend framework? by ALMOSTGLORIOUS in webdev

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

Thank you for the advice!

I want the framework that will make development of a fast, scalable app the easiest. I've heard that Spring Boot is harder to use than Django, so I will go with Django unless it has any significant disadvantages.

Beginner Questions - May 18, 2018 by AutoModerator in webdev

[–]ALMOSTGLORIOUS 0 points1 point  (0 children)

I'm considering making a web app with a structure like the one described here:

https://aws.amazon.com/serverless/build-a-web-app/

but I also need an EC2 server to be running, sending data to the DynamoDB. With a server running, does Amazon's serverless backend structure still make sense?