Vishal Pallerla · Dec 8, 2025 go to post

Happy Decennial, Developer Community 🎉
Cheers to a decade of code, collaboration, and community! 💻

Vishal Pallerla · Oct 9, 2025 go to post

Looks like our digital colleague finally discovered the true meaning of work-life balance 😄

Vishal Pallerla · Sep 15, 2025 go to post

Shoutout to the DevRel team and @Randy Pallotta for bringing us yet another creative and engaging contest tailored for sales engineers. Truly appreciate the opportunity to be part of something so inspiring!

Vishal Pallerla · Aug 26, 2025 go to post
  • Went to the sea or a lake 
    • Living near the sea ;)
  • Hiked/enjoyed nature
    • Yup
  • Traveled somewhere new
    • Yeah, a new ice cream store 
  • Attended a concert or festival
    • Nah :(
  • Watched a movie or series
    • Yupppp
  • Read a book
    • Started reading ........
  • Earned points and redeemed a reward on Global Masters 🏆
    • Yeahhhhhh !!!!
  • Joined READY 2025 🎉
    • Yessssss
  • Spent time with family or friends
    • 💯
Vishal Pallerla · Aug 6, 2025 go to post

Thanks @Benjamin.DeBoe. I am trying to use this feature in a demo to showcase differences between various types of searches such as with LIKE keyword, FIND, hybrid search and semantic search and this is very helpful. 

Vishal Pallerla · Aug 4, 2025 go to post

Thank you @Yone Moreno Jiménez for sharing your experience and raising this important accessibility need. I agree that a dark mode for the HealthShare Management Portal would significantly reduce eye strain.

To help bring this feature closer to reality, I’ve submitted a related idea here few days ago: Dark Mode for Management Portal.
If this resonates with you, feel free to upvote the idea so it gains more visibility among InterSystems experts.

Vishal Pallerla · Jul 31, 2025 go to post

Nice article @Luis Angel Pérez Ramos!
Just to clarify my understanding: If I run a query using LIKE '%example%' and get x number of results, will running a similar query using %iFind.Index.Basic always return at least x results (i.e., the result count with %iFind is always greater than or equal to the LIKE query)? Or are there cases where %iFind might return fewer or different records?

Vishal Pallerla · Jul 31, 2025 go to post

Really enjoyed the article @Guillaume Rongier !
I’ve been a big fan of virtual environments for all my Python work, it’s awesome to see how they can be used within IRIS too. 

Vishal Pallerla · Jun 30, 2025 go to post

Nice step-by-step guide, @Marco Bahamondes to expose a basic REST API with InterSystems IRIS.
I’m curious to know, have you experimented with exposing vector columns in IRIS tables  through the REST API?

Vishal Pallerla · Aug 27, 2024 go to post

I initially asked about using the “Populate” method in ObjectScript to generate random data and received a useful response. Later, I provided a sample class definition in my query and asked: "how to use populate method for random data". Impressively, it gave a code snippet that successfully generated the data.