Skip to content
View AJonesTech's full-sized avatar
  • Porter-Leath

Block or report AJonesTech

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AJonesTech/README.md

πŸ‘‹ Hello, I'm AJ Jones

Computer Science Student | Artificial Intelligence Concentration | Mathematics Minor

I'm a Computer Science student at the University of Memphis with a concentration in Artificial Intelligence and a minor in Mathematics.

As an entrepreneurial computer scientist, I'm passionate about building practical technology, solving meaningful problems, and continuously expanding my technical skill set. My goal is to combine software engineering, artificial intelligence, and business to create impactful solutions and long-term value.


Current Focus

  • Building a professional software engineering portfolio
  • Strengthening my foundations in AI, software engineering, and computer systems
  • Developing real-world projects through coursework and personal initiatives
  • Gaining hands-on technical experience through internships
  • Becoming a well-rounded engineer and lifelong learner

πŸ’» Technical Skills

Languages

  • Python
  • Java
  • JavaScript
  • HTML
  • CSS

Tools & Technologies

  • Git
  • GitHub
  • Mathematica
  • Visual Studio Code

Projects

This portfolio is actively growing.

Each repository documents coursework, internships, and personal projects that reflect my journey as an engineer.

Every repository on this profile is professionally documented and represents coursework, internships, or personal projects that demonstrate continuous technical growth.


🎯 Current Goals

  • Build a portfolio of high-quality software projects
  • Deepen my knowledge of Artificial Intelligence and Machine Learning
  • Continue growing as a software engineer through hands-on development
  • Earn opportunities where I can contribute, learn, and solve meaningful problems

πŸ“– Philosophy

I believe consistent effort compounds over time.

Every project I complete is another opportunity to improve my technical ability, strengthen my problem-solving skills, and move one step closer to becoming the engineer I aspire to be.


Building technology with purpose. Learning without limits.

Popular repositories Loading

  1. AJonesTech AJonesTech Public

    AJ Jones' GitHub profile

    1

  2. python-http-web-server python-http-web-server Public

    a Python socket-based HTTP web server that handles client requests, serves HTML pages, and returns proper HTTP 200 and 404 responses. Developed for COMP 3825 Computer Networks.

    Python

  3. python-udp-pinger python-udp-pinger Public

    Python UDP client-server application demonstrating socket programming, RTT measurement, timeout handling, and packet loss simulation. Built for COMP 3825 Computer Networks.

    Python

  4. smtp-email-client smtp-email-client Public

    socket-based SMTP email client built in Python that communicates directly with Gmail's SMTP server using STARTTLS and SMTP commands without using Python's built-in smtplib library.

    Python

  5. python-icmp-pinger python-icmp-pinger Public

    Python ICMP ping tool built from scratch using raw sockets, packet parsing, and checksum validation.

    Python