What isDeno?
Denois a runtime for JavaScript and TypeScript that is based on the V8 JavaScript engine and the Rust programming language. It was created by Ryan Dahl, original creator of Node.js, and is focused on productivity and security.
Secure by default. No file, network, or environment access, unless explicitly enabled.
Supports TypeScript out of the box.
Ships only a single executable file.
Has built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno:deno.land/std
The Projects
Planet CSV
This project takes data in a CSV (spreadhseet) and cycles through it and alerts the user if a planet is hospitable based on certain criteria.
You can check out more on the projectsGITHUB
SPACEX App
This projects uses the SPACEX API to pull and display data
You can view more onGITHUB
Mission Control
This app uses the NASA api to pull in data on missions NASA has completed and tgat are coming up. It is also an API!
For more information check out myPortfolio