workwithshreesh
I'm a Computer Science graduate from Mumbai University, skilled in both data analysis and full-stack web development.
Mumbai
Pinned Repositories
advance-blogging-web-django-project
Developed an advanced blogging platform in Django featuring a custom text editor for rich content creation, SEO optimization, real-time analytics, and secure user management. Ideal for writers seeking a seamless and powerful blogging experience.
advance-course-selling-django-project
An advanced Django course-selling website enables users to browse and purchase courses, rate and review them, and track their learning progress. Built with Django's powerful backend framework, this project offers robust features for both instructors and students.
Advanced-DataAnalysis-Projects
Explore comprehensive end-to-end data analysis projects, from data collection to insightful dashboard development. Utilizing advanced techniques and tools like SQL, Power BI, DAX, and Power Query, these projects uncover valuable business insights and trends, perfect for mastering advanced data analysis and driving strategic decision-making.
Django_Mini_Projects
The mini Django projects offer diverse functionalities to cater to user needs. From task management in the Todo List App to blogging in the Blog App, each project serves a specific purpose. Users can access accurate weather forecasts, shop online for books, explore recipes, and more, making them ideal for learning Django development.
DSA
Welcome to **DSA Mastery**, your ultimate resource for mastering Data Structures and Algorithms. This repository features over 200 questions with detailed solutions, written entirely by myself. Organized by topic and difficulty, it's perfect for both beginners and advanced learners aiming to enhance their problem-solving skills. Happy coding!
Excel-DataAnalyst-Projects
Dive into my GitHub projects to see all my data analyst projects, including those with Excel dashboards. They're easy to understand and help make smart decisions with data. Check out the variety of projects that show how I visualize and analyze data to help you understand it better.
intern_full_stack_development
Internship Task to create Q&A
PowerBi-DataAnalyst-Projects
Discover dynamic data analysis projects powered by PowerBI. Uncover insights, trends, and patterns in diverse datasets. From sales analytics to customer behavior, explore actionable insights for informed decision-making.
Python-DataAnalyst-Projects
Level up your data analyst skills with Python projects. Explore diverse datasets, conduct in-depth EDA, and craft compelling visualizations. Master data cleaning, analysis techniques, and insightful reporting to drive data-driven decisions.
SQL-DataAnalytics-Projects
A collection of SQL-based data analytics projects demonstrating techniques for data extraction, transformation, analysis, and visualization. These projects showcase practical SQL queries and insights across various domains, including sales, customer segmentation, and employee attrition analysis.
workwithshreesh's Repositories
workwithshreesh/SQL-DataAnalytics-Projects
A collection of SQL-based data analytics projects demonstrating techniques for data extraction, transformation, analysis, and visualization. These projects showcase practical SQL queries and insights across various domains, including sales, customer segmentation, and employee attrition analysis.
workwithshreesh/DSA
Welcome to **DSA Mastery**, your ultimate resource for mastering Data Structures and Algorithms. This repository features over 200 questions with detailed solutions, written entirely by myself. Organized by topic and difficulty, it's perfect for both beginners and advanced learners aiming to enhance their problem-solving skills. Happy coding!
workwithshreesh/intern_full_stack_development
Internship Task to create Q&A
workwithshreesh/Advanced-DataAnalysis-Projects
Explore comprehensive end-to-end data analysis projects, from data collection to insightful dashboard development. Utilizing advanced techniques and tools like SQL, Power BI, DAX, and Power Query, these projects uncover valuable business insights and trends, perfect for mastering advanced data analysis and driving strategic decision-making.
workwithshreesh/Django_Mini_Projects
The mini Django projects offer diverse functionalities to cater to user needs. From task management in the Todo List App to blogging in the Blog App, each project serves a specific purpose. Users can access accurate weather forecasts, shop online for books, explore recipes, and more, making them ideal for learning Django development.
workwithshreesh/Excel-DataAnalyst-Projects
Dive into my GitHub projects to see all my data analyst projects, including those with Excel dashboards. They're easy to understand and help make smart decisions with data. Check out the variety of projects that show how I visualize and analyze data to help you understand it better.
workwithshreesh/PowerBi-DataAnalyst-Projects
Discover dynamic data analysis projects powered by PowerBI. Uncover insights, trends, and patterns in diverse datasets. From sales analytics to customer behavior, explore actionable insights for informed decision-making.
workwithshreesh/Python-DataAnalyst-Projects
Level up your data analyst skills with Python projects. Explore diverse datasets, conduct in-depth EDA, and craft compelling visualizations. Master data cleaning, analysis techniques, and insightful reporting to drive data-driven decisions.
workwithshreesh/advance-blogging-web-django-project
Developed an advanced blogging platform in Django featuring a custom text editor for rich content creation, SEO optimization, real-time analytics, and secure user management. Ideal for writers seeking a seamless and powerful blogging experience.
workwithshreesh/advance-course-selling-django-project
An advanced Django course-selling website enables users to browse and purchase courses, rate and review them, and track their learning progress. Built with Django's powerful backend framework, this project offers robust features for both instructors and students.
workwithshreesh/workwithshreesh
workwithshreesh/understanding-signals-django
In Django, signals are a mechanism that allows different parts of an application to communicate with each other. They enable certain actions to be automatically triggered when specific events occur in the system. This helps in creating loosely coupled components, as the sender and receiver of the signal don’t need to be directly connected