asknilan Profile Banner
Nilanchala ๐Ÿƒ Profile
Nilanchala ๐Ÿƒ

@asknilan

Followers
773
Following
952
Media
484
Statuses
4K

Software Architect | Published Author | Java, Spring, Spring Boot & Microservices | Maintainer of @Stacktips

London, England
Joined March 2009
Don't wanna be here? Send us removal request.
@asknilan
Nilanchala ๐Ÿƒ
2 months
What the hell #Apple
Tweet media one
0
0
0
@asknilan
Nilanchala ๐Ÿƒ
4 months
Even a conventional war would cost countless lives and increase misery on both sides. That said, no one should get a free pass taking innocent lives just because they follow certain religious practices. Justice must be served!
Tweet media one
0
0
0
@asknilan
Nilanchala ๐Ÿƒ
10 months
Limitations of spring scheduler:
Tweet media one
0
0
0
@asknilan
Nilanchala ๐Ÿƒ
10 months
Teaching is the most effective way to learn. It not only validates your understanding but also provides the opportunity to engage with individuals who possess diverse perspectives.
0
0
1
@asknilan
Nilanchala ๐Ÿƒ
10 months
If Apple were to adopt semantic versioning, the MacBook M4 should be renamed M1.0.4. Having used the M1 for over 2 years and the M3 for six months as my dev machine, I have noticed no differences except for the colour.
0
0
1
@asknilan
Nilanchala ๐Ÿƒ
10 months
May this Diwali bring the victory of light over darkness, knowledge over ignorance, and good over evil into your life. Wishing you and your loved ones a bright and joyous Diwali! ๐ŸŽ†๐ŸŽ†๐ŸŽ†
Tweet media one
0
0
2
@asknilan
Nilanchala ๐Ÿƒ
11 months
I still miss the quick action setting from my Android days.
Tweet media one
0
0
0
@asknilan
Nilanchala ๐Ÿƒ
11 months
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
0
@asknilan
Nilanchala ๐Ÿƒ
11 months
My 7y boys art collection!
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
0
@asknilan
Nilanchala ๐Ÿƒ
11 months
Are you seeking a mentor to further your Java and backend developer career? I have 2 spots available. Hereโ€™s what you can expect: .- weekly 1-1 sessions.- hands-on projects. - guided learning.
mentorcruise.com
Nilanchala Panigrahy is a Engineering & Data mentor who provides personalized mentorship in Java,ย Spring,ย Spring Boot,ย Design Patterns,ย Microservices,ย Code Reviewย and more.
0
0
4
@asknilan
Nilanchala ๐Ÿƒ
11 months
Deeply saddened by the passing of Ratan Tata, a visionary entrepreneur, humble leader, and extraordinary philanthropist. His legacy of kindness and innovation will continue to inspire generations. May his soul rest in peace!
Tweet media one
0
0
2
@asknilan
Nilanchala ๐Ÿƒ
11 months
RT @gunnarmorling: Are you using #Java annotation processors? Then watch out when upgrading to Java 23: APs are not picked up any longer byโ€ฆ.
0
25
0
@asknilan
Nilanchala ๐Ÿƒ
1 year
Are you watching #AppleEvent?.
0
0
1
@asknilan
Nilanchala ๐Ÿƒ
1 year
Working with XML-Based REST API with Spring Boot. This video tutorial provides a step-by-step guide on handling XML requests and responses in Spring Boot REST APIs. It demonstrates creating a REST controller that accepts XML requests and produces XML responses. It also explains.
0
0
1
@asknilan
Nilanchala ๐Ÿƒ
1 year
RT @asknilan: Is your Spring Boot app crawling with MongoDB? . Let's discuss some of the key optimisation techniques and considerations toโ€ฆ.
0
4
0
@asknilan
Nilanchala ๐Ÿƒ
1 year
๐Ÿ”Ÿ Use Capped Collections when Applicable.Capped collections are fixed-size collections that maintain insertion order and automatically remove the oldest documents when the collection reaches its maximum size. Can be useful if you want to create a real-time logging system that
Tweet media one
1
0
1
@asknilan
Nilanchala ๐Ÿƒ
1 year
9๏ธโƒฃ Leverage Bulk Operations.Bulk operations allow you to batch multiple operations (insert, update or delete) in a single request. It results in fewer network roundtrips and performs significantly faster. Note that, MongoDB bulk operations are not atomic by default. You can
Tweet media one
1
0
0
@asknilan
Nilanchala ๐Ÿƒ
1 year
8๏ธโƒฃ Use Aggregations.For complex data processing, MongoDB's aggregation framework is more efficient than processing multiple queries from your application side. Aggregations can be used for processing and transforming documents within a collection. It uses a pipeline pattern,
Tweet media one
1
0
0
@asknilan
Nilanchala ๐Ÿƒ
1 year
7๏ธโƒฃLeverage Application Level Caching.Caching helps to speed up data access and improve overall application performance by reducing the need for frequent access to DB. Caching strategy can be implemented at different levels to meet your performance goals. Refer to the official.
1
0
0