From 4852bdefecb76dd4d6eff83e5a6ac1b5fb2707b5 Mon Sep 17 00:00:00 2001 From: yashal-ali Date: Fri, 25 Oct 2024 18:36:44 +0500 Subject: [PATCH] task-complete --- CONTRIBUTORS.md | 7 ++++++- profiles/Yashal_Ali.md | 22 ++++++++++++++++++++++ scripts/hello_world_yashalali.py | 9 +++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 profiles/Yashal_Ali.md create mode 100644 scripts/hello_world_yashalali.py 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/