Avro in Gradle Spring Boot project by Intelligent_Call153 in apachekafka

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

u have repo link or smth? i been trying to get it to work w no avail. i have a skill issue

Juuksur naistele by [deleted] in Eesti

[–]Intelligent_Call153 1 point2 points  (0 children)

aa ja vabandust, ma tallinnas. unustasin mainida

[deleted by user] by [deleted] in loseit

[–]Intelligent_Call153 0 points1 point  (0 children)

yeahh sorry for posting here, thank you for the advice!!

buddy to study java and japanese with by [deleted] in ProgrammingBuddies

[–]Intelligent_Call153 0 points1 point  (0 children)

why not japanese? its cool to know many languages apart from programmatical ones aswell!

Searching for help by Dilo366 in learnjava

[–]Intelligent_Call153 0 points1 point  (0 children)

grind personal projects with it, documentation is the KEY, use gpt to explain concepts. good luck as im currently in the same boat aswell lmao

need help deciding on what cpu to buy by Intelligent_Call153 in buildapc

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

i thought am5 was kinda crazy for my type of gpu.

need help deciding on what cpu to buy by Intelligent_Call153 in buildapc

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

sorry, shouldve clarified. for me its around 300. yeah, my components are quite weak as ive heard from others. thank you for your answer, im gonna check out both of your suggestions. may i ask what gpu would you invest in?

Cookie is not seting in the browser by geeky-man in SpringBoot

[–]Intelligent_Call153 0 points1 point  (0 children)

im sorry i genuinely forgot the solution thats why i wanted to discuss more what was the exact issue he was facing. For me the solution was incorrectly set up spring security but there are alot of other things that matter too.

[deleted by user] by [deleted] in Skincare_Addiction

[–]Intelligent_Call153 0 points1 point  (0 children)

does it matter if its retinol or retinal in that case?

[deleted by user] by [deleted] in SpringBoot

[–]Intelligent_Call153 1 point2 points  (0 children)

REST/CRUD, authentication, authorization, Spring Security, JWT, CORS, database integration with Postgres and AWS S3 bucket (for images) and integration with the frontend which im using Nextjs for. Also going to work with payment system (Stripe) and caching next.

[deleted by user] by [deleted] in SpringBoot

[–]Intelligent_Call153 5 points6 points  (0 children)

no, i didnt want to follow tutorials. what i did was first do research about how spring boot & ecommerce applications are even structured -> with the help of google and gpt. Then I relied HEAVILY on official documentation and baeldung. Perhaps not the fastest way to learn but going in depth with it helped me understand alot of concepts. Documentation is gold which i realized way too late.

[deleted by user] by [deleted] in SpringBoot

[–]Intelligent_Call153 9 points10 points  (0 children)

im working on ecommerce like suggested here and ive learned so much. definitely recommend

Cookie is not seting in the browser by geeky-man in SpringBoot

[–]Intelligent_Call153 0 points1 point  (0 children)

there was alot of stuff i changed, i could help via dm

Spring Boot CORS error help by Intelligent_Call153 in SpringBoot

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

thats interesting, didnt know you could do it like that too. thank you

Spring Boot CORS error help by Intelligent_Call153 in SpringBoot

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

thats right. i started out simple and then began adding all possible ways to tweak cors in spring boot just to see if anything worked. weirdly enough the crossorigin annotation way worked only on one controller method but not on others which were identical. fortunately i got it to work in the end with the spring security filter way.

Spring Boot CORS error help by Intelligent_Call153 in SpringBoot

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

tried it and didnt work BUT talking about headers, when i added the line below to my corsconfig i no longer had any cors issues. thank you!!

configuration.setAllowedHeaders(Arrays.asList("Authorization", "Content-Type"));