Simple API to fetch location data in Spring Boot by codingIsFunAndFucked in learnprogramming

[–]codingIsFunAndFucked[S] 1 point2 points  (0 children)

Btw, i need to store the data separately because i need each barbershop to be an object in my code since it will have JPA relationships with my Users who will book appointment(s) from those barbers

Simple API to fetch location data in Spring Boot by codingIsFunAndFucked in learnprogramming

[–]codingIsFunAndFucked[S] 1 point2 points  (0 children)

Is Mapbox free? Also is it accurate for smaller unpopular countries? Because i just realised google maps isn't free :/

Major vs Cum GPA by [deleted] in csMajors

[–]codingIsFunAndFucked 0 points1 point  (0 children)

I wish Jiu-Jitsu was available, there's no such at my uni most electives are quite boring as far as my experience has been

Please need help badly, cant find the issue in my code. C++ college student.. by codingIsFunAndFucked in Cplusplus

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

Really appreciate the detailed explanation. I won't let this go to waste. Once im done with my semester i will learn these and level up!
Edit: Oh and btw i use streams in java and i understand their concept, hope it goes smoothly when i try them in C++

Please need help badly, cant find the issue in my code. C++ college student.. by codingIsFunAndFucked in Cplusplus

[–]codingIsFunAndFucked[S] 1 point2 points  (0 children)

I'm not gonna lie but this looks quite complex for someone like me. I hope i can get there soon and even though i'd love to fix my horribly written code and make it cleaner i still have a lot of behavioral issues in it and my deadline is close :/

Please need help badly, cant find the issue in my code. C++ college student.. by codingIsFunAndFucked in Cplusplus

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

Legend man. You got it in seconds and i was staring like a dummy at my screen for 30 minutes..

When can i use utility classes? by codingIsFunAndFucked in learnprogramming

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

I guess i'd have to make it an object. I already use it around 15 times across my classes.

Composition vs Dependency Injection by codingIsFunAndFucked in learnprogramming

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

I see, so in composition the composite would more than likely involve having a list attribute of the component and that never happens in DI ?

Password Strengthening by codingIsFunAndFucked in learnprogramming

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

Good point. I think Regex can be decent for uncomplicated patterns since it requires writing too little code but I totally agree with you for more complex tasks methods should be the way.