Caelin Sutch
Comet Code

Comet Code

Follow
Follow
homebadges

Why you need Software Requirements for your Application

Aug 16, 20205 min read

In this article, we'll be going over the importance of requirements in software development and why you shouldn't be neglecting a requirements...

Why you need Software Requirements for your Application

What is ROS?

Aug 16, 20205 min read

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...

What is ROS?

What is GraphQL?

Aug 16, 20203 min read

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...

What is GraphQL?

What are Software Flowcharts?

Aug 16, 20202 min read

Flowcharts are a type of diagram used to represent a workflow or process. There are various types of flowcharts: Document flowcharts, showing...

What are Software Flowcharts?

What are Websockets and why are they useful?

Aug 16, 20202 min read

Websockets are an evolution of traditional client/server technology. They create a long-held single TCP socket connection between the client and...

What are Websockets and why are they useful?

Building a web scraper in Typescript

Aug 16, 20207 min read

Web scraping refers to the process of gather information from a website through automated scripts. With web scraping, one can gather large amounts of...

Building a web scraper in Typescript