DiscoverSDK Blog
Angular 5 To-Do List App - Part 5
In the previous article we have learned how to implement a delete feature of a to-do application, and how to ask for confirmation before deleting a task or clearing the whole list of tasks. The code of the previous article can be found in the article itself, and the complete project can be found in [...]
Using MongoDB with Node.js
In the last article we talked about using MongoDB with PHP, and today we’ll look at MongoDB with Node.js. Over the years, MongoDB has been more and more used together with Node.js. It’s not really a big surprise—both use JavaScript, and it’s quite easy to skip back and forth [...]
Angular 5 To-Do List App - Part 4
In the last article we implemented a task canceling feature. To do so, we had to re-implement our component class and we had to rewrite our template. We no longer could stick with an array. We had to define a Task interface and worked in all the places following it. The code of the previous article [...]
ECMAScript 6 - Symbol
Today we’ll be looking at Symbol in ECMAScript 6, and truth be told, it’s kind of a weird feature. First I’ll explain a little about it, then I’ll let you know what it’s good for. I’ve had some arguments with a few other programmers about Symbol. I feel its practi [...]
Angular 5 To-Do List App - Part 3
In the previous article we made our to-do application nicer and added a task adding feature. We also added dynamic numbering to the tasks. The code of the previous article can be found in the previous article itself and the complete project can be found in the Github repository Learn Angular With Sa [...]
Using MongoDB in PHP
In our previous MongoDB articles, we talked about import and export. In all the previous articles until now, we’ve been agnostic—we’ve only run MongoDB straight from the console. But in the real world we need to use some kind of programming language to run the database, and it does [...]
Angular 5 To-Do List App - Part 2
In the previous article we created a very simple To-Do list with Angular that is almost featureless. The code of the previous article can be found in article itself and the complete project can be found in the Github repository Learn Angular With Sabuj. Code from the first 10 articles can be found b [...]
ECMAScript 6 - for of loops
In a previous article we talked about generators and I mentioned that it’s important and interesting to make use of for of loops with generators. So what are for of loops? Let’s start first by talking about loops in general. The most popular loop, that we all know and love, is of course [...]
Angular 5 To-Do List App - Part 1
In the last article of Angular series we learned about "two way data binding and pipes in Angular." I covered the most important Angular fundamentals in the last 10 articles and I will cover more. But, before moving forward with other fundamental topics, it is much wiser to develop a real life appli [...]
MongoDB - Import and Export
In the last guide, we talked about GridFS—how to store files in MongoDB. In this article we’ll cover importing and exporting MongoDB from one machine to another. There are a few reasons to import and export. Sometimes is part of the deployment, or in other words moving from one environme [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}