SMSagar Medtiyainblog.sagarmedtiya.com·Jul 21, 2024 · 4 min readUML Diagram✨✨What is UML? UML stands for the Unified Modeling Language and is used to model the Object-Oriented Analysis of a system system. UML is a way of visualizing and documenting a software system by using a collection of diagrams, which helps engineers, bu...00
SMSagar Medtiyainblog.sagarmedtiya.com·May 18, 2023 · 10 min readLearn PL/SQL with me🍀PL/SQL is a procedural language that overcomes the shortcomings faced by Structured Query Language. So, why do we need PL/SQL when we have SQL? SQL is a query language. It is not a functional language. We can use insert, delete or alter keywords. But...00
SMSagar Medtiyainblog.sagarmedtiya.com·Jan 14, 2023 · 13 min readTree Data Structure in C++A tree is a non-linear data structure where each node is connected to several nodes with the help of pointers or references. This is a sample tree shown above. ✨Basic Tree Terminologies Root: The root of a tree is the first node of the tree. In th...00
SMSagar Medtiyainblog.sagarmedtiya.com·Jan 9, 2023 · 5 min readSocket.ioFirst, let's understand WebSocket and then move to Socket.io and implement it in the project.🎊 🍁What is WebSocket? WebSocket is a computer communication protocol, that provides a full-duplex communication channel over a single TCP connection. Web...00
SMSagar Medtiyainblog.sagarmedtiya.com·Dec 22, 2022 · 4 min read🛣️Roadmap of becoming Full Stack Web DeveloperSo, in this blog, I'm gonna share what you need to become a full-stack web developer.🧑💻 Tools⚒️ OS & Computer macOS Windows Linux Web Browser Chrome Firefox Brave Text Editor/IDE VS Code Sublime Terminal iTerm GitBash Powershell ...00