Dear Friend, Hacking a Node.js Application might sound like something that won't ever happen to your application. That's some far-off land of hackers that you typically stay away from. I would claim to differ if you have ever used the following command you are … [Read more...] about How To HACK A Node App
Programming Fundamentals
#1 Reason Why You FAIL To Learn To Code
Hello Friend, Just finished up our first live call, Inside the call, we got talking about why most people fail to learn to code. The number one reason why most people fail to learn to code is this. You are NOT being validated for your work! Think about it this … [Read more...] about #1 Reason Why You FAIL To Learn To Code
How To Get A Job As A Remote Programmer?
Question: I just started a new job in Data Entry. My ultimate goal is to be able to work from anywhere in the world. - Rennie … [Read more...] about How To Get A Job As A Remote Programmer?
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
Angular 2 is Officially Released: What you need to know
Angular 2 is now officially released! This is an exciting time to be an Angular 2 developer. Not only do you have a brand new front-end framework but also an entire platform all created specifically for you to put your next application together. Google invested a … [Read more...] about Angular 2 is Officially Released: What you need to know
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
How to represent Decision in Pseudo Code
Decision if <Condition is true> <TRUE BRANCH> else <FALSE BRANCH> start the program Find the last 10 people that entered the building If no one has entered the building today Terminate program otherwise email each of the individuals and … [Read more...] about How to represent Decision in Pseudo Code