diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..5df8e3e6f6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2426,4 +2426,9 @@ Noida #### Name: [Ítalo Epifânio](https://github.com/itepifanio) - Place: Natal, Brazil - Bio: Web developer PHP and Python -- Github: [Ítalo Epifânio](https://github.com/itepifanio) \ No newline at end of file +- Github: [Ítalo Epifânio](https://github.com/itepifanio) + +#### Name: [Yashal Ali](https://github.com/yashal-ali) +- Place: Karachi, Sindh, Pakistan +- Bio: Computer Systems Engineering student, Frontend Developer with experience in Next.js, React, and Redux. +- GitHub: [yashal-ali](https://github.com/yashal-ali) diff --git a/profiles/Yashal_Ali.md b/profiles/Yashal_Ali.md new file mode 100644 index 0000000000..bbadaa6341 --- /dev/null +++ b/profiles/Yashal_Ali.md @@ -0,0 +1,22 @@ +# Yashal Ali + +### Location + Pakistan + +### Academics +Bachelor of Engineering (Computer Systems) +Expected Graduation: June 2025 + +### Interests +- Frontend Development +- Machine Learning +- Open-Source Contributions +- Hackathons and Competitions + +### Development +- Frontend Developer at Conceptzi, working with Next.js, React, and CSS for responsive UIs. +- Redux for state management and API integrations to improve platform functionality. + + +### Profile Link +[GitHub](https://github.com/yashal-ali) diff --git a/scripts/hello_world_yashalali.py b/scripts/hello_world_yashalali.py new file mode 100644 index 0000000000..fba6675e40 --- /dev/null +++ b/scripts/hello_world_yashalali.py @@ -0,0 +1,9 @@ +# LANGUAGE: Python +# ENV: Python 3.x +# AUTHOR: Yashal Ali +# GITHUB: https://github.com/yashal-ali + +print('Hello, World!') + +# Python is a simple and powerful programming language. +# Learn more at: https://docs.python.org/3/tutorial/