AP Computer Science A - Java Concepts and Fundamentals
التصنيف الكامل: Development > Data Science > Java

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Front end web development in Rust
WebAssembly is a binary instruction format that most browsers support. It enables languages such as Rust, C, C++ Go, etc., to be compiled and run in a web browser.The Rust programming language is the most frequently used language for developing WebAssembly applications, according to surveys. And how could it not? It was voted as StackOverflow’s most loved and desired programming language, eight years in a row, thus everyone is looking for an excuse to run it even inside browsers, where Javascript is the usually the common approach. You have already spent a good amount of time developing web applications and you have a very good understanding of Rust.You are wondering whether you can develop your next UI in Rust and ship it to browser via WASM. You are looking for a resource that has all you need in a single place.Well, look no further! In this course i will show you how to create a complex web app in Rust that consumes JSON APIs. We will use the Yew web framework along with wasm crates to build a UI with- Authentication- Several different routes and pages- Forms for CRUD support- State management, custom hooks and reducers- Async requests via browser's fetch API

Android OS Internals / AOSP in Depth
Over the years, android has captured mobile Phones, tablets, TV, Wear devices, Automotive, and many embedded devices. It's running on 2.5 billion active devices. Even though AndroidOS has been in the market for a long time, it’s still pretty hard to find structured courses or online resources for AOSP development. That's the reason we thought of making this course. This course is specially designed for Developers of any level who wants to learn about developing Android OS, focusing more on deep internals OS Startup, AMS, WMS, and SYSTEM UI.This course is also helpful for Android Application developers. You can be a better programmer when you know more about the Android OS Internals. We have tried to make this course as compact as possible so that you can learn something new each minute of the tutorials.On a high level, the course is structured as follows.IntroductionArchitectureDevelopment Environment SetupFolder Structure and important modulesBuilding the sourceAndroid Startup(Init, System Server, Zygote)Activity ManagementWindow Managementand more...The Course starts with the Basics of AOSP development like Architecture, Environment setup and it covers Advanced and deep analysis of System Startup, Activity Management, Window Management, and so on. This course will help you to build your confidence in Android as a Framework Developer or an App Developer. Kindly have a look at the latest course curriculum under the course contents.This course is perfect for those new to the AOSP world or who want to learn more about different aspects of AOSP development. At the end of the course, you should gain enough knowledge to create your own Android version.Please feel free to ask me questions if you need support while taking the course. Thank you and all the very best.

Introduction to Python (crash course)
In this crash course, we will cover the fundamentals of the Python programming language. This course aims to be straight to the point while being rigorous and easy to understand. At the end of the course, a series of ten exercises are proposed and solved.I believe that a programming language is learned by doing, and this course aims to give you the necessary basics to get started so that you can improve your skills at your own pace through practice. At the end of this course, the participant will be able to use programming (and more specifically the Python programming language) to solve real problems. This course is also intended to be a springboard to more advanced and specific courses such as artificial intelligence, machine learning, web development or video game development.Beyond Python, this course is also a general introduction to programming.Concepts covered:Variables and primitive types.Fundamental data structures (lists, sets, tuples, and dictionaries).Control flows (if, else).Loops (for, while).The concept of functions.The concept of classes.The installation and use of packages.The visualisation of objects and data with matplotlib.The modulo operator.Don't wait any longer before launching yourself into the world of programming!

Data Collection App with Flutter and Firebase RTDB
This class covers Flutter and Firebase Real-time Database in more details. The class focuses on CRUD (Create, Read, Update and Delete) of Firebase Real-time Database. Students will learn how to integrate Firebase into flutter applications. Students will also learn how to create, read, update and delete from real-time database in more details. Aside Firebase and database, students will also learn how to design interfaces in flutter, including how to use pop-ups and dialog box in flutter.Students taking this class should have basic knowledge in programming. Basic knowledge and experience in flutter and/or dart is preferred but not a requirement.

ChatGPT and AI Master Course: Prompt Engineering and AI Tool
Imagine, my young friend, a fantastic adventure into the world of AI, where we explore the magic of ChatGPT, AI tools, Text-to-Image AI, and Generative AI! In our special course, we'll start by learning about ChatGPT, which is like a super-smart friend that talks with us using computers. Then, we'll become masters at asking it questions and making it do cool things with something called "prompt engineering." Next, get ready for the fun part! We'll discover how to turn words into amazing pictures and even make videos using AI. It's like turning your ideas into colorful adventures!Plus, we'll learn a neat trick - how to quickly remove boring backgrounds from pictures with the help of AI. No more wasting time on tricky editing! But wait, there's more! We'll do real projects, keep up with the newest AI tricks, and learn from the smartest AI experts. You'll even join a friendly AI club where you can share your amazing creations and get help anytime you need it. Who should join this exciting journey? Well, anyone who's curious about AI, people who make digital stuff, inventors looking for new ideas, and explorers of AI's secrets! After our adventure, you'll be a true AI expert, making fantastic content, pictures, videos, and more!You'll be so good that everyone on the internet will find you easily when they search for "ChatGPT courses," "AI tools courses," "Text to Image AI course," and "Generative AI courses." Join us now and be part of the future of AI!

Odoo XMLRPC Interfacing dengan PHP
Anda punya aplikasi yang sudah jalan lama di PHP dan mau diintegrasikan ke Odoo? Atau mau membuat aplikasi web front end PHP yang terkoneksi dengan backend Odoo?Course ini menjelaskan dengan singkat teknik interfacing PHP ke Odoo.Mulai dari persiapan library yang dibutuhkan, cara koneksi ke server Odoo, cara login, cara read dan search data, insert, delete, update, sampai dengan cara create dan write field Odoo One2many dan Many2many yang perlu penganganan khusus..Ada bonus intro juga tentang cara interfacing XMLRPC dari Android !