Skip to content
View Aftab91's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Aftab91

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aftab91/README.md

Hi there 👋 I'm Aftab

Social links:

LinkdeIn

About Me:

  • 💻 Software Engineer at @Accenture
  • 🌱 I’m currently learning Data Structures & Algorithms
  • 📫 How to reach me:shaikaftab02@gmail.com
  • 😄 Pronouns: He/Him

Pinned

  1. customer-relationship-manager customer-relationship-manager Public

    This is a Java Full Stack Spring boot Application used MySQL as Database Technologies used: Spring Core, Spring MVC, Hibernate API, JSP pages, JSTL tags, Thymeleaf, Maven, CSS, Database engine used…

    HTML

  2. DataStructures-Algorithms DataStructures-Algorithms Public

    DSA

    Java

  3. java-tutorial-for-beginners java-tutorial-for-beginners Public

    Forked from in28minutes/java-tutorial-for-beginners

    Java Tutorial For Beginners with 500 Code Examples

  4. java-complete-interview-notes java-complete-interview-notes Public

    Forked from sunilsoni/interviewnotes

    All are realtime interview questions and answers. I am adding more on daily basis whenever I am getting time.

  5. core-java-notes-pdfs core-java-notes-pdfs Public

    Forked from cM2908/core-java-notes

    self written core java notes (topic wise)

  6. Notes on spring concepts Notes on spring concepts
    1
    # Spring Framework
    2
    
                  
    3
    Servlets - Java technology that you use to handle incoming requests on a server.
    4
    Its a java object that has special methods for handling incoming HTTP methods. doGet, doPost, doDelete, doPut
    5