cometcode.hashnode.devWhy you need Software Requirements for your ApplicationIn this article, we'll be going over the importance of requirements in software development and why you shouldn't be neglecting a requirements list. What are requirements in app development? Requirements simply specify what features a product should ...Aug 16, 2020·5 min read
cometcode.hashnode.devWhat is ROS?A Brief Introduction to the Robot Operating System (ROS) If you're reading this, you've probably ran into the term ROS somewhere in the internet and are curious what exactly it is. ROS stands for the Robot Operating System, yet it isn't an actual ope...Aug 16, 2020·5 min read
cometcode.hashnode.devWhat is GraphQL?GraphQL is a syntax that describes how to ask for data, and is generally used to load data from a server to a client. GraphQL has three main features: It lets the client specify exactly what data is needed It makes it easier to combine data from mul...Aug 16, 2020·3 min read
cometcode.hashnode.devWhat are Software Flowcharts?Flowcharts are a type of diagram used to represent a workflow or process. There are various types of flowcharts: Document flowcharts, showing controls over a document flow in a system. Data flowcharts, showing controls over a data-flow in a system S...Aug 16, 2020·2 min read
cometcode.hashnode.devWhat are Websockets and why are they useful?Websockets are an evolution of traditional client/server technology. They create a long-held single TCP socket connection between the client and server, allowing for bi-directional fully duplex messages to be instantly distributed with little overhea...Aug 16, 2020·2 min read