Contributions

Article
This post will discuss setting the select option dynamically using jQuery. We’ll create a dropdown using HTML and add an option value dynamically using jQuery.
https://www.js-tutorials.com/jquery-tutorials/how-to-set-select-option-value-dynamically-in-jquery/
Article
This article will show you how to integrate Okta login capabilities into an AngularJS application. I couldn’t find any information on how to use angularjs 1.6 to develop an okta authentication app.
Article
This tutorial help to create dropdown list using react 16. We will create select option and get selected item using reactjs. The drop-down menu is a menu that offers a list of options. The end user can select one of the options and to do operation based on selected item.
Article
To manage environment variables for an nodejs application is very easy by dotenv package. There are no of phases involve to move an application from dev to prod. We can use the dotenv library, which allows us to load environment variables from a file.
Article
This simple tutorial help to implement Datatable Server Side pagination using Angular js. We will use server side pagination features into datatable using Ajax.This help to improve performance of the application.
Article
This angular 8 tutorial help to create common HTTP API handler for angular 8 application.The HttpInterceptor is used to handle client-side errors gracefully and display to the user.