File Upload with Angular 2 and Node.js
File Upload is one of those things that is not as straight forward but gets easier once we get our
JavaScript is a high-level, dynamically-typed programming language primarily used for creating interactive web pages and web-based applications. It is an interpreted language that runs in web browsers and other environments, such as Node.js, and is widely used in web development. JavaScript is a multi-paradigm language, supporting functional, imperative, and object-oriented programming styles. It provides a wide range of built-in functions and methods, such as DOM manipulation, event handling, and AJAX requests, that make it easy to create dynamic and interactive user interfaces. JavaScript also has a large ecosystem of third-party libraries and frameworks, such as jQuery, React, and Angular, that provide additional functionality and simplify development. With its versatility, flexibility, and wide-ranging support, JavaScript has become an essential tool for creating modern web applications and services.
File Upload is one of those things that is not as straight forward but gets easier once we get our
Auto-play videos are a very cool feature for a web application. Like Instagram or facebook, they already had that feature
It’s been a month since Google announced the release of the already popular framework Angular 2, and since then it’s
In this Angular 2 Tutorial, we will see how we can display list data using the ngFor directive. We will
Finally, it’s here!! Huge excitement and a bit of relief, this is what most of the AngularJS and Angular 2
Data visualization is a powerful tool that allows us to understand complex data by representing it in a graphical form.
In this article, I’ll list down and explain some of the exciting ES6 features that I have been using in
Building a RESTful API is a common task in web development, as it allows client-side applications to interact with server-side
The much-awaited framework Angular 2 by Google is finally out and is ready for production. Now is the right time
In this AngularJS tutorial, we will learn how we can add lazy loading to our Angular application. In application what
This is our second article on unit testing in AngularJS. Previously we had written an article on how to setup
Callback hell is a phenomenon that afflicts a JavaScript developer when he tries to execute multiple asynchronous operations one after