I want to announce the posting of a video of the Chesapeake Node.js User Group meeting (August 2018) presentation “Node.js – Getting Started“. The video is 20 minutes long. The link below will open the video on YouTube (WordPress wants yet another account upgrade in order to post videos). A link to the PowerPoint presentation may also be found on the Conference Presentations page.
Tag: JavaScript
A programming language used for front-end (Web) programming, back-end (Web) programming, Cloud programming (Microservices), and Blockchain (Hyperledger Composer Smart Contracts).
Node.js – Getting Started
Chesapeake Node.js User Group. August 2018. Powerpoint presentation.
“Node.js – Getting Started“ (26 slides).
The presentation provides an introduction to the Node.js; the JavaScript Server side run-time. The presentation gives an overview of Node.js and then provides both installation instructions and Command Line Interface (CLI) usage details. Node.js features covered include:
- Node.js invocation & features
- Script Execution
- Script Debugging
- Script Code Analysis (“Linting”)
By the end of the presentation, the viewer should have a good idea of the multiple concepts contained in the word “Cloud” and be able to infer which of those concepts is being referred to when the word is used.
JavaScript – Language Basics
Chesapeake Node.js User Group. August 2018. Powerpoint presentation.
“JavaScript – Language Basics“ (43 slides).
View the Presentation
Download the Sample Program (JavaScript Language Basics)
This presentation is the first in a series covering the JavaScript programming language. This presentation covers the language basics:
- Syntax
- Data Types
- Variables, JSON & Arrays
- Operators
- Conditional Expressions
- Looping Expressions
- Functions
This presentation should provide all of the information necessary to begin developing programs using JavaScript.
Your Blockchain Journey
IT Blogs – Your Blockchain Journey – Start your Blockchain Journey Here!.
This Blog describes my initial Blockchain journey and how you too can best get started both learning about and getting hands-on experience with Blockchain.
Click on the link above to start your journey.
Node.js #01 – JavaScript History
IT Whitepapers – Node.js #1 – JavaScript History
This is the first installment in the “Node.js” series of presentations. This paper provides a brief overview of the JavaScript programming language, which is used in the Node.js runtime. In addition to the language overview, a brief history of the language development as well as a summary of significant language frameworks is also provided.