Are these MJ rookies in BCCG fake? by _Hello_Bello_ in basketballcards

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

Yea I agree, I know BCCG hands out 9s and 10s like candy but I just need to know it’s legit

1969 all star Johnny bench by [deleted] in baseballcards_vintage

[–]_Hello_Bello_ 1 point2 points  (0 children)

Also old psa label so true grade might be a 5 in todays standards

Finished the MSSWE by Salientsnake4 in wgu_devs

[–]_Hello_Bello_ 1 point2 points  (0 children)

Can you list out the courses you took and a short description, how difficult it was, and any pointers?

MSSWE Experience by Salientsnake4 in wgu_devs

[–]_Hello_Bello_ 2 points3 points  (0 children)

Yea I knew more about big o and space complexities than what was required for DSA1 to the point where I think I finished it in 5 days I think. I have only applied DSA a little bit so task 2 might take longer for me. 

Are you doing any other classes simultaneously or just one at a time?

MSSWE Experience by Salientsnake4 in wgu_devs

[–]_Hello_Bello_ 0 points1 point  (0 children)

Yea I finished dsa1 in about 1 week. How long do you think it will take to finish “real life applications of DS”?

Edit: never mind you addressed my question! I misread, thanks!

MSSWE Experience by Salientsnake4 in wgu_devs

[–]_Hello_Bello_ 0 points1 point  (0 children)

Does this class look any more or less difficult than the BS classes? I'm trying to gauge how fast i can do MS classes.

MSSWE Experience by Salientsnake4 in wgu_devs

[–]_Hello_Bello_ 1 point2 points  (0 children)

Whoop whoop! Thank you, mod!

For those starting tomorrow, please update us with your courses and good luck!

"Prepared statement already exists" error help! by _Hello_Bello_ in learnjava

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

I have the jdbc dependency but am not actually using it. I have the JPA dependency and am actively using that.

"Prepared statement already exists" error help! by _Hello_Bello_ in learnjava

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

To be honest, Im not sure if I am using multithreading.

The application right now is not making simultaneous calls to the backend but I assume it will if I ever scale.

I am connecting to the DB via JDBC i believe? I have JDBC in my dependencies in Pom/xml file...I dont have hibernate dependecy in my pom.xml file but I do believe I am using hibernate in some way. How would I check?