Question: I have wanted to be a Full-Stack Developer for a while now and have been following MEAN Tutorials for Angular 2. The problem is that I code along and there are so many little steps I forget. I want to be proficient in this stack, how do I combat this … [Read more...] about How Do I Memorize Programming Topics?
JavaScript
Is it possible to make 6-figures with HTML, CSS and JavaScript?
Question: I have been struggling to find freelance work. I have experience with front-end HTML, CSS, and JavaScript. - Rennie … [Read more...] about Is it possible to make 6-figures with HTML, CSS and JavaScript?
How to become a content creator with Erik Hanchett
Learn To Code in Salt Lake City
I sent you a message inviting you to a local event that I'm going to be hosting about the programming fundamentals with JavaScript. I was surprised by the wide range of response that I got. Here are just a few. Can this help someone like me who is interested … [Read more...] about Learn To Code in Salt Lake City
Modern Code Event in SLC
Super excited to announce this. I'm going to be hosting my first in-person event right here in SLC. What is the event going to be about? A couple of weeks ago I asked you what type of topic that you would like to see from me. I got such a good amount of feedback … [Read more...] about Modern Code Event in SLC
How to Batch Process video conversions using FFMPEG with Node.js
Recently I have been trying to transcode 120+ videos to different versions of the same file. If you have visited jsecademy you will see that I'm using Wistia to host all of the current videos. I decided that I need to switch over to Amazon S3 storage and I will … [Read more...] about How to Batch Process video conversions using FFMPEG with Node.js
Why I created my own Framework
I would have never thought that I would be the one that would be writing this blog post. Why I created my own framework.... I'm sure that there are individuals out there that are far more talented than I am for writing a framework. Why would I even take on such a … [Read more...] about Why I created my own Framework
Representing Data in Pseudo Code
Again, don't get to hung up on the syntax of pseudo-code. Use it as a tool to model your programs. Take, for example, the following program: start the program Find the last 10 people that entered the building If no one has entered the building today Terminate … [Read more...] about Representing Data in Pseudo Code
Representing a flow in Flowcharts
Flow: Indicates the direction of a flow. … [Read more...] about Representing a flow in Flowcharts
Representing a process in Flowcharts
Process: Denotes a process or an action to be taken. … [Read more...] about Representing a process in Flowcharts