In this post we are going to do some simple DOM manipulation and take text input and add it to a ul as a li in the browser. We are going to use Bootstrap 4 for our UI and keep it really simple. First we want to get a game plan together, so I map […]
Author Archives: DeadSetAdmin
Create a Command Line Journal App in Node
Tracking our thoughts. It is something we all think about doing at one time or another. Myself I have tried to start a journal and keep up with it countless times. I usually get several days in to a couple weeks then move on to something else. I don’t think that is such a bad […]
Read Input and Write File With Node
Yesterday, I learned how to read from a file. Today, I wanted to learn the natural extension of yesterday’s lesson and learn to write to a file! Along the way, I decided I needed to get some input from the command line so I could write dynamic info to my Welcome.txt file. Just like yesterday, […]
Reading a File Javascript
So you want to read a file from Javascript? Really? ok, well, I do, too. Why because I have a larger goal of being a Javascript master. I want to “spin up” apps and create fun things that will help me and help the world. I believe I can do it. This begins my journey. […]