Posts

Showing posts from October, 2022

ADABAS & NATURAL 20221025

Image
  Adabas, a contraction of “adaptable database system," is a database package that was developed by Software AG to run on IBM mainframes. It was launched in 1971 as a non-relational database. As of 2019, Adabas is marketed for use on a wider range of platforms, including Linux, Unix, and Windows. -Wikipedia ADABAS 101 Adabas Basic Adabas is one of the leading database management systems for mission-critical applications. It is hardware-independent, unparalleled in scalability and performance.This course provides the essential knowledge of architecture, features and functions of the Adabas database management system serving as a prerequisite for all technical activities in the Adabas environment.Learning ObjectivesAt the end of this course, learners will be able to: 1. Know the architecture, features and functions of Adabas database management system. 2. Know how Adabas handle file definition, data description and design considerations. 3. Compare relational...

Apache JMeter 20221017

Image
 . Apache JMeter The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Apache JMeter for Performance & Load Testing JMeter Load Testing JMeter Load Testing is a testing process done using a load testing tool named Apache JMeter which is an open source desktop application based on Java. JMeter for load testing is a crucial tool that determines whether the web application under test can satisfy high load requirements or not. It also helps to analyze the overall server under heavy load. JMeter Performance Testing JMeter Performance Testing is Testing method performed using Apache JMeter to test the performance of a web application. JMeter for performance testing helps to test both static and dynamic resources, helps to discover concurrent users on websites and provides a variety of ...

JavaScript Beginners 20221003

Image
  JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior. Originally used only in web browsers, JavaScript are now core components of some servers and a variety of applications.  . . 1) Getting Started Workbook: Getting Started 2) JavaScript Variables Workbook: JavaScript Variables 3) JavaScript Control Structures Workbook: JavaScript Control Structures 4) JavaScript and Web Pages Workbook: JavaScript and Web Pages 5) JavaScript String Manipulation Workbook: JavaScript String Manipulation 6) JavaScript Practice Test Workbook: JavaScript Practice Testn