Welcome to Coding With Aman!
I'm Aman Sahni, an IT professional sharing 10+ years of knowledge to help you learn important concepts and crack interviews.
Learn Java, Spring Boot, and how to design systems that can handle anything.
With 10 years in IT, I've seen it all and I'm here to guide you. My tutorials are designed to be clear, concise, and focused on real-world application.
Join me on this coding journey โ subscribe now!
Coding with Aman
Handling Curveball Questions is very important to crack Interviews!
Youโve nailed the tech rounds, and suddenly the interviewer throws a curveball:
๐ โWhatโs your favorite Java feature?โ
๐ โWhat would you change in Java if you could?โ
๐ โHow do you stay up-to-date with Java?โ
These arenโt textbook questions โ theyโre meant to test depth, authenticity, and how you think beyond code.
Below are some of the example responses:
1) Favorite Java Feature?
The Stream API. It changed how we write and reason about data processing โ bringing functional style, better readability, and performance with parallel streams.
2) One thing you'd change?
Stronger native support for immutable collections, like Guavaโs. Java's List.of() is a start, but the ecosystem deserves more expressive immutability tools.
3) How do you stay current with Java developments?
I follow OpenJDK mailing lists, participate in guilds, read JEPs, play with preview features, and contribute to OSS โ it keeps my skills fresh and relevant.
These questions donโt have โrightโ answers. Use them to highlight your thinking, preferences, and growth mindset.
#java #springboot #programming
2 months ago | [YT] | 14
View 1 reply
Coding with Aman
If you have got an interview in the next 2-3 days then donโt try to learn everything from scratch. Instead, revise smart.
You can spend just ~3 hours on these focused videos to brush up on core concepts which can help in your interviews:
โ Generics in Java (~10 mins)
๐ linktw.in/UdHRxw
โ Multithreading Crash Course (~90 mins)
๐ linktw.in/kLDryG
โ Java Streams In-Depth (~40 mins)
๐ linktw.in/jdXjZq
โ Top 10 Spring Boot Concepts (~50 mins)
๐ linktw.in/hmooIN
โ System Design Masterclass (~15 mins)
๐ linktw.in/UWROqql
๐ง Revise smart. Go in confident.
If you find this helpful, feel free to share it with someone preparing too! ๐ช
4 months ago | [YT] | 30
View 0 replies
Coding with Aman
Based on my 10 years of experience in the industry, below two lessons are really important which can help in your career growth:
๐ An uncontrolled schedule is a silent career killer โ you donโt even realize it until it's too late. Own your time like you own your meetings and proactively block time in your calendar for coding, learning, deep work, and strategic thinking.
๐ Being smart is important. But being someone people want to collaborate with is what truly sets you apart.
๐ Empathy, emotional intelligence, and the ability to work well with others will take you farther than cleverness alone.
4 months ago | [YT] | 29
View 0 replies
Coding with Aman
Java 24 got released a few days back, and Iโm genuinely excited about how Java is solving long-standing multithreading challenges. ๐
If you're a Java developer, start exploring below three features โ theyโre not just cool, theyโre the future of Java:
1) Virtual Threads โ Lightweight threads that make writing scalable concurrent apps much easier.
2) Structured Concurrency โ Treat multiple tasks as a single unit of work, making cancellation and error handling super clean.
3) Scoped Values โ A modern, safer alternative to ThreadLocal for sharing immutable data across threads.
These APIs will be game-changers especially when used together.
#java
6 months ago | [YT] | 29
View 0 replies
Coding with Aman
Which of the following naming styles are supported by Spring Boot's relaxed binding for configuration properties?
11 months ago | [YT] | 6
View 3 replies
Coding with Aman
You have a base class Bird with a fly() method, but you need to create a subclass Penguin that cannot fly. Which SOLID principle does this violate?
11 months ago | [YT] | 12
View 0 replies
Coding with Aman
You notice that class A has a private field of type class B, and class B has a private field of type class A. Both classes are accessing each otherโs internal states frequently. Which code smell is this?
11 months ago | [YT] | 5
View 1 reply
Coding with Aman
You are developing a text editor that supports optional features like spell-checking, grammar-checking, and plagiarism detection. You want to add these features dynamically without altering the core editor functionality. Which pattern should be applied and why?
11 months ago | [YT] | 6
View 0 replies
Coding with Aman
I have started Java Design patterns (low level design) playlist which will help to understand the basics of design patterns, who invented them, how to use them, categories, 21 Design patterns and code smells.
Feedbacks and suggestions always welcomed ๐๐จ๐ปโ๐ป
#designpatterns #lld #java
11 months ago | [YT] | 13
View 0 replies
Coding with Aman
What does "squashing commits" mean in Git?
11 months ago | [YT] | 16
View 2 replies
Load more