Showing 1-9 of 21 results
Software Architecture Design
Software Architecture typically refers to the bigger structures of a software system, and it deals with how multiple software processes cooperate to carry out their tasks. Software Design refers to the smaller structures and it deals with the internal design of a single software process. By the end of this tutorial, the readers…
Programming Methodologies
When programs are developed to solve real-life problems like inventory management, payroll processing, student admissions, examination result processing, etc., they tend to be huge and complex. Programming Methodology is the approach to analyzing such complex problems by planning the software development and controlling the development process. In this course, we…
Java Digital Image Processing
Digital Image Processing (DIP) deals with manipulation of digital images using a digital computer. This tutorial gives a simple and practical approach of implementing algorithms used in digital image processing. After completing this tutorial, you should find yourself at a moderate level of expertise, from where you should be able…
Functional Programming of Computer
Functional programming languages are specially designed to handle symbolic computation and list processing applications. Functional programming is based on mathematical functions. Some of the popular functional programming languages include: Lisp, Python, Erlang, Haskell, Clojure, etc. https://youtu.be/nn9UlBbnnPY This course by Academy Europe provides a brief overview of the most fundamental concepts…
Elasticsearch Information Technology
Elasticsearch is a real-time distributed and open source full-text search and analytics engine. It is used in Single Page Application (SPA) projects. Elasticsearch is an open source developed in Java and used by many big organizations around the world. It is licensed under the Apache license version 2.0. https://youtu.be/ghmihu1bIS8 In this…
Cloudrail
CloudRail is an API integration solution that speeds up the process of integrating third-party APIs into an application and maintaining them. It does so by providing libraries for multiple platforms featuring abstraction layers that combine similar services behind a common interface. https://youtu.be/yBEaKHqLjuQ Free Certification Academy Europe presents high-quality formal diplomas,…
Game Programming
The very first video game was built entirely out of hardware, but rapid advancements in microprocessors have changed all that. These days, video games are played on versatile PCs and specialized video game consoles that use soft ware to make it possible to off er a tremendous variety of gaming…
Software Engineering
Software engineering concerns methods and techniques to develop large software systems. The engineering metaphor is used to emphasize a systematic approach to develop systems that satisfy organizational requirements and constraints. This chapter gives a brief overview of the field and points at emerging trends that influence the way software is…