Showing 19-26 of 26 results
Inter Process Communication
Inter Process Communication (IPC) refers to a mechanism, where the operating systems allow various processes to communicate with each other. This involves synchronizing their actions and managing shared data. This tutorial covers a foundational understanding of IPC. Each of the chapters contain related topics with simple and useful examples. https://youtu.be/4QCzrE4Oh0U…
Computer Programming
Computer programming is the act of writing computer programs, which are a sequence of instructions written using a Computer Programming Language to perform a specified task by the computer. Computer Programming is fun and easy to learn provided you adopt a proper approach. This course by Academy Europe attempts to…
Adaptive Software Development
Adaptive Software Development is a move towards adaptive practices, leaving the deterministic practices in the context of complex systems and complex environments. Adaptive Software Development focuses on collaboration and learning as a technique to build complex systems. It is evolved from the best practices of Rapid Application Development (RAD) and…
SAP for Beginners
SAP has the largest market share of all ERP systems & commands unparalleled premium in the ERP & IT market. These basic course by Academy Europe will introduce the SAP ERP, Business suite, SAP Modules, GUI and process to become a SAP consultant. https://youtu.be/EoYRTPNFuOQ Syllabus Tutorial Introduction to SAP Introduction…
Agile Methodology
AGILE methodology is a practice that promotes continuous iteration of development and testing throughout the software development lifecycle of the project. Both development and testing activities are concurrent unlike the Waterfall model https://youtu.be/SfI1dbrUS4c Free Certification Academy Europe presents high-quality formal diplomas, certificates and e-certificates which are formal proof and recognition of accredited…
Javascript
JavaScript syntax is a programming script, that runs on the frontend. It is mostly used for event handling like displaying or hiding some contents, replacing some contents or changing css styles depending on user interactions on a predefined UI which is termed as event handling collectively. Here are a few…
Jquery
jQuery is a lightweight, “write less, do more”, JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can…