DiscoverSDK Blog
Creating Your First Simple Angular Application
In the previous article I covered how to create a new project with Angular CLI and start a very simple Angular web application. We did not write a single line of code and did not modify anything. In this article we will start modifying our very minimal Angular application and make an application of [...]
MongoDB - Data Retrieval part 2
In the previous article we learned about using the find method to find specific values (a name for example), a similar name like we would with LIKE in SQL, or to find a numerical value that is greater than a specific value. Here we’ll continue to examine find. In order to practice with queries [...]
Advancing into ES6 Classes
In my previous post, I introduced you to the concept of classes in EcmaScript 6. In this article we will dig deeper into classes to learn more. Without further ado, let's begin. [...]
Introduction to ES6 Classes
In the modern age of programming, Object Oriented Programming (OOP) is everywhere. In Object Oriented Programming, paradigm class plays the most fundamental role. Classes are blueprints for objects and they describe how the object will work and behave. JavaScript is a prototype based language and th [...]
Getting Started with Angular 5
In the previous article I introduced you to one of the most popular single page application frameworks called Angular. In this article I will teach you how to start programming with it. In this series of articles on Angular we are going to use Angular 5. This is the current major version at the time [...]
Intro to Angular and the Evolution of the Web
The World Wide Web is a place where we see rapid changes. What is new in the morning is a forgotten and ignored afterthought in the evening. If there is something in the modern age that moves faster than anything else, it is the web, the world of the internet. But the technologies behind the web do [...]
MongoDB - Data Retrieval: part 1
In the last article we created a collection, a database, and even a document. We also saw how each document in Mongo is basically a JSON object and that we need to create it before we put it into the database. It’s pretty easy to create a document, but the question remains as to how we retriev [...]
Programming Languages to Learn in 2018
Everyone of us has desire for a better future and a better career, but these things don’t come on their own. Timely and wise decisions can bring you good fortune. The year 2017 is a past now and we just have stepped into a new year, 2018. A new year’s resolution is not going bring you an [...]
Collections in MongoDB
In the previous article we looked at installing a work environment for MongoDB, and we ran our first command which showed us all the databases. We learned that as opposed to MySQL, we don’t need to create a database before hand but rather that a database in MongoDB is created at the moment we [...]
Intro to MongoDB - Installing your working environment
MongoDB is a non-relational database that uses a non-tabular method of data storage, aka NoSQL (not only SQL). With it, we can present data on web pages and application, just like when using MySQL. [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}