PinnedAditya SolgeinLevel Up CodingAnnotation based Code Generator using Java PoetAnnotations are a powerful tool provided by Java, on which frameworks like Spring and libraries like Lombok are built. In this blog, I’m…Aug 23Aug 23
PinnedAditya SolgeinNerd For TechHow to prepare for a Software Developer Interview?In this blog post, I’ve shared some tips to ace the software engineer interview based on my personal experience of being a candidate and an…Jun 2, 2021Jun 2, 2021
Aditya SolgeinNerd For TechStop Creating Library (or XYZ) Management Applications for Your Resume — Instead, Do This!Most engineering students are still creating Library/Student or some random XYZ management applications while studying computer science…Jul 29Jul 29
Aditya SolgeDoes Certification Matter in Getting a Software Engineer Job?I interact with multiple engineering students and working professionals on a regular basis. The question of whether to have certification…Jun 20Jun 20
Aditya SolgeinNerd For TechHow I Got My First Client as a Freelance DeveloperI left my full-time job in May 2023 and became a full-time freelancer to keep my coding passion alive. While I’m still figuring out a lot…Jun 1Jun 1
Aditya SolgeinNerd For TechEncapsulation beyond Definition — Object Oriented Programming (OOP)I often encounter developers who grasp Object-Oriented Programming (OOP) concepts but struggle to apply that knowledge in real-life…Mar 25Mar 25
Aditya SolgeinNerd For TechJourney of a Java Object — From Creation to Deletion!Have you ever wondered what happens when you create an object of a class in Java? Does the object reside in the variable you create? Who…Dec 11, 2023Dec 11, 2023
Aditya SolgeinNerd For TechHow to handle task delays at Work?Are unexpected delays causing you stress at work? Fear not!Sep 11, 2023Sep 11, 2023
Aditya SolgePackaging and Implementing Your Java Code Generator — Code Generator [4/4]In this tutorial, we’re going to wrap up our journey of creating an annotation-based code generator in Java. If you’re just joining us, I…Aug 31, 2023Aug 31, 2023
Aditya SolgeCreating a Code Generator Processor — Code Generator [3/4]In this tutorial, we’re diving deep into the implementation of the Code Generator Processor, a crucial component of our annotation-based…Aug 31, 2023Aug 31, 2023