Activity
Mon
Wed
Fri
Sun
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
What is this?
Less
More

Memberships

Amigoscode Academy

23 members • $99/month

Amigoscode

1.2k members • Free

9 contributions to Amigoscode
30 days of Java (Daily Check-in)
Use this thread to post about your progress with 30 Days of Java classroom. - What did you learn today? - What challenge did you complete? - What will you tackle tomorrow? Consistency beats intensity. See you tomorrow
2 likes • 20d
Completed day 1 today. I pretty much am comfortable with Java. I'm trying to build consistency in general including tasks that i hate doing. Like Leetcode
small but interesting observation
in my experience, comparing BigDecimal using ".equals()" does not correctly compare numbers. when comparing "1000" and "1000.00" both BigDecimal data types, java considers these 2 values to be different. I have found that using the "compareTo()" method to yield better results. you may save a value in json body as "1000", but when you retrieve the values again, it is saved as "1000.00" then when you for instance want to update an entity, if you use .equals(), java will consider these 2 values to be different. this is my code snippet for instance. if (updateRequest.price() != null && updateRequest.price().compareTo(p.getPrice()) != 0 ){ p.setPrice(updateRequest.price()); changes = true; }
0 likes • 22d
Thanks for the extra clarrification Omer
1 like • 20d
@Ian Dancan do you mean : Integer a = 100; Integer b = a; ?
Guest speaker session
Hi team, i want to ask about the session today where is the link?
small bug fixes request
Hi team. I am going through the Spring Boot Product API course, and there are some issues i found: - The 'Repo' Button link returns https://github.com/https://github.com/amigoscode/java-springboot-full-stack/tree/product-api it should be instead https://github.com/amigoscode/java-springboot-full-stack/tree/product-api as a result, there is an error when you click the link - The Dto Exercise video contains both the problem and the solution in the same video. The solution is in the next lesson right below it. Is a bit redundant i believe. Perhaps should edit the video. (Please verify yourself also)
small bug fixes request
Sorry folks
A family member was having a seizure during the meeting. I will see you soon...
1 like • 29d
our prayers to you Nelson
1-9 of 9
Hamza Khan
3
41points to level up
@hamza-khan-3963
Don't count the days, make the days count 😃

Active 2d ago
Joined Oct 14, 2025
Powered by