Things to know about various UML diagrams (Sequence, activity, State transition, Component and Deployment)

In this blog, we are going to focus on object oriented design and analysis for a solution. We will be covering basics of UML and various behaviour, interaction and structure UML Diagrams. We are going to cover Sequence diagram, Activity diagram, State transition diagrams, component diagrams and Deployment diagrams.

Read More Things to know about various UML diagrams (Sequence, activity, State transition, Component and Deployment)
Featured

Things to know about various UML diagrams (Use case, 4+1 view model, CRC cards, Class and object diagrams)

In this blog, we are going to focus on object oriented design and analysis for a solution. We will be covering basics of UML and various behaviour, interaction and structure UML Diagrams. We are going to cover Use case diagram, 4+1 view model, class responsibility collaborator cards, class diagrams and object diagrams.

Read More Things to know about various UML diagrams (Use case, 4+1 view model, CRC cards, Class and object diagrams)
Featured

What is Quantum Computing ?

I choose Quantum computing for my Literature review project in Smart materials, for which I had to read about 10 research papers along with a variety of blogs and resources

In this blog, I will be covering the basics of quantum mechanics and principles of quantum mechanics used in quantum computing, the basics of quantum computing and the principles of quantum computing, Qubits vs bits, Qubit gates and Qubit Circuits.

Read More What is Quantum Computing ?
Featured

Basics of Graphs

We will be covering what are graph data structures, along with how to represent them, traverse them, find minimum spanning tree using prim and kruskal, finding short path using dijkstra and sort the graph using topological sort.

Read More Basics of Graphs