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

Memberships

Amigoscode Academy

41 members • $99/month

Amigoscode

1.5k members • Free

10 contributions to Amigoscode
Senior Engineer in 3 years?
In a few hours, we'll be talking about how Liana managed to get promoted to Senior Engineer in just 3 years No fluff. No fake productivity advice. Just a real conversation around: • Growing fast as an engineer • What actually gets noticed • Ownership and communication • Writing production-level code • Mistakes, lessons, and career growth The session will be streamed live on YouTube and LinkedIn. RSVP here: https://luma.com/b88hovr1 See you there 👊
Senior Engineer in 3 years?
2 likes • 8d
This is in 3 hrs right?
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 • Dec '25
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 • Dec '25
Thanks for the extra clarrification Omer
1 like • Dec '25
@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
1-10 of 10
Hamza Khan
3
39points to level up
@hamza-khan-3963
Don't count the days, make the days count 😃

Active 1d ago
Joined Oct 14, 2025
Powered by