UdemyFileMaker

Philosophy of FileMaker 20 - Volume 2

التصنيف الكامل: Development > Database Design & Development > FileMaker

Philosophy of FileMaker 20 - Volume 2

عن هذا الكورس

If you want to learn how to create FileMaker 20 scripts, calculations and relationships at a professional level then this course is for you. Well known author John Mark Osborne starts off with a blank file so you can see every part of the process but quickly moves into intermediate, advanced and even expert techniques. The course uses a single example of an Invoicing solution to aid the learning process so you can focus on a single solution from beginning to end. Even if you don't want to build an Invoicing solution, the skills taught in this course will teach you the ins and outs of developing any solution in FileMaker. That's because John teaches you how to think for yourself instead of how to regurgitate techniques. John shows you multiple approaches to every solution and compares and contrasts the advantages and disadvantages so you know when to use each solution to each unique problem. With all the knowledge required to be a professional FileMaker developer, this course comes in 3 volumes. If you study all three volumes, you will be well prepared to prduce FileMaker solutions for your company or clients. If you aren't convinced, watch the free previews in each chapter to find out why people have trusted John's FileMaker training for the last 30 years.

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق ومباشر

ينقلك لصفحة التسجيل الرسمية

سعر الكورس
$99.99
المنصة:Udemy
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Unity 6: 2D Game Dev Journey — Junior to Pro
Udemy
Unity

Unity 6: 2D Game Dev Journey — Junior to Pro

(*** NEW COURSE ***)Let's start your game dev journey. This is much more than an ordinary Unity 2D course — it’s a complete learning journey designed to take you from beginner to advanced game developer, one powerful system at a time.You'll not only learn how to implement core gameplay mechanics but also how to structure your code using clean and reusable systems. Everything you build will be scalable, so you can apply it to your future games, whether they’re Metroidvanias, platformers, top-down, or even RPGs.Course HighlightsBeginner-Friendly, Yet DeepStart from zero and progressively build your skills while creating a full game.Unity’s New Input SystemLearn to use Unity’s modern input system to support keyboard, mouse, and controllers with ease.Custom Player State MachineThis is one of the course’s most powerful systems — it gives you full control over player behavior, allowing you to expand and create complex mechanics with minimal effort.Versatile Save and Load SystemSave progress, player data, visited areas, and more using a clean JSON-based system that you can use in almost any game genre.Modular Weapon SystemCreate and manage both primary and secondary weapons with shooting, cooldowns, and effects — the foundation for action-packed gameplay.Minimap and Dialogue SystemsAdd immersion and guidance with an in-game minimap and trigger-based dialogues for story and gameplay events.Boss and Enemy State MachinesLearn how to design enemies and boss fights using another clean state machine architecture — reusable, scalable, and perfect for creating a variety of AI behaviors.Whether you’re just getting started with Unity or you’re ready to take your skills t

2025 PfMP Mock Practice Tests (Based on PMI-PfMP Latest ECO)
Udemy
PMI Portfolio Management Professional (PfMP)

2025 PfMP Mock Practice Tests (Based on PMI-PfMP Latest ECO)

Dear Learner,This PMI-PFMP® Exam - 2024-2025 Mock Simulator course is designed to help you thoroughly prepare for the PMI-PFMP® certification exam by offering realistic practice tests aligned with the latest Exam Content Outline (ECO). This course covers all five critical domains, ensuring you are well-equipped to tackle the exam with confidence:Strategic Alignment (25%)In this domain, you will learn how to align portfolio objectives with organizational strategy. You'll focus on identifying and defining portfolio goals that align with the overall strategic direction, and gain the skills to effectively communicate strategic objectives across all portfolio components.Governance (20%)This section covers portfolio governance structures, including how to establish governance models, define roles and responsibilities, and manage the portfolio lifecycle with clear decision-making procedures. You'll learn to define portfolio management standards and develop a solid governance framework that ensures efficient portfolio execution.Portfolio Performance (25%)Here, you'll focus on the techniques needed to measure and monitor portfolio performance. You will gain the ability to analyze portfolio data, measure key performance metrics, and assess the overall portfolio health. You'll also learn how to manage and optimize resources to achieve strategic portfolio goals.Portfolio Risk Management (15%)This domain will teach you how to effectively manage risks within the portfolio. You’ll learn how to determine the acceptable level of risk, develop a risk management plan, and perform risk assessments. You’ll also understand how to manage and mitigate risks that could impact strategic objectives.Communications Management (15%)Effective communication is key to portfolio success. This domain will equip you with strategies for

Python for Data Science - Zero to Pandas
Udemy
Data Science

Python for Data Science - Zero to Pandas

This hands-on course guides students from the ground up—starting with Python programming fundamentals and building toward applied machine learning for classification tasks. Designed for beginners and aspiring data scientists, the course blends clarity, rigor, and real-world relevance to ensure students gain both technical skills and practical insight.Students begin by mastering Python essentials, then transition into working with real datasets from the U.S. Census Bureau, performing exploratory data analysis (EDA), feature engineering, and statistical testing. From there, the course introduces core classification models—Logistic Regression, Random Forest, and XGBoost—alongside evaluation techniques like confusion matrices, ROC curves, and AUC scores.Learners build scikit-learn pipelines to prevent data leakage, apply K-Fold cross-validation, and use GridSearchCV for hyperparameter tuning. The course wraps with model comparison, feature importance analysis, and pickling the best model for future use in production or further experimentation.Along the way, students are introduced to tools like Visual Studio Code, and gain insight into when to use .py vs .ipynb files and how to choose the right platform for their workflow depending on their goals.By the end of the course, students will be equipped to write clean Python code, build and evaluate classification models, and make data-driven decisions with confidence across a variety of data science contexts.

Rest API dengan Golang
Udemy
REST API

Rest API dengan Golang

Setelah menyelesaikan course Golang tingkat pemula, course "REST API dengan Golang" adalah langkah lanjutan yang sangat direkomendasikan untuk kita pelajari. Pada course ini, kalian akan mendalami cara menghandle HTTP request dengan Golang, yang merupakan dasar penting dalam pengembangan web modern.Kita akan memulai dengan mempelajari dasar-dasar pengembangan aplikasi minimal menggunakan Golang. Kemudian, kita akan membahas function handler, bagaimana cara kerjanya, dan konsep-konsep penting yang relevan, mirip dengan apa yang mungkin sudah kalian kenal di Python. Setelah memahami dasar-dasar tersebut, kita akan melanjutkan dengan membuat model yang bermanfaat untuk diterapkan dalam proyek kalian sendiri, sehingga memperkuat pemahaman tentang pengelolaan data dan struktur aplikasi.Selain itu, kalian juga akan mempelajari semua jenis HTTP request yang umum digunakan, seperti GET, POST, PUT, DELETE, dan bagaimana cara mengimplementasikannya secara efektif dalam aplikasi kalian. Course ini dirancang untuk memberikan kalian pemahaman yang menyeluruh mengenai proses pembuatan REST API dengan Golang, termasuk cara mengatasi tantangan yang sering dihadapi oleh para developer.Diharapkan setelah mengikuti course ini, kalian akan mampu menguasai Golang dengan lebih baik, terutama dalam penerapannya untuk membuat REST API dasar. Pengetahuan ini akan menjadi fondasi yang kuat untuk proyek-proyek web development masa depan, memungkinkan kalian untuk mengembangkan aplikasi yang cepat, efisien, dan mudah di-maintain.

Fungsi dan Penggunaan React Native
Udemy
React Native

Fungsi dan Penggunaan React Native

Selain digunakan untuk pengembangan web, React juga dapat dimanfaatkan dalam pembuatan aplikasi mobile, baik untuk platform Android maupun iOS, dengan menggunakan framework React Native. React Native memungkinkan para pengembang untuk membuat aplikasi mobile yang efisien dan interaktif dengan memanfaatkan pengetahuan yang sudah mereka miliki tentang React dan JavaScript. Framework ini menggunakan konsep yang sama dengan React, tetapi memungkinkan kalian untuk menghasilkan aplikasi yang memiliki performa mendekati aplikasi native, yang berarti aplikasi dapat berjalan cepat dan responsif di berbagai perangkat.Dalam course ini, kita akan mempelajari secara mendalam berbagai macam fungsi dan fitur yang terdapat dalam React Native, mulai dari komponen dasar seperti View, Text, dan Image, hingga penggunaan fitur-fitur yang lebih kompleks seperti navigasi, pengelolaan state, akses ke API perangkat, dan integrasi dengan layanan pihak ketiga. Course ini dirancang untuk membantu kalian memahami cara membangun aplikasi mobile yang berkualitas tinggi dengan React Native, termasuk bagaimana cara mengoptimalkan performa dan menjaga konsistensi antar platform.Namun, sebelum memulai course ini, sangat penting untuk memiliki pemahaman dasar tentang React dan JavaScript. Keduanya merupakan fondasi utama yang akan membantu kalian lebih mudah mengerti dan mengikuti materi-materi di dalam course ini. Dengan mempelajari React Native, kalian akan memiliki keterampilan yang sangat dibutuhkan untuk membangun aplikasi mobile modern, yang dapat dijalankan di berbagai perangkat dengan kode yang efisien dan dapat digunakan kembali.

Master Vim: Guide to Ultimate Text Editor
Udemy
Vim Text Editor

Master Vim: Guide to Ultimate Text Editor

CRITICAL NOTICE Prior to Enrollment:This course does not serve as a substitute for official vendor materials necessary for certification exams. It lacks endorsement from the certification vendor, and participants will not receive official certification study materials or a voucher as part of this course.Welcome to the ultimate Vim course designed to take you from complete beginner to confident power user. Whether you’re a developer, system administrator, or tech enthusiast, mastering Vim will dramatically boost your productivity, streamline your workflow, and give you complete control over text editing.Vim is more than just a text editor—it’s a powerful tool built for speed and efficiency. In this course, you’ll learn how to harness its full potential through hands-on practice and real-world examples. You’ll start with the basics, including how to navigate the Vim interface, understand modes, and perform simple edits. From there, we’ll dive into more advanced concepts such as powerful search and replace, working with buffers and windows, customizing your Vim setup, and using plugins to enhance functionality.This course is perfect for anyone who wants to break free from slow, mouse-driven editing and become a keyboard ninja. Every concept is explained clearly and reinforced through practical exercises, so you can immediately apply what you’ve learned. You’ll also gain tips and tricks that experienced Vim users rely on every day.By the end of this course, you’ll not only feel comfortable using Vim, but you’ll also wonder how you ever lived without it. Join now and unlock a faster, smarter, and more efficient way to edit code, write scripts, and manage text.Thank you