Below you will find pages that utilize the taxonomy term “javascript”
Mar, 2026 - About
Open-sources and Apps
Agentic AI - Hands On Practices Agentic AI Hands-on practice for developing end to end AI agent, and understanding the internals.
☞ Github ☞ Learn More
Python Hands On Practices Python Hands-on practice for developing end to end application, and understanding the language concepts.
☞ Github ☞ Learn More
Gen AI Hands On Practices Google Colab Hands-on practice for developing Gen AI applications, and understanding the concepts.
☞ Github ☞ Learn More
read more
Aug, 2025 - Post
Implementing a Proxy for Single Sign-On (SSO) Authentication
Enterprise integrations almost always require authentication and authorization. In particular, Single Sign-On (SSO) with Multi-Factor Authentication (MFA) has become a standard practice in modern enterprise applications.
But here’s the challenge:
When experimenting with new integrations, building spikes, or running proofs of concept (POCs), setting up a full SSO environment upfront can be cumbersome. Sometimes all you need is a way to quickly test APIs that are locked behind SSO.
read more
Jan, 2015 - Post
Object Oriented JavaScript
JavaScript has been regarded as a functional programing language by most of the developers. This book is targeted for all the JavaScript developers to shift their thinking from the functional to the object oriented programing language.
The course requires basic knowledge of JavaScript syntax. If you already know some JavaScript, you will find a lot of eye-openers as you go along and learn what more the JavaScript can do for you.
read more
May, 2012 - Post
JavaScript Plugin Framework
Javascript Plugin Framework is implemented to add extra functionality in the existing Web based application without actually changing the application code. This framework is also helpful when some functionality need to control for different user profiles.
For example, to add one extra button in a menu we can write the plugin directly, by defining what that button is going to do on click, what all events should it handle, in one javascript file rather than making changes in the application code for the same.
read more