KhaledMasud Babu's repositories
100_Days_of_MachineLearning
here I upload every Ml model or Ml related work
500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
AspNetCore.Docs
Documentation for ASP.NET Core
blockchain
A simple Blockchain in Python
blockchain-enabled-crowdfunding
Demonstrate the use of Hyperledger Fabric for building a collaboration platform for Crowdfunding
clean-architecture-dotnet
🕸:beer: Dev: Apply Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns on eCommerce sample business domain. :beers: Ops: Use Tye with Dapr extension to deploy it to Kubernetes.
Create-a-program-that-uses-an-array-of-Shape-references-to-objects-of-each-concrete-class-in-the-hie
Implement a Shape hierarchy as shown in the figure above. Each Two Dimensional Shape should contain method get_Area and get_Info to calculate the area and print the height and width of the two-dimensional shape. Each Three Dimensional Shape should have methods get_Area and get_Volume to calculate the surface area and volume, respectively, of the three-dimensional shape. Create a program that uses an array of Shape references to objects of each concrete class in the hierarchy. The program should print a text description of the object to which each array element refers. Also, in the loop that processes all shapes in the array, determine whether each shape is a TwoDimensionalShape or a ThreeDimensionalShape. If it is a TwoDimensionalShape, display its area. If it’s a ThreeDimensionalShape, display its area and volume.
Group-Chat-Private-Chat-Application-using-MEAN-And-Socket.io
Creating Group Chat and Private Chat Application using Socket.IO
solitonEMS
Employee Management System in Python Django
tic-tac-toe-csharp-playground
Another fun project just to update what I know about C# :video_game: