Manoj Nalledathu Palat
5 posts
Manoj Nalledathu Palat is a Open Source Lead/Committer working at IBM leading the Java Compiler in Eclipse (https://projects.eclipse.org/projects/eclipse.jdt/PL/mpalat) . In parallel, Represented Eclipse Foundation in the Experts Group for Platform JSRs for multiple Java SE [eg: https://openjdk.java.net/projects/jdk/21/spec/] and IBM in Eclipse IDE WG Steering Committee. Passionate about training (Worked as Professor of Practice from January 2024-Dec 2024 at NIT, Calicut), Provide training internally at IBM regularly, blogs sometimes (https://medium.com/@manojnp, ), mentors people. Holds a Masters degree in Computer Science from Indian Institute of Science(IISc), Bangalore and B-Tech in Computer Science from National Institute of Technology (Formerly REC) Calicut, India.Launching a Java Debugger in Eclipse – A Myriad of options
How to start a debugger? Seriously? Is it really worth a story? Let us find out about the…
Breakpoints -The lifeline of debugging – An Eclipse Features guide
Each and Every programmer would have got stuck with some debugging issue or the other so many times.…
Record Patterns — Building on JAVA Records
Records are becoming quite popular nowadays. Put it simply, they are just constant classes. So what’s the big…
Java Records — Etched in Finality
record: to set down in writing or the like, as for the purpose of preserving evidence. [dictionary.com] The…
Brewing Patterns in Java — An Informal Primer
Prologue Not so long ago, Java lovers were engulfed by a mammoth wave of change — yes, we…