



Tell me if this sounds familiar. You are a Software Engineer making some kind of project, ready to practice your awesome coding skillz. You’ve spent time learning how to render your front-end app, you have a lot of cool interactivity, things are l...
I was recently given a programming assignment where I had to create a API server that would be connected to a database. That’s easy enough. But one of the deliverables was that the primary key be a UUID instead of the standard integer Primary Key ...
Whelp, it’s time to make a new web app using Rails. Time to go into cruise control. You created your model, let’s say it’s called Items, your controller, and routes. After everything has been set up, you push it online and your users now have to g...
If you are anything like I was, you came into the programming world with some kind of fantasy of making your own video game.Maybe dreams of making something on the PS360 or the Xbox Advance. But you don’t have to limit yourself to waiting until yo...
While working through javascript, you’ll coming across a lot of situation where you will need to add some if statements and conditionals which will decide what type of expression you will run or what deciding what function to run. After working on...
Just before we begin, I wanted to give you a fair warning. The example i’m going to use will be a case of using TTY-Prompt where my user input was controlled. Because it was controlled , the returning values were controlled as well. This will ...