fbpx

Courses

We found 17 courses available for you
See
Free

CCC (Course on Computer Concepts)

2 hours
Intermediate

Why Computer Education most importing? Digital Literacy: In today’s digital …

What you'll learn
Microsoft Word: Microsoft Word is a word processing software used for creating and editing documents. When learning Word, you'll gain skills in formatting text, creating headers and footers, working with tables, inserting images, creating lists, and more. Word is commonly used for writing reports, essays, letters, and other text-based documents.
Microsoft Excel: Microsoft Excel is a spreadsheet application used for data analysis and calculations. In Excel, you'll learn to create and format spreadsheets, use mathematical and statistical functions, create charts and graphs, and manage data. Excel is widely used in business for financial analysis, data management, and reporting.
Microsoft PowerPoint: Microsoft PowerPoint is a presentation software used to create slideshows and visual presentations. When learning PowerPoint, you'll acquire skills in designing slides, adding text and multimedia elements, creating animations, and delivering effective presentations. PowerPoint is frequently used in academic, business, and professional settings.
Free

Node Js

2 hours
Intermediate

What is Node Js? Node.js is an open-source, server-side runtime …

What you'll learn
JavaScript Fundamentals: While Node.js focuses on server-side development, you'll still need a strong foundation in JavaScript, including concepts like variables, data types, functions, and control flow.
Asynchronous JavaScript: You'll learn how to work with asynchronous JavaScript, understanding callbacks, promises, and async/await, which are crucial for handling non-blocking I/O operations.
Node.js Basics: You'll gain an understanding of the Node.js runtime environment, how to install it, and how to run JavaScript code on the server. You'll also explore the Node.js event loop, which is central to its non-blocking nature.
Core Modules: Node.js provides a set of built-in modules for tasks like file system operations, network communication, and data manipulation.
npm (Node Package Manager): You'll get familiar with npm, the package manager for Node.js, which allows you to install, manage, and publish third-party packages and libraries.
Working with Databases: You'll learn how to interact with databases in Node.js. This can include using database libraries like MongoDB / MySQL, or connecting to databases through Object-Relational Mapping (ORM) tools like.
Error Handling and Debugging: You'll gain knowledge on how to handle errors gracefully and debug Node.js applications effectively.
Free

React Js

2 hours
Intermediate

What is React Js? React (also known as React.js or …

What you'll learn
Component-Based Development: React is centered around a component-based architecture. You'll learn how to create reusable, self-contained UI components that can be combined to build complex user interfaces. This approach makes your code more modular and maintainable.
Rendering and Re-rendering: You'll understand how React handles rendering and re-rendering. React efficiently updates the user interface by comparing the Virtual DOM with the actual DOM, making it performant and responsive.
State Management: You'll learn how to manage the state of your application using React's built-in state management. This includes setting and updating component state, and understanding how state changes trigger component re-renders.
Props: You'll work with props (short for properties) to pass data from parent components to child components. This is an essential mechanism for sharing information and configuring components.
Lifecycle Methods: React components have a lifecycle, and you'll learn how to use lifecycle methods to execute code at specific points in a component's lifecycle, such as when it's mounted or updated.
Handling Events: You'll learn how to handle user interactions and events, such as clicks and form submissions, and how to respond to these events within your components.
Conditional Rendering: React allows you to conditionally render components and elements based on certain criteria. You'll learn how to show or hide elements dynamically.
Lists and Keys: You'll understand how to work with lists of data and the importance of using keys to help React efficiently update the UI when dealing with dynamic lists.
Routing: While not part of React core, you'll often learn how to integrate a routing library (such as React Router) to manage navigation and routing within your single-page applications.
State Management Libraries: You might explore state management solutions like Redux or the Context API for more complex applications where managing global state is necessary.
Free

Java Script

2 hours
Intermediate

Why JavaScript is Important? JavaScript is important for several reasons, …

What you'll learn
Syntax and Structure: You'll start by learning the basic syntax of JavaScript, including variables, data types, and how to write and structure code.
Document Object Model (DOM):You'll explore the DOM, which is the representation of web pages in the browser. JavaScript allows you to manipulate and interact with the DOM to change content and respond to user actions.
Asynchronous JavaScript: JavaScript is asynchronous, and you'll learn how to use callbacks, promises, and async/await to manage asynchronous operations, such as making HTTP requests to fetch data from a server.
Object-Oriented Programming (OOP) in JavaScript: You'll delve into OOP principles like encapsulation, inheritance, and polymorphism, as JavaScript is an object-oriented language.
Error Handling: You'll understand how to handle errors and exceptions using try...catch blocks and throw statements to ensure your code is robust.
Functional Programming Concepts: JavaScript supports functional programming. You'll learn about higher-order functions, closures, and functional programming patterns.
Browser APIs: You'll explore various browser APIs that JavaScript provides, enabling you to work with the browser environment, including interacting with the user, handling form data, and working with cookies and local storage.
JSON and Data Handling: You'll learn how to parse and stringify JSON data, which is essential for sending and receiving data from APIs and web servers.
Events and Event Handling: You'll understand how to manage and respond to various events, such as clicks, keypresses, mouse movements, and touch events
ES6 and Modern JavaScript: You'll stay up-to-date with the latest features and enhancements introduced in ECMAScript 6 (ES6) and beyond
Free

Python

2 hours
Intermediate

What is Python? Python is a high-level, versatile, and widely …

What you'll learn
Basic Syntax and Programming Concepts: You'll start with the fundamentals, including variables, data types (integers, floats, strings, etc.), operators, control structures (if statements, loops), and function.
Functions and Modules: Explore how to define and call functions, pass arguments, and return values. You'll also learn about Python modules and how to create your own modules for code organization.
Object-Oriented Programming (OOP): Understand the principles of OOP in Python, including classes, objects, inheritance, encapsulation, and polymorphism.
Exception Handling: Learn how to handle exceptions and errors gracefully in Python using try-except blocks and custom exception classes.
Input and Output (I/O): Understand standard input and output in Python, as well as file I/O. Learn how to format and display output effectively.
File Handling: Explore reading from and writing to files, including text files and binary files. Work with file objects to manipulate file data.
Free

Java Programming

2 hours
Intermediate

What is Java Programming? Java is a popular, versatile, and …

What you'll learn
Syntax and Fundamentals: You'll start with the basics, including understanding Java's syntax, data types, variables, operators, and control structures (if statements, loops).
Object-Oriented Programming (OOP): Java is an object-oriented language, and you'll delve into core OOP concepts such as classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
Packages and Modules: Learn how to organize your code into packages and use Java's module system introduced in Java 9 for better code organization and encapsulation.
Methods and Functions: Explore how to create methods (functions) in Java and understand method overloading and overriding.
Input and Output (I/O): Learn how to read and write data to files, use input streams and output streams, and work with file handling in Java.
Exception Handling: Understand how to handle exceptions and errors gracefully in your Java programs using try-catch blocks and exception classes.
Industry Best Practices: Gain knowledge of coding standards, design patterns, and best practices for writing clean, maintainable, and efficient Java code.
Free

Flutter Development

3 hours
Intermediate

What is Flutter Development? Flutter is an open-source UI (User …

What you'll learn
arning objectives in Flutter are concise statements that outline what you aim to achieve while learning Flutter development. These objectives guide your learning process and help you focus on key skills and knowledge areas. Here's a short note on common learning objectives in Flutter
Flutter Fundamentals: Understand the core concepts of Flutter, including widgets, layouts, and UI components.
Dart Programming: Learn the Dart programming language, which is essential for Flutter development.
User Interface Design: Master designing user interfaces with Flutter widgets, understanding layout principles, and creating responsive designs.
State Management: Explore various state management techniques and choose the right one for your app's complexity.
Navigation: Implement navigation and routing between screens in your Flutter app.
Data Handling: Work with data sources, APIs, and databases to fetch and display information in your app.
Flutter Animation: Create engaging animations and transitions to enhance user experience.
Testing and Debugging: Write tests to ensure the reliability of your app and troubleshoot issues effectively.
Platform-specific Features: Learn to integrate platform-specific features and plugins for Android and iOS.
App Deployment: Understand the app packaging and publishing process for Google Play Store and Apple App Store.
Performance Optimization: Optimize your Flutter app for better performance and responsiveness.
Continuous Learning: Stay updated with Flutter's evolving ecosystem, explore new packages, and engage with the community.
Real-world Projects: Apply your skills to build practical Flutter apps, gaining hands-on experience.
Open-source Contribution: Contribute to open-source Flutter projects to deepen your understanding and collaborate with the community.
Problem Solving: Develop the ability to solve common issues and challenges in Flutter development.
Free

Android Development

3 hours
Intermediate

What is Android Development? Android development refers to the process …

What you'll learn
When learning Android development, you'll acquire a set of skills and knowledge that enables you to create mobile applications specifically for the Android platform. Android development involves various aspects of software development, user interface design, and working with the Android operating system
Java or Kotlin: You'll learn one of the primary programming languages for Android app development, Java or Kotlin. Both languages are used to write the code that powers Android apps, with Kotlin gaining popularity for its modern and concise syntax.
Android Studio: Android Studio is the official integrated development environment (IDE) for Android development. You'll become proficient in using this tool to write code, design user interfaces, test, and debug your Android applications.
Activities and Fragments: Android apps are structured around activities, which represent different screens or windows. You'll learn how to create activities and use fragments to build flexible and responsive user interfaces.
Intents: You'll understand how to use intents to facilitate communication between different components of your app and between different apps. Intents are used to request actions or services from other parts of the app or from other apps.
android Manifest: The AndroidManifest.xml file is a crucial configuration file that describes essential information about the app, such as its components, permissions, and version.
Networking: Understand how to make network requests and integrate data from web services and APIs into your Android app.
Testing and Debugging: Proficiency in testing your app using the Android Emulator and real devices, as well as debugging and troubleshooting issues in your code.
Material Design Guidelines: Familiarize yourself with Google's Material Design guidelines to create apps with a consistent and modern look and feel.
Offline Support: Learn how to build apps that work offline or in low-network conditions.
Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
Click outside to hide the comparison bar
Compare