MEAN Stack Tutorial – User Authentication Using JSON Web Tokens. Setting up the back-end for your single page application. The intro: If you’re familiar with using Node.js, Express and MongoDB you’ll likely want to incorporate Angular into the mix and join the cool kids on the frontier of the web. One seriously frustrating thing to […]
Pros and Cons of the MEAN Stack A favourite of mine, the MEAN stack is a hugely popular combination of technologies in the web development sphere. Of course, you’ll hear from people who love it and sing it’s praises, and those who think it should die. To help you make up your own mind about […]
A decision every budding developer must make before beginning the journey of education is to choose the tools and software they include in their development environment. I chose to use the same tools and software as the instructors I learned from in order to limit confusion. If my software was doing something different to theirs, […]
OK, so I just learned something super important. I’m gonna scratch down some of my thoughts here for later. WordPress starts with index.php. It uses this file as the template for the blog page – where you can view all the posts. header.php is used to store the header template, and is imported with <?php […]