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,274 reads

Blogs

PowerShell (and T-SQL) and Elastic Jobs

By

I’ve covered how to create Elastic Jobs in the portal (this one is important...

A New Word: Redesis

By

redesis – n. a feeling of queasiness while offering someone advice, knowing they might...

Friday Flyway Tips: Autopilot in 10 minutes

By

The Solutions Engineers at Redgate recently released an Introduction to Redgate Flyway Autopilot course...

Read the latest Blogs

Forums

how to find the 2nd and 2nd to last entry in a table?

By water490

Hi everyone I am working on a query where the calculation depends on whether...

How to Obtain Call History of a Stored Procedure/UDF

By YSLGuru

I know in the past this wasn't possible but maybe that's changed as SQL...

No End to Programmers

By Steve Jones - SSC Editor

Comments posted to this topic are about the item No End to Programmers

Visit the forum

Question of the Day

Counting Bits II

What is the result of this query in SQL Server 2022+?

select bit_count('7')

See possible answers