• RSIF8
    Roll no: 99
    Coding task no: 1
    Coding topic Create a Basic Calculator
    Today’s task was to build a functional calculator that can perform basic mathematical operations such as:
    Addition
    Subtraction
    Multiplication
    Division
    I built the calculator using HTML, CSS, and JavaScript, with a proper interactive interface where users can enter numbers and perform calculations.
    But here’s the interesting part: I didn’t write all the code from scratch myself. Instead, I used ChatGPT for vibe coding — I described what I wanted, worked with the generated code, tested it, and made sure the final calculator actually worked.
    This task taught me that coding isn’t only about writing every line manually. It’s also about understanding the problem, communicating your idea clearly, testing the result, debugging, and learning from the code.
    One more small project completed!
    One more step forward in my learning journey.
    #VibeCoding #ChatGPT #HTML #CSS #JavaScript #WebDevelopment #Coding #Programming #Calculator #100DaysOfCode #LearningToCode #BuildInPublic #TechJourney #WebDesign #FrontendDevelopment #CodingJourney #AI #ArtificialIntelligence #Developer #StudentDeveloper
    RSIF8 Roll no: 99 Coding task no: 1 Coding topic Create a Basic Calculator Today’s task was to build a functional calculator that can perform basic mathematical operations such as: ➕ Addition ➖ Subtraction ✖️ Multiplication ➗ Division I built the calculator using HTML, CSS, and JavaScript, with a proper interactive interface where users can enter numbers and perform calculations. But here’s the interesting part: I didn’t write all the code from scratch myself. Instead, I used ChatGPT for vibe coding 🤖💻 — I described what I wanted, worked with the generated code, tested it, and made sure the final calculator actually worked. This task taught me that coding isn’t only about writing every line manually. It’s also about understanding the problem, communicating your idea clearly, testing the result, debugging, and learning from the code. One more small project completed! ✅ One more step forward in my learning journey. 📚🚀 #VibeCoding #ChatGPT #HTML #CSS #JavaScript #WebDevelopment #Coding #Programming #Calculator #100DaysOfCode #LearningToCode #BuildInPublic #TechJourney #WebDesign #FrontendDevelopment #CodingJourney #AI #ArtificialIntelligence #Developer #StudentDeveloper
    0 Yorumlar 0 hisse senetleri 1098 Views
  • #rsisb
    Roll no.239
    Coding task no.13
    Foundation Level


    A **Simple Chat Application** is a basic software project that allows two or more users to communicate by sending and receiving messages in real time.

    It is a great project for learning important programming concepts such as **user interfaces, networking, databases, and real-time communication**.

    ### Key Features

    * Send and receive messages
    * User login or username system
    * Online/offline status
    * Message timestamps
    * Notifications
    * Chat history

    ### Technologies You Can Use

    * **HTML, CSS & JavaScript** for the frontend
    * **Node.js** for the backend
    * **Socket.IO** for real-time messaging
    * **Firebase** for authentication and database services

    Building a simple chat application is an excellent way to understand how modern messaging platforms work. Start small, learn the basics, and gradually add more advanced features!

    #ChatApplication #WebDevelopment #Programming #JavaScript #NodeJS #SocketIO #Coding #Developer #TechProject #LearnToCode
    #rsisb Roll no.239 Coding task no.13 Foundation Level A **Simple Chat Application** is a basic software project that allows two or more users to communicate by sending and receiving messages in real time. 📱💻 It is a great project for learning important programming concepts such as **user interfaces, networking, databases, and real-time communication**. ### ✨ Key Features * 💬 Send and receive messages * 👤 User login or username system * 🟢 Online/offline status * 📅 Message timestamps * 🔔 Notifications * 🗂️ Chat history ### 🛠️ Technologies You Can Use * **HTML, CSS & JavaScript** for the frontend * **Node.js** for the backend * **Socket.IO** for real-time messaging * **Firebase** for authentication and database services Building a simple chat application is an excellent way to understand how modern messaging platforms work. 🚀 Start small, learn the basics, and gradually add more advanced features! #ChatApplication #WebDevelopment #Programming #JavaScript #NodeJS #SocketIO #Coding #Developer #TechProject #LearnToCode 💻🚀
    0 Yorumlar 0 hisse senetleri 1604 Views
  • RSISB
    Roll No:#209
    Clone No.1



    WhatsApp Clone (Non-Functional)

    A creative WhatsApp Clone project designed to recreate the look and feel of a modern messaging application. This non-functional clone focuses on UI design, layout, and visual elements, including chat screens, contact lists, message bubbles, profile sections, and a familiar messaging interface.

    The project is perfect for practicing frontend development, UI/UX design, responsive layouts, and web development skills. Although it is non-functional and does not send real messages, it demonstrates how a popular messaging platform can be recreated for learning and design purposes.

    A great project to showcase creativity, coding skills, and modern interface design!

    #WhatsAppClone #NonFunctional #WebDevelopment #FrontendDevelopment #UIDesign #UXDesign #WebDesign #Coding #Programming #HTML #CSS #JavaScript #ResponsiveDesign #FrontendProject #CodingProject #Developer #Learning #Tech #SoftwareDevelopment #PortfolioProject
    RSISB Roll No:#209 Clone No.1 📱💬 WhatsApp Clone (Non-Functional) 💬📱 A creative WhatsApp Clone project designed to recreate the look and feel of a modern messaging application. 🎨✨ This non-functional clone focuses on UI design, layout, and visual elements, including chat screens, contact lists, message bubbles, profile sections, and a familiar messaging interface. 💚🗨️ The project is perfect for practicing frontend development, UI/UX design, responsive layouts, and web development skills. 💻🚀 Although it is non-functional and does not send real messages, it demonstrates how a popular messaging platform can be recreated for learning and design purposes. 🌟📚 💡 A great project to showcase creativity, coding skills, and modern interface design! 🔥👨‍💻 #WhatsAppClone #NonFunctional #WebDevelopment #FrontendDevelopment #UIDesign #UXDesign #WebDesign #Coding #Programming #HTML #CSS #JavaScript #ResponsiveDesign #FrontendProject #CodingProject #Developer #Learning #Tech #SoftwareDevelopment #PortfolioProject 📱💬💻🎨✨🚀🧑‍💻🌟🔥📚💚
    0 Yorumlar 0 hisse senetleri 3487 Views
  • #rsisb
    Roll no.247
    Foundation level# Basic Calculator with GUI

    Welcome to **Basic Calculator with GUI** — a simple, user-friendly, and interactive calculator project designed to make everyday mathematical calculations quick, easy, and enjoyable! This project demonstrates how a calculator can be built with a **Graphical User Interface (GUI)**, allowing users to perform calculations by simply clicking buttons instead of typing commands.

    The calculator provides essential mathematical operations such as **addition , subtraction , multiplication , and division **. It is designed with a clean and straightforward interface so that beginners, students, and anyone interested in programming can easily understand how a GUI-based application works.

    One of the most interesting aspects of this project is the combination of **programming logic and visual design**. Users can enter numbers, select mathematical operators, and instantly see the result displayed on the calculator screen. This makes the project a great example of how programming can be used to create practical and interactive applications.

    The **Basic Calculator with GUI** is also an excellent learning project for students who are beginning their programming journey. Through this project, learners can understand important concepts such as **variables, functions, event handling, buttons, input fields, operators, conditional logic, and GUI components**. These concepts provide a strong foundation for developing more advanced software applications in the future.

    The simple design makes the calculator easy to navigate, while the interactive buttons provide a smooth user experience. Whether you want to calculate a total, subtract numbers, multiply values, or divide one number by another, this calculator provides the essential tools needed for basic arithmetic.

    This project also highlights the importance of creating applications that are not only functional but also **easy to use and visually understandable**. A well-designed GUI helps users interact with software naturally and makes complex programming concepts more accessible.

    Overall, the **Basic Calculator with GUI** is a fun, educational, and practical programming project. It is perfect for beginners who want to practice GUI development while building something useful. With additional features, the project can later be expanded into a more advanced calculator with percentage calculations, decimal support, square roots, memory functions, calculation history, and more!

    **Project Highlights:**
    Simple and clean GUI design
    Addition, subtraction, multiplication, and division
    Interactive calculator buttons
    Easy-to-understand interface
    Beginner-friendly programming project
    Useful for learning GUI development
    Great practice for programming logic
    Can be expanded with advanced features

    **Learn. Code. Calculate. Create!**

    #BasicCalculator #CalculatorGUI #GUICalculator #Programming #Coding #ComputerScience #PythonProject #BeginnerProject #ProgrammingForBeginners #GUIProgramming #SoftwareDevelopment #CodingProject #MathCalculator #LearnProgramming #StudentProject #TechProject #InteractiveApplication #ComputerProgramming #CodingJourney #ProgrammingSkills #Education #Technology #Developer #CodeLearning #CreativeCoding #Math #CalculatorProject
    #rsisb Roll no.247 Foundation level# Basic Calculator with GUI 🧮💻 Welcome to **Basic Calculator with GUI** — a simple, user-friendly, and interactive calculator project designed to make everyday mathematical calculations quick, easy, and enjoyable! 🎉✨ This project demonstrates how a calculator can be built with a **Graphical User Interface (GUI)**, allowing users to perform calculations by simply clicking buttons instead of typing commands. 🖱️🔢 The calculator provides essential mathematical operations such as **addition ➕, subtraction ➖, multiplication ✖️, and division ➗**. It is designed with a clean and straightforward interface so that beginners, students, and anyone interested in programming can easily understand how a GUI-based application works. 💡👨‍💻👩‍💻 One of the most interesting aspects of this project is the combination of **programming logic and visual design**. 🎨💻 Users can enter numbers, select mathematical operators, and instantly see the result displayed on the calculator screen. This makes the project a great example of how programming can be used to create practical and interactive applications. 🚀 The **Basic Calculator with GUI** is also an excellent learning project for students who are beginning their programming journey. 📚🌟 Through this project, learners can understand important concepts such as **variables, functions, event handling, buttons, input fields, operators, conditional logic, and GUI components**. These concepts provide a strong foundation for developing more advanced software applications in the future. 🧠💻 The simple design makes the calculator easy to navigate, while the interactive buttons provide a smooth user experience. 🔢🖱️ Whether you want to calculate a total, subtract numbers, multiply values, or divide one number by another, this calculator provides the essential tools needed for basic arithmetic. ✅ This project also highlights the importance of creating applications that are not only functional but also **easy to use and visually understandable**. 🌟 A well-designed GUI helps users interact with software naturally and makes complex programming concepts more accessible. Overall, the **Basic Calculator with GUI** is a fun, educational, and practical programming project. 🧮✨ It is perfect for beginners who want to practice GUI development while building something useful. With additional features, the project can later be expanded into a more advanced calculator with percentage calculations, decimal support, square roots, memory functions, calculation history, and more! 🚀🔢 🎯 **Project Highlights:** 🔹 Simple and clean GUI design 🔹 Addition, subtraction, multiplication, and division 🔹 Interactive calculator buttons 🔹 Easy-to-understand interface 🔹 Beginner-friendly programming project 🔹 Useful for learning GUI development 🔹 Great practice for programming logic 🔹 Can be expanded with advanced features 💻 **Learn. Code. Calculate. Create!** 🧮🚀 #BasicCalculator #CalculatorGUI #GUICalculator #Programming #Coding #ComputerScience #PythonProject #BeginnerProject #ProgrammingForBeginners #GUIProgramming #SoftwareDevelopment #CodingProject #MathCalculator #LearnProgramming #StudentProject #TechProject #InteractiveApplication #ComputerProgramming #CodingJourney #ProgrammingSkills #Education #Technology #Developer #CodeLearning #CreativeCoding #Math #CalculatorProject 🧮💻
    0 Yorumlar 0 hisse senetleri 6406 Views
  • #rsisb
    Roll No.240
    Coding No.16
    Foundation Level
    # Password Generator

    A **Password Generator** is a simple yet highly useful application that creates strong, random, and secure passwords to help protect online accounts and sensitive information. Instead of using easy-to-guess passwords such as names, birthdays, or common words, a password generator produces unique combinations of uppercase letters, lowercase letters, numbers, and special symbols, making passwords much more resistant to hacking and unauthorized access.

    This project is ideal for beginners learning programming because it introduces essential concepts such as random number generation, string manipulation, loops, conditional statements, and user input. Developers can build a password generator using languages like Python, Java, C++, JavaScript, or C#, with either a command-line interface or a graphical user interface (GUI).

    A typical password generator allows users to customize their passwords by selecting the desired length and choosing whether to include uppercase letters, lowercase letters, digits, and special characters. The generated password is random, unique, and difficult to predict, significantly improving online security.

    More advanced versions of a password generator can include features such as password strength indicators, one-click copy to clipboard, password history, QR code generation, and secure password storage using encryption. These enhancements make the application even more practical for everyday use.

    As cybersecurity becomes increasingly important in today's digital world, using strong and unique passwords for every account is one of the most effective ways to protect personal and professional information. Building a Password Generator project not only strengthens programming skills but also promotes good cybersecurity practices, making it an excellent project for students, developers, and technology enthusiasts.

    **#PasswordGenerator #CyberSecurity #Python #Programming #Coding #GUI #RandomPassword #TechProject #InformationSecurity #SoftwareDevelopment #PythonProject #LearnToCode #DigitalSecurity #ComputerScience #Technology**

    Rehan School Islamabad Campus
    Asma Shaheen EducationWali
    Irum Asim
    Saima Happinesswali
    #rsisb Roll No.240 Coding No.16 Foundation Level # 🔐 Password Generator A **Password Generator** is a simple yet highly useful application that creates strong, random, and secure passwords to help protect online accounts and sensitive information. Instead of using easy-to-guess passwords such as names, birthdays, or common words, a password generator produces unique combinations of uppercase letters, lowercase letters, numbers, and special symbols, making passwords much more resistant to hacking and unauthorized access. This project is ideal for beginners learning programming because it introduces essential concepts such as random number generation, string manipulation, loops, conditional statements, and user input. Developers can build a password generator using languages like Python, Java, C++, JavaScript, or C#, with either a command-line interface or a graphical user interface (GUI). A typical password generator allows users to customize their passwords by selecting the desired length and choosing whether to include uppercase letters, lowercase letters, digits, and special characters. The generated password is random, unique, and difficult to predict, significantly improving online security. More advanced versions of a password generator can include features such as password strength indicators, one-click copy to clipboard, password history, QR code generation, and secure password storage using encryption. These enhancements make the application even more practical for everyday use. As cybersecurity becomes increasingly important in today's digital world, using strong and unique passwords for every account is one of the most effective ways to protect personal and professional information. Building a Password Generator project not only strengthens programming skills but also promotes good cybersecurity practices, making it an excellent project for students, developers, and technology enthusiasts. **#PasswordGenerator #CyberSecurity #Python #Programming #Coding #GUI #RandomPassword #TechProject #InformationSecurity #SoftwareDevelopment #PythonProject #LearnToCode #DigitalSecurity #ComputerScience #Technology** 🔐💻🛡️🚀 Rehan School Islamabad Campus Asma Shaheen EducationWali Irum Asim Saima Happinesswali
    0 Yorumlar 0 hisse senetleri 6410 Views
  • #rsisb
    Roll No.240
    Coding No.15
    Foundation Level

    # Basic Calculator with GUI

    A **Basic Calculator with GUI (Graphical User Interface)** is a beginner-friendly programming project that allows users to perform everyday mathematical calculations through an interactive visual interface instead of typing commands. The calculator typically includes buttons for numbers (0–9), arithmetic operators (+, −, ×, ÷), a display screen, and function buttons such as **Clear (C)** and **Equals )**.

    This project is an excellent way to learn the fundamentals of GUI development using programming languages such as Python with Tkinter, Java Swing, C# Windows Forms, or other GUI frameworks. It helps developers understand how user interface components, event handling, and programming logic work together to create a functional desktop application.

    A basic calculator can perform operations like addition, subtraction, multiplication, and division instantly, making calculations simple and efficient. As users interact with the buttons, the application processes the input, performs the requested calculation, and displays the result in real time.

    Building a GUI calculator strengthens programming skills by introducing concepts such as variables, functions, conditional statements, error handling, and interface design. It also serves as a strong foundation for creating more advanced applications with additional features like scientific calculations, memory functions, percentage operations, and square roots.

    Whether you're
    a student learning programming or a beginner exploring software development, creating a Basic Calculator with GUI is a practical and rewarding project that combines logic, creativity, and user-friendly design into one useful application.

    **#BasicCalculator #GUI #Python #Tkinter #Programming #Coding #SoftwareDevelopment #PythonProject #DesktopApplication #LearnToCode #BeginnerProject #CodingJourney #ComputerScience #Technology #AppDevelopment**

    Rehan School Islamabad Campus
    Asma Shaheen EducationWali
    Irum Asim
    Saima Happinesswali
    #rsisb Roll No.240 Coding No.15 Foundation Level # 🧮 Basic Calculator with GUI A **Basic Calculator with GUI (Graphical User Interface)** is a beginner-friendly programming project that allows users to perform everyday mathematical calculations through an interactive visual interface instead of typing commands. The calculator typically includes buttons for numbers (0–9), arithmetic operators (+, −, ×, ÷), a display screen, and function buttons such as **Clear (C)** and **Equals 😊)**. This project is an excellent way to learn the fundamentals of GUI development using programming languages such as Python with Tkinter, Java Swing, C# Windows Forms, or other GUI frameworks. It helps developers understand how user interface components, event handling, and programming logic work together to create a functional desktop application. A basic calculator can perform operations like addition, subtraction, multiplication, and division instantly, making calculations simple and efficient. As users interact with the buttons, the application processes the input, performs the requested calculation, and displays the result in real time. Building a GUI calculator strengthens programming skills by introducing concepts such as variables, functions, conditional statements, error handling, and interface design. It also serves as a strong foundation for creating more advanced applications with additional features like scientific calculations, memory functions, percentage operations, and square roots. Whether you're a student learning programming or a beginner exploring software development, creating a Basic Calculator with GUI is a practical and rewarding project that combines logic, creativity, and user-friendly design into one useful application. **#BasicCalculator #GUI #Python #Tkinter #Programming #Coding #SoftwareDevelopment #PythonProject #DesktopApplication #LearnToCode #BeginnerProject #CodingJourney #ComputerScience #Technology #AppDevelopment** 🧮💻🚀 Rehan School Islamabad Campus Asma Shaheen EducationWali Irum Asim Saima Happinesswali
    0 Yorumlar 0 hisse senetleri 5068 Views
  • Podcast Name: The Future Work
    Guest Name : Moosa AI Wala

    Guest Introduction:

    Facebook


    About me
    My name is Habib WiFi Wala.
    I am 14 years old and study in Class 8 at Rehan School, Korangi Campus.
    My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you!
    Connect With Me On:
    Facebook :https://www.facebook.com/share/14LS6cnj5NF/
    LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app
    Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs
    WhatsApp: +03140294940

    The Interview Series is part of the CEO of bahria Town
    📽 Episode: .7
    Roll No: 17

    Hashtags:
    #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala

    Tag to
    Head of interview department
    Iqra Freelancingwali
    Principal

    Facilitator
    Muhammad Awais ConfidenceWala
    Misbah Altaf Talentwali
    Imran Khan Street Wala
    Sameera LeadershipWali
    Podcast Name: The Future Work Guest Name : Moosa AI Wala Guest Introduction: 📘 Facebook 🔗 About me 👋 🎓My name is Habib WiFi Wala. I am 14 years old and study in Class 8 at Rehan School, Korangi Campus. My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you! Connect With Me On: 📘 Facebook :https://www.facebook.com/share/14LS6cnj5NF/ 🔗 LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app 📸 Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs 📞 WhatsApp: +03140294940 📺 The Interview Series 🎬 is part of 🌟 the CEO of bahria Town 📽 Episode: 🎉 .7 📋 Roll No: 17 🔖 Hashtags: #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala Tag to Head of interview department Iqra Freelancingwali Principal Facilitator Muhammad Awais ConfidenceWala Misbah Altaf Talentwali Imran Khan Street Wala Sameera LeadershipWali
    0 Yorumlar 0 hisse senetleri 5213 Views 0
  • Podcast Name: The Future Work
    Guest Name : Midhat Zehra

    Guest Introduction:

    Facebook


    About me
    My name is Habib WiFi Wala.
    I am 14 years old and study in Class 8 at Rehan School, Korangi Campus.
    My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you!
    Connect With Me On:
    Facebook :https://www.facebook.com/share/14LS6cnj5NF/
    LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app
    Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs
    WhatsApp: +03140294940

    The Interview Series is part of assistant director technical
    📽 Episode: .16
    Roll No: 17

    Hashtags:
    #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala

    Tag to
    Head of interview department
    Iqra FreelancingWali
    Principal

    Facilitator
    Muhammad Awais ConfidenceWala
    Imran Khan Street Wala
    Podcast Name: The Future Work Guest Name : Midhat Zehra Guest Introduction: 📘 Facebook 🔗 About me 👋 🎓My name is Habib WiFi Wala. I am 14 years old and study in Class 8 at Rehan School, Korangi Campus. My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you! Connect With Me On: 📘 Facebook :https://www.facebook.com/share/14LS6cnj5NF/ 🔗 LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app 📸 Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs 📞 WhatsApp: +03140294940 📺 The Interview Series 🎬 is part of 🌟 assistant director technical 📽 Episode: 🎉 .16 📋 Roll No: 17 🔖 Hashtags: #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala Tag to Head of interview department Iqra FreelancingWali Principal Facilitator Muhammad Awais ConfidenceWala Imran Khan Street Wala
    0 Yorumlar 0 hisse senetleri 4623 Views 0
  • Podcast Name: The Future Work
    Guest Name : Midhat Zehra

    Guest Introduction:

    Facebook


    About me
    My name is Habib WiFi Wala.
    I am 14 years old and study in Class 8 at Rehan School, Korangi Campus.
    My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you!
    Connect With Me On:
    Facebook :https://www.facebook.com/share/14LS6cnj5NF/
    LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app
    Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs
    WhatsApp: +03140294940

    The Interview Series is part of assistant director technical
    📽 Episode: .16
    Roll No: 17

    Hashtags:
    #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala

    Tag to
    Head of interview department
    Iqra FreelancingWali
    Principal

    Facilitator
    Muhammad Awais ConfidenceWala
    Imran Khan Street Wala
    Podcast Name: The Future Work Guest Name : Midhat Zehra Guest Introduction: 📘 Facebook 🔗 About me 👋 🎓My name is Habib WiFi Wala. I am 14 years old and study in Class 8 at Rehan School, Korangi Campus. My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you! Connect With Me On: 📘 Facebook :https://www.facebook.com/share/14LS6cnj5NF/ 🔗 LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app 📸 Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs 📞 WhatsApp: +03140294940 📺 The Interview Series 🎬 is part of 🌟 assistant director technical 📽 Episode: 🎉 .16 📋 Roll No: 17 🔖 Hashtags: #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala Tag to Head of interview department Iqra FreelancingWali Principal Facilitator Muhammad Awais ConfidenceWala Imran Khan Street Wala
    0 Yorumlar 0 hisse senetleri 4276 Views 0
  • Podcast Name: The Future Work
    Guest Name : Mohsin MeHdii Rizvee

    Guest Introduction:

    Facebook


    About me
    My name is Habib WiFi Wala.
    I am 14 years old and study in Class 8 at Rehan School, Korangi Campus.
    My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you!
    Connect With Me On:
    Facebook :https://www.facebook.com/share/14LS6cnj5NF/
    LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app
    Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs
    WhatsApp: +03140294940

    The Interview Series is part of assistant director technical
    📽 Episode: .17
    Roll No: 17

    Hashtags:
    #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala

    Tag to
    Head of interview department
    Iqra FreelancingWali
    Principal

    Facilitator
    Muhammad Awais ConfidenceWala
    Imran Khan Street Wala
    Podcast Name: The Future Work Guest Name : Mohsin MeHdii Rizvee Guest Introduction: 📘 Facebook 🔗 About me 👋 🎓My name is Habib WiFi Wala. I am 14 years old and study in Class 8 at Rehan School, Korangi Campus. My mission is to make the Internet accessible everywhere in Pakistan economically, and I’ve done over 258 podcasts — I’d love to do one with you! Connect With Me On: 📘 Facebook :https://www.facebook.com/share/14LS6cnj5NF/ 🔗 LinkedIn: https://www.linkedin.com/in/syed-m-habib-hussain-zaidi-61a129319?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app 📸 Instagram: https://www.instagram.com/habibinternetwala?igsh=ZG10b2I5ZGgyYWhs 📞 WhatsApp: +03140294940 📺 The Interview Series 🎬 is part of 🌟 assistant director technical 📽 Episode: 🎉 .17 📋 Roll No: 17 🔖 Hashtags: #Interview #SoftwareDeveloper #Innovation #YoungProfessional #RehanSchool #Mission #RehanAllahwala Tag to Head of interview department Iqra FreelancingWali Principal Facilitator Muhammad Awais ConfidenceWala Imran Khan Street Wala
    0 Yorumlar 0 hisse senetleri 3645 Views 0
Arama Sonuçları