Software Engineering
Let’s build an app together
I have a question for you today. Want to build an app together this summer? Is that a HECK Yes? I'm going to be creating an app this summer and I would love for you to be part of it. All I can promise you is that if you have the skills and want to team up with … [Read more...] about Let’s build an app together
What’s a Software Consultant?
Question: I heard that you can do freelance consulting. What is that? - Rennie … [Read more...] about What’s a Software Consultant?
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?
Master The Web-Developer Tool Chain
Hey my name is Rick Hernandez, I want to share something that is really special to me. I recently finished writing my very first book. It's called Modern Development Environments And I actually want to offer the book to you for just $1. But before we get to … [Read more...] about Master The Web-Developer Tool Chain
How Do I Memorize Programming Topics?
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?
How to get clients to pay you $40,000+ per project
Hey, it's Rick. I'm actually cleaning out my office right now, getting ready to move into a new place. A quick little fun story that I just remembered. I have this document here that I want to go ahead and share with you guys. Let's go ahead and get into it. I'm … [Read more...] about How to get clients to pay you $40,000+ per project
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
How to Flow in Pseudo Code
Flow: In most programming language the flow of a program is from top to bottom. With pseudo-code, you would read it just like you would read a paragraph from left to right. … [Read more...] about How to Flow in Pseudo Code