Veerraju Palacharla (PY Project)
Veerraju Palacharla (PY Project)
6. Third-Party Integration:
• Tools/Technologies Used:
o RESTful Web Services: For creating APIs that allow third-party systems to
communicate with your application.
o Apache Spark and Spark Streaming: For big data processing and real-time
data streaming.
• Process:
o You developed remote integrations with third-party platforms via RESTful
APIs. This involves creating endpoints that can accept requests and send
responses in JSON format, enabling other applications to interact with your
platform.
o With Apache Spark and Spark Streaming, you worked on processing large-
scale data, enabling your application to handle and analyze data in real-
time. This is ideal for high-performance, distributed data processing in
complex systems.
Your experience involves both backend and data management tasks, where you have
contributed to the development, optimization, and deployment of web applications and
data pipelines. You have worked with a diverse set of technologies and tools across
different stages of the software development lifecycle (SDLC)
Ivan3 Inc, Aus3n, TX Nov 2021 – Jan 2023 Python Developer
1. User Data Collection with Python Django Forms:
• Tools/Technologies Used:
o Django Web Framework: Python-based framework used for
building web applications.
o Pytest: A testing framework for writing and running test cases.
• Process:
o You used Django forms to collect and manage data from online
users. Django forms help in generating HTML forms and handling
the validation of user input.
o You ensured the correct flow of data from the user interface (UI)
to the backend, storing it in the appropriate database or model
fields.
o Pytest was used to write test cases for the forms. These test
cases ensured that the data collection process was working as
expected, validating user input, and making sure the form was
rendering and processing the data correctly.