Tag Archives: javascript

Learn TypeScript – Exploring all the features with examples

Learn typescript

TypeScript has gained immense popularity in the development community as a powerful superset of JavaScript. With its static typing and modern features, it enables developers to build robust and scalable applications. In this article, we will delve into TypeScript tutorials, covering the latest version, and provide detailed explanations with relevant code examples.

Learn the Latest Vue.js Version for Beginners: A Comprehensive Guide with Examples

Vue.js

Vue.js is a popular JavaScript framework that is widely used for building dynamic and interactive web applications. It offers a simple and intuitive approach to building user interfaces and provides powerful features for handling data, events, and components. In this article, we will cover the latest version of Vue.js and provide detailed explanations along with examples to help beginners understand and apply its core concepts effectively.

How Javascript Libraries Can Keep You Out of Trouble

516 Views -1-jQuery LoadingOverlay Shows a loading overlay on the whole page or over single DOM elements CDN-https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.6/dist/loadingoverlay.min.js Doc – https://gasparesganga.com/labs/jquery-loading-overlay/ 2-fullcalendar Full-sized drag & drop event calendar https://fullcalendar.io https://fullcalendar.io/ Source – https://github.com/fullcalendar/fullcalendar/releases/download/v4.2.0/fullcalendar-4.2.0.zip Doc –https://fullcalendar.io/docs/getting-started 3-leafletjs an open-source JavaScript library for mobile-friendly interactive maps https://leafletjs.com/ <link rel=”stylesheet” href=”https://unpkg.com/leaflet@1.5.1/dist/leaflet.css” integrity=”sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==” crossorigin=””/> <script src=”https://unpkg.com/leaflet@1.5.1/dist/leaflet.js” integrity=”sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og==” crossorigin=””></script>   …