Skip to content
View soumith2105's full-sized avatar

Highlights

  • Pro

Block or report soumith2105

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
soumith2105/README.md

👋 Hello, World! I'm Soumith Reddy Podduturi

class FullStackDeveloper:
    def __init__(self):
        self.name = "Soumith Reddy Podduturi"
        self.role = "FullStack Developer"
        self.code = [
            "Python", "Java", "C/C++", "JavaScript", "TypeScript", "Bash", "Lua",
            "Rust", "SQL", "gRPC", "GraphQL"
	]

    def say_hi(self):
        print('''
		    Thanks for dropping by! 
            I hope you find some of my work interesting.
        ''')

me = FullStackDeveloper()
me.say_hi()

🚀 About Me

I'm not just a Software Engineer – I'm a digital alchemist, transforming complex problems into elegant, scalable solutions. Using with cutting-edge tech and industry best practices, I craft code that doesn't just work, it dazzles.

🌟 Featured Projects

  • Learning Management System Visit

    A high-performance Learning Management System that enhances course creation and enrollment management for both Students and Professors.

    Tech Stack: Next.Js, Spring Boot, MySQL, AWS, Nginx

  • Distributed Systems Labs and Framework Visit

    Completed assignments using DSLabs, a framework for creating, testing, visualizing, and debugging distributed systems lab projects.

    Tech Stack: Java

  • Turnout Visit

    A modern student portal that leverages web scraping to enhance data retrieval and offers quick access to student information through an intuitive interface.

    Tech Stack: Django, Django Rest Framework, Django Channels, PostGRES, Next.Js, Requests, Asyncio, Pypi

🎯 Current Focus

I'm currently dipping my toes into the world of Machine Learning, exploring its applications in web development. Stay tuned for some exciting ML-powered projects coming soon!

📫 Let's Connect!

Popular repositories Loading

  1. vasvscrapper vasvscrapper Public

    A python package for the-vasv-deets project to extract information from vce.ac.in

    Python 1

  2. startup-hackathon startup-hackathon Public

    Python

  3. insta-clone-backend insta-clone-backend Public

    Python

  4. linkedIn-demo linkedIn-demo Public

    This is a backend project done as a part of internship training. Built with Spring Boot and MySQL

    Java

  5. linkedin-demo-fd linkedin-demo-fd Public

    TypeScript

  6. vasv-stdin-backend vasv-stdin-backend Public

    An updated version of the Vasavi College of Engineering website where it's fast and effective. This is a backend repo for the vasv-stdin.

    Python