Tag: Kodeco

Kodeco – Python for AI A Crash Course

Free Download Kodeco – Python for AI A Crash Course

Nov 16 2024 | Python 3.12, JupyterLab 4.2.4 | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch
Author: Joey deVilla | Language: English | Duration: 1 hour and 9 minutes | 350 MB
This module covers the fundamentals of Python programming with a focus on AI apps. Students will learn Python syntax, environment management, working with external libraries, handling data formats, and basic file operations. The course emphasizes hands-on practice using Jupyter notebooks.
Module outcomes

(more…)

Kodeco – Introduction to Cloud-based AI

Free Download Kodeco – Introduction to Cloud-based AI

Nov 14 2024 | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch
Language: English | Duration: 10 hours and 02 minutes | 911 MB
This course introduces you to cloud-based AI services, focusing on text generation, image processing, and audio analysis.
You’ll gain hands-on experience with leading platforms such as OpenAI and Google Gemini, learning to leverage these technologies for various AI apps.

(more…)

Kodeco – Building Integrated AI Services with LangChain & LangGraph

Free Download Kodeco – Building Integrated AI Services with LangChain & LangGraph

Nov 12 2024 | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch
Language: English | Duration: 4 hours and 19 minutes | 731 MB
This course delves into advanced AI app development using LangChain and LangGraph. You’ll learn to create complex AI systems, including Retrieval-Augmented Generation (RAG) and AI Agents, while gaining insights into the integration of various AI services and tools.
Learning path outcomes

(more…)

Kodeco – High-Level AI with Azure AI Services

Free Download Kodeco – High-Level AI with Azure AI Services

Nov 15 2024 | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch
Language: English | Duration: 3 hours and 53 minutes | 513 MB
This course focuses on leveraging Azure’s high-level AI services to solve real-world business problems.
You’ll explore pre-built solutions for Retrieval-Augmented Generation (RAG), content moderation, and other Azure AI offerings, understanding their apps and trade-offs compared to custom-built solutions.

(more…)

Kodeco – Jetpack Compose Tutorial for Android – Getting Started


Free Download Kodeco – Jetpack Compose Tutorial for Android – Getting Started
Joey deVilla | Duration: 0:50 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 514 MB | Language: English
In this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the Android team by creating a cookbook app.
Released in July 2021, Jetpack Compose is a UI toolkit that updates the process of building Android apps. Instead of XML, you use Kotlin code to declaratively specify how the UI should look and behave in various states. You don’t have to worry how the UI moves among those states – Jetpack Compose takes care of that. You’ll find it familiar if you’re acquainted with declarative web frameworks such as React, Angular or Vue.
The Jetpack Compose approach is a significant departure from Android’s original XML UI toolkit, now called Views. Views was modeled after old desktop UI frameworks and dates to Android’s beginning. In Views, you use a mechanism such as findViewById() or view binding to connect UI elements to code. This imperative approach is simple but requires defining how the program moves among states and how the UI should look and behave in those states.

(more…)

Kodeco – Deploying Android Apps Using GitHub Actions


Free Download Kodeco – Deploying Android Apps Using GitHub Actions
Subhrajyoti Sen | Duration: 0:36 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 185 MB | Language: English
Learn how to automate the process of generating signed builds, and releasing them to Firebase App Distribution and the Google Play Store.
This course is for Android developers who want to automate the release of their apps to Firebase App Distribution and the Google Play Store.
Covered concepts

(more…)