Learning SQL For Oracle
التصنيف الكامل: Development > Database Design & Development > Oracle SQL

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Magic of Words
You're about to learn the all-powerful magic words 90% of women know nothing about.The most successful wife knows one secret: To make your husband keep falling in love with you, all it takes certain “magic words” that instantly make your man feel a deep, emotional connection with you.When used carefully, the words you say can make your love life happy, peaceful, and satisfying.And that is why I came out with my course, Magic of Words.The Amazing Things You'll Learn in the “Magic of Words” courseLet me show you the things you will learn in this course that will help you achieve your marriage goals and transform your love life A simple, under-used method of using words to make your husband feel good around you.The one magic habit that can make any relationship work.How to use the right words to build your relationship's emotional foundation.How your words can make him do his job as the “man in the relationship” better. How to make your marriage last forever, with the right emotional words said every single day.What's the value of having your husband keep falling in love with you?What's the value of starting to enjoy the happiness that love is supposed to give?How much is it worth to achieve success in one of the most important relationships in your life?Hundreds of dollars?What if I tell you that you can get all the benefits and all the knowledge for this small investment you'll pay for the course?Don't waste your time and now before the price is doubled.

SGLearn: iOS 10 and Swift 3 : The Beginning into the Future
Welcome to the SGLearn Series targeted at Singapore-based learners picking up new skillsets and competencies. This course is an adaptation of the same course by Nick Walter and is specially produced in collaboration with Nick for Singaporean learners. If you are a Singaporean, you are eligible for the CITREP+ funding scheme, terms and conditions apply. ---------------Have you ever wanted to make an iPhone app? Did you get lost in YouTube videos or online blog posts? Couldn't find a place to start? No more hesitating! This course is just the right one for you!My name is Nick Walter and I am a self taught iPhone programmer. I Know what it feels like to start from the beginning. In my course I will teach you Swift 3 and how to make iOS 10 apps by using real life popular applications as examples.Giving tips on how to make money with the masterpieces you are going to create, including interview with an Expert from Singapore giving insights to the IT Society.What will we make?*Emoji Dictionary - A simple app to help us learn about TableViews*Do It! - A todo app that teaches us about CoreData*Game Collector - Learn to work with the camera as we make an app to catalog a collection of something (video games, movies, stamps, etc...)*Soundboard - Record sounds using the microphone and play them back. This one is fun!*Snapchat Clone - We'll use Firebase to make a simple version of Snapchat. Very involved*Pokemon Go Clone - Learn how to work with maps as we make a clone of most popular iOS game right nowCome join the most entertaining course on Udemy for making iPhone apps!

Introduction to Programming Using Python
The Introduction to Programming Using Python course is designed to provide beginners with a comprehensive understanding of Python programming. This hands-on course focuses on core programming concepts and empowers learners to write functional Python code for a variety of applications. Starting with the basics, participants will learn how to work with primitive data types, perform type conversions, and understand Python’s powerful assignment operations.The course delves into lists, teaching learners how to create, modify, sort, reverse, and slice lists effectively. Additionally, participants will gain a solid grasp of operators, operator precedence, and conditional statements, including working with compound conditionals using if statements. Understanding loops, such as for and while loops, will be essential for automating repetitive tasks, and learners will explore how to nest loops to solve more complex problems.A key aspect of the course is file handling. Participants will learn how to read and write files, copy them, and even merge emails using Python. Input and output handling is also covered, enabling learners to interact with users via the console and format outputs as needed.The course further explores defining and calling functions, using default, keyword, and positional arguments, and handling exceptions to make code more resilient. Learners will also discover how to use Python’s math and random modules, as well as how to display the current date, time, and file metadata.By the end of the course, learners will be ready to develop basic Python applications and tackle programming challenges with confidence. This course is ideal for beginners in programming and those seeking to gain practical skills in Python for various applications, including data analysis, web development, and automation.

Learn WordPress Version 6 Without Hosting & Domain
Do you have difficulties learning WordPress and do not want to pay for web hosting and domain names?Do you want to learn WordPress just using your computer/laptop?Do you want to learn how to use the latest WordPress Gutenberg editor?If your answer to the above is YES, then this is the course for you!---------------------------------------------------------------------------------In this newly created course, KC consolidates his many years of web design and simplified the process to help you learn WordPress!The following are the course highlights:Install WordPress on your local computer.Install templates library.Install add-ons to extend Gutenberg blocks. Create a home page using Gutenberg editor.Adding, deleting, and transforming blocks.Adding website logo and title.Create a contact us page.Configure contact form options.Using shape dividers.And many more!Daily Support from the InstructorJust like other KC's courses, he will be here every day to answer your questions and guide you along.For a one-time enrollment fee, you get to ask and learn from KC as long as you want!KC trusted that this course will give you the hope, confidence, and skills you need to create a professional WordPress website!Now, it is all up to you. This is a gift that only you can give yourself - so just act on it and I welcome you to join my course!If you are ready to start affiliate marketing without any website, then just click the button on top to enroll yourself and KC will welcome you in the course!You fully deserve to learn everything in this course and experience the results for yourself!

Career Success: Fast-tracking your Career Promotion.
This course is for anyone that is struggling to get promoted and for those who are believe they are ready for the next promotion but are not sure how to initiate a constructive conversation with their managers about their promotion. After finishing the course, you will learn and be able to do the following. 1. You will learn the possible reasons why you are not getting promoted, though you think you are ready for it. 2. While performance, skills and hard work are important, they are only the qualifiers for the promotion, but not necessarily make you a contender for the promotion. There are unwritten rules for getting considered for the promotion that not all companies make a list and provides to their employees. You will learn what those rules are a. The competencies that are expected out of you that are non-negotiable to be considered for a promotion. b. The unacceptables that otherwise eliminates you from consideration and c. The Desirables - the desired behaviours that dictate promotion decisions.3. Once you know what those rules are, you will be able to figure out the gaps that are holding you back from moving up. 4. You will know when it the right time to initiate a conversation with your managers about your promotion and how to ask for your promotion. 5. You will also be able to build a compelling case for your promotion. 6. And in case, you are passed for the promotion, you will know how to deal with it and what are the next steps.

Docker for beginners
Docker is an open-source project that automates the development, deployment and running of applications inside isolated containers. Containers allow developers to bundle up an application with all of the parts it needs, such as libraries and other dependencies, and ship it as one package.Docker is both a daemon (a process running in the background) and a client command. It’s like a virtual machine but it’s different in important ways. First, there’s less duplication. With each extra VM you run, you duplicate the virtualization of CPU and memory and quickly run out resources when running locally. Docker is great at setting up a local development environment because it easily adds the running process without duplicating the virtualized resource. Second, it’s more modular. Docker makes it easy to run multiple versions or instances of the same program without configuration headaches and port collisions. There are several reasons to use Docker. I’ll focus here on three: consistency, speed and isolation. By consistency, I mean that Docker provides a consistent environment for your application from development all the way through production — you run from the same starting point every time. By speed, I mean you can rapidly run a new process on a server. Because the image is preconfigured and installed with the process you want to run, it takes the challenge of running a process out of the equation. By isolation, I mean that by default each Docker container that’s running is isolated from the network, the file system and other running processes.
