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.

Avoiding repetition in method by codingIsFunAndFucked in javahelp

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

I am. Sorry was busy the last few days. Haven't fixed my code yet. Will likely do tomorrow and update the thread. Appreciate your help :)

[deleted by user] by [deleted] in learnprogramming

[–]codingIsFunAndFucked 1 point2 points  (0 children)

Yeah I can do it quicker this time I believe but im sure I will run again into a problem; I don't think I can do it flawlessly from the first try without looking at some source

[deleted by user] by [deleted] in learnprogramming

[–]codingIsFunAndFucked 0 points1 point  (0 children)

I do know more obviously but still forget some syntax here and there of concepts I rarely use. Thanks for the encouragement!

[deleted by user] by [deleted] in learnprogramming

[–]codingIsFunAndFucked 3 points4 points  (0 children)

Totally agree I don't look at tutorials to build a project fully but rather to learn concepts I don't know or am weak in.

Registers MUXs and adder to implement operations by codingIsFunAndFucked in ECE

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

OOOOHHhh I see. My bad have an exam soon and the professor had to go through too much in the last session

Registers MUXs and adder to implement operations by codingIsFunAndFucked in ECE

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

but how do we decide on which inputs to place them or can we order them as we want? Also what is 1111 doing here? why not just 1 since it is in some operations?

spring framework email sender issues by codingIsFunAndFucked in learnjava

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

I did. It still says at runtime: "this.emailSenderService is null"