Alle Beiträge

part-13.jpg

Sails.js & Vue.js - Part 3

Let's deepen our knowledge by building a first extensive functionality with everything we learned so far. For this we will modernize our map room. I hope you enjoy it!
part-11.jpg

Sails.js & Vue.js - Part 1

Let's continue our journey by integrating a modern front-end framework and bring even more interactivity to our apps. First we have a look how to integrate Vue.js the old-fashioned way. Let's dive in...
part-10.jpg

Learn Sails.js - Part 10

This is the final chapter in our journey together. This will summarize everything you learned so far and gives you a new project you can work on for yourself. An keep sailing, there might be a second chapter coming...
part-9.jpg

Learn Sails.js - Part 9

Up to this point, everything we did was in a local development environment. Now it is time to take the final step an learn about deploying our ship into the ocean. Also get to know PM2 a process manager that keeps our ship afloat no matter what.
part-8.jpg

Learn Sails.js - Part 8

To make sure everything works as intended, even if big parts of our ship change in the future, we write some tests next. A great framework like Sails.js has our back when it comes to testing our code.
part-7.jpg

Learn Sails.js - Part 7

Next we'll have a look at authentication and policies. These two in combination will make sure that nobody enters our ship without permission. So let's secure our planks, arrrrrr.
part-6.jpg

Learn Sails.js - Part 6

Now comes one of my most anticipated feature so far: WebSockets. They allow real-time communication without the need of reloading the browser or use periodical ajax calls. Let's get into some magic!
part-5.jpg

Learn Sails.js - Part 5

In this part you will learn about services. They are very important to keep your controllers lean and organized. In addition, services are re-usable units that allow you to stick to the DRY pattern (don't repeat yourself).
part-4.jpg

Learn Sails.js - Part 4

In this one we will discover everything related to models and how data is stored and can be manipulated. In addition we also learn how models can be associated with each other.
 1 2 3 >  Last ›