Showing 19-26 of 26 results
Free

Basics of Computer Science

Computer Science is one of the disciplines of modern science under which, we study about the various aspects of computer technologies, their development, and their applications in the present world. Likewise, Computer Science includes a wide range of topics such as the development of Computer Technology (hardware and software), application…
8159
Free

C Programming Basics

C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which…
1450
Free

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…
204
Free

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…
957
Free

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…
12016
Free

Software Engineering

What is a Software Engineer? Software engineering is a branch of computer science which includes the development and building of computer systems software and applications software. Computer systems software is composed of programs that include computing utilities and operations systems. Applications software consists of user-focused programs that include web browsers, database programs,…
4057
Free

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…
12454
Free

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…
1371