Rohit Alladi

I am a seasoned Senior Engineer with over 12 years of Enterprise software experience in the industry, including extensive work with Fortune 500 companies.
Demonstrating versatility and expertise across various technological domains, I have a proven track record in building cloud-native applications(Salesforce), Application Solution Design & development,
developing DevOps processes, engaging with AI and machine learning.
My comprehensive technical skill set, combined with the leadership and team-motivation abilities, have facilitated the delivery of high-quality software solutions.
This has significantly contributed to the advancement of the technology sector and the professional development of technologists under my mentorship throughout my career.
  • Skills: Salesforce, CRM, AWS, Python, Machine Learning

Technical Article

Creating a CSV Parser in Apex

Salesforce supports the conversion of only csv files utilizing Apex. However if you use their LWC - js platform that provides wide options to bring in libraries to parse all kinds of file types. Here in this script i would be providing basic idea of functions utilizing the parsing logic along with options to iterate […]

5 (1)

You rated this post out of 5. Change rating

2024-05-21

8,331 reads

Blogs

Friday Flyway Tips: State-based deployment with Flyway Teams

By

I was asked about state-based deployments in Flyway Teams, so I decided to show...

Advice I Like: The Main Thing

By

The main thing is to keep the main thing the main thing. – from...

Sic Transit Gloria Community

By

When Covid took out the PASS organization, I had someone say to me, “Well,...

Read the latest Blogs

Forums

Dynamic T-SQL Script Parameterization Using Python

By omu

Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...

Log Shipping Not Able to Restore Log Files in Secondary

By regnar

I'm attempting to set up log shipping from SQL Server 2005 Standard to SQL...

Smile and Wave Boys

By Grant Fritchey

Comments posted to this topic are about the item Smile and Wave Boys

Visit the forum

Question of the Day

Counting Bits IV

What do these two selects return?

SELECT BIT_COUNT (CAST (-1 as smallint))
     , BIT_COUNT (CAST (-1 as bigint))

See possible answers