Featured Post

The Best Way to Learn How to Code in 2024

Codecademy has been around for awhile now, but we felt this masterful site deserved to be highlighted in an article. It is one of the resources I originally used when I was learning how to code.

Read more

Recent Post

The Essential Reading List

This article has the goal of giving you a list of all the books you will need to excel in your path to mastering software engineering.

Read more

You (probably) Don’t Need a Bootcamp

Before we begin, we need to be clear – this article is not meant to dissuade you from attending a bootcamp.

Read more

Three Simple Algorithms with JavaScript

You might have seen some of these algorithm challenges before, but that’s okay, we’re offering a few solutions to each of them, to help give you a better understanding of them and enhance your problem-solving abilities for other algorithms you might come across in the future.

Read more

Security Resources for Web Developers

Are you confident in the security of your web sites? Are you ready to accept payments from customers, and store user passwords in a database, securely?

Read more

Debugger Mode in Node.js - How to Debug Node.js Applications

Not many people are aware that Node.js includes a command-line debugging utility. Debugging Node.js applications is quite simple if you know what to do.

Read more

Check if Strings are Palindromes with JavaScript

A palindrome is a word, phrase, or sequence that reads the same backward as forward. If you’ve learned how to reverse a string (if you haven’t, we wrote an article involving it here), then a straight-forward, easy solution to this problem might come instantly to mind.

Read more