Udemy Products ExcitingAds :: Exciting Ads

Pass the CPA in 3 weeks with Surgent CPA Review! Learn about our Premier Pass course!

Sitemap

 
"AngularJs Practical Session with Basic To Expert Level"
"AngularJS is a complete JavaScript framework for creating dynamic and interactive applications in HTML. This course is designed to cover the core features of the framework using practical, easy to follow examples using 1.x version of angular and latest stable version is 1.4.8.We will see how two-way data binding makes it easy to build pages and forms while maintaining simplicity in the JavaScript code, and come to understand the essential abstractions of AngularJS, including modules, controllers, directives, services and animations. By the end of the course, you'll be able to start building your own single page application using AngularJS."
Price: 164.99


"Spring Core Advanced - Beyond the Basics"
"My Spring Core course is intended to be a predecessor to this course. In Spring Core, I gave you a solid foundation in working with the Spring Framework. In this course, I build upon that foundation expanding your skills with the Spring Framework. The skills taught in this course are skills you will need for enterprise application development using the Spring Framework.Topics Include:Spring Data JPAForm Validation in Spring MVCExternalized messagesUsing Spring SecurityAspect Oriented ProgrammingSpring Application EventsScheduled TasksAdvanced Spring ConfigurationI start this course by showing students how to replace the traditional JPA DAO structure we created in the Spring Core course, using Spring Data JPA. I continue building upon concepts learned in the Spring Core course by showing students how to use Command objects in Spring MVC and how to perform server side property validations.Next we get into using Spring Security. Spring Security is one of the most widely used modules of the Spring Framework.I show you how to add Spring Security to our existing Spring MVC web application. We configure Spring Security to read user information from our database, and then secure URLs to authenticated users and users with specific security roles.Aspect Oriented Programming (AOP) is a really cool programming paradigm, and its supported by the Spring Framework. In the module on AOP, I show you how to use AOP to log login activity in Spring Security. By using AOP, we don't need to change any of the Spring Security code.The Spring Framework has a very mature events framework we can use for application events. I show you how to create a custom application event, then how to setup an event handler to take action on specific application events.In Spring Core and in this course, the project we're working uses Spring Boot as its foundation. Spring Boot is doing a lot of automatic configuration for us.In the last module of this course, we will remove Spring Boot from the project. This will require us to configure all the objects and data sources being provided by Spring Boot manually. In doing so, students will gain insight into all the automation being provided by Spring Boot, and how to manage a more advanced Spring Configuration."
Price: 94.99


"Mastering Thymeleaf with Spring Boot"
"Thymeleaf is a highly popular templating engine to use with Spring MVC to produce rich, and dynamic web pages.Unlike other options available for Java and Spring Boot, Thymeleaf has a natural templating language - meaning you can view the templates right in your favorite browser.Try doing that with JSP!In this courseyou are guided step by step in building an ecommerce like web applicationusing Thymeleaf, Spring MVC, and Spring Boot.The focus of the course is on building web content with Thymeleaf. You start off the course building web pages using Bootstrap CSS. These aresimple web pages you can view right in your browser. (No Spring Boot or Spring MVC- yet!)This is to give you a good overview of Bootstrap CSS, one of the most popular CSSframeworks in use today!Next, you build the HTMLfor a product catalog website. Just the HTML to show a product listing and product detail pages.Then we take your HTMLpages and convert them into Thymeleaf templates. We add the templates into a Spring Boot application. Spring Boot will auto-configure Spring MVC to render the Thymeleaf templates under Tomcat.You get to see how we transition the HTMLdocuments from simple HTML, into Thymeleaf Templates for the Spring Boot application.Using Spring MVC, you are able to start introducing dynamic content into the Thymeleaf templates.From here you get to explore using Thymeleaf with Spring Boot.You get hands on examples of:Externalizing Text propertiesUsing Spring MVC Internationalization with ThymeleafUsing Thymeleaf Fragments for common page components.Leveraging Spring Boot Developer tools to speed up your developmentRendering POJOs returned from Spring MVCunder ThymeleafLooping over lists in ThymeleafUsing Thymeleaf fragments with listsThymeleaf expression syntaxSpring MVCvalidation with ThymeleafUsing Spring Security with ThymeleafHow to show different content to logged in users vs anonymous usersWhile the course does use the Spring Framework, Spring Boot,Spring MVC, and Spring Security - these are not the primary topics of the course.If you are a Spring Framework developer, used to JSPs (Java Server Pages)and wishing to get up to speed on Thymeleaf this is a perfect course for you! You'll never want to use JSPs again!Even if you are not a Spring Framework developer, you will still get a lot out of this course! Thymeleaf is a powerful templating technology for Java and Spring. With Spring Boot it becomes very easy to develop rich dynamic content!"
Price: 74.99


"Spring Framework DevOps on AWS"
"The Spring Framework is very popular with large companies. In fact, Spring is the most popular Java framework.Did you know, a core reason for Spring's popularity with companies is it's IoC engine?A typical company will deploy their Spring Framework application in at least 3 different environments. Having a development, test, and production environment is common.The problem developers face is each environment is different.Different server names.Different databases.Different user accounts.Different passwords.In this course you will learn how to use Spring's IoC container to deploy your application in many differentenvironments. Through Inversion of Control, your Spring application can wire itself for the needs of each environment.You'll start the course learning advanced configuration options of the Spring Framework.Next, the course takes a DevOps approach. You'll see how to deploy Spring Framework applicationsin different environments.In development, it's common to use a H2 in memory database. Of course, this database is only temporary. Not something you'd want to use for your production deployment.Do you want to see how to flip a switch and use MySQL? Flip another switch and your app can be using a RDS database managed Amazon. You can do this with no code changes.The course also looks as best practices used in enterprise software development.Using a continuous integration server is a best practice. Jenkins is the most popular CI server. You will learn how to install Jenkins on a Linux server. A server you provisioned in the AWS cloud.Once you have Jenkins running on your AWS server a best practice is to setup Jenkins on a friendly URL.Jenkins is a Java application running on port 8080. You don't want to be typing some IP colon 8080 into your browser to reach Jenkins.Want to know how you can use Apache and Route 53 to reach your Jenkins server your own URL? To a domain you own?Docker is an exciting technology. You will see how to leverage Docker to host your own Artifactory Maven repository. We'll use Artifactory to manage build artifacts produced by Jenkins.Just for fun, we will also use Docker to setup a MySQL database server. We'll do this by provisioning a Linux server on AWS, installing Docker on it, and then deploy MySQL in a Docker container.We'll also provision an application server we can use to run our Spring Boot application. You will pull the Spring Boot jar right from Artifactory and tell it to connect to database server.Amazon AWS also has managed MySQL databases. This is their RDS service. You will see how to provision your own RDS database. We'll then reconfigure our Spring Boot application to connect to the RDS database.There is a lot of fun and challenging content in this course. You will learn:How to manage Spring properties.Why you want to encrypt sensitive properties, such as passwords.How Spring Profiles are used.Using YAML to configure Spring.To provision servers on Amazon AWS.Logging into your servers via SSH.How to use the yum package manager to install software on Linux.How to configure your own Linux service.How DNS works, and how to use Route 53 to setup your own host names.How to use webhooks in GitHub to trigger your builds immediately.Why you don't want to use root accounts for your application.Configure Jenkins to perform a Maven build.Use Jenkins to deploy build artifacts to Artifactory.This is a very hands on course. To get the most out of this course, you will need an account on AWS. You should be able to use the AWS free tier to complete the course assignments.To get the most out of this course, you will need a domain name. You will need to have control of the domain. Without this, you will not be able to configure subdomains in Route 53.The course does leverage AWS for their cloud services. The skills you learn on the AWS platform will transfer to most corporate environments. AWS is used to mimic the typical company.There is a lot of exciting content in this course!DevOps is not an easy area. Many different technologies are involved.In this course, you will see how easy it is to manage Spring Framework applications in complex corporate environments."
Price: 99.99


"Forex: Presentation and Analysis (Fundamental & Technical)"
"Course DescriptionWould you like to learn forex trading and avoid the most common pitfalls of trading Forex?As a beginner and with so much information online it can be tough to figure out where to start.In this light, I created this course I can show you how the Forex works and help you avoid costly mistakes.The Forex Presentation course will help you become a Forex trader even if you have no prior experience.Inside the course you will discover:the structure and the main actors of the Forex Market the advantages of the Forex Market. the different types of brokers and Forex sessions. how to deal with interest rates and monetary Policy. the impact of Economics data on the value of a currency. the most common technical indicators used by traders to predict price movement.This course will give you the necessary foundations to truly understand how the Forex works.You will also learn the most important Forex skill in my experience: trading while minimizing risks.What are the requirements? Basic interest in tradingWhat am I going to be able to do after this course? 4 Modules 23 Lectures 1.45 Hours of contentUnderstand the mechanism of forex market.Identify the main actors of the Forex market and understand their role.Know how to choose the broker that matches your requirement and avoid getting scammedTake advantage of the Forex SessionsAnalyze economic and Financial data. such as Unemployment and Interest rate.Anticipate price movement by using Technical IndicatorsWho is the target audience? Anybody interested in Forex Trading with no prior experienceBeginner Forex TradersBinary Options Traders"
Price: 49.99


"Forex Trading Plan"
"Course Description Benjamin Franklin has written If you fail to plan you are planning to fail this quote is sot true in trading.In this course You will Discover in 4 Sections How to set up your own Trading plan.In the first Section I will teach you how to elaborate a trading plan, all the factors that you need to take int considration.In the second section : I will teach you the different trading styles, it will help you to pick one.In the third section As you will know the components of a trading plan and the different trading style, I will teach you how to create your own trading plan.In the last section I will teach you how to improve your trading plan. A trading plan is a work in progress and every day is a learning experience.What am I going to get from this course? Learn that Trading is better with a trading planLearn how to trade with your own personalityLearn how to determine your risk and profitKnow how to use technical indicatorsLearn how to identify problem and make corrections.To realise that Trading is not Gambling.Take this course NOW to improve your performance in NO TIME. I WILL SEE YOU INSIDE !!!What are the requirements? Basic interest in tradingWhat is the target audience? Anybody interested in Forex TradingForex TradersBinary Options TradersStock traders"
Price: 49.99


"Creating Universes Using SAP BusinessObjects IDT(Fast Track)"
"SAP BsuienssObjects is one of the BI leader software in the market as per Gartner report. SAP BO provides many BI modules like Web intelligence, crystal reports, Dashboards, Lumira ...etc. Each module target a specific set of users based on the nature of their daily use for BI. All these modules are based on SAP BO semantics layer which known as Universe. SAPUniverse is a translation layer between physical data-base and business model.In this course we will have a fast track course focusing on the most important features that can help you to start building this layer and then consume it in your BI documents. A separate detailed advanced course will be published to cover all details and help you to be advanced user."
Price: 19.99


"Creating Reports with SAP BO (Webi) [Fast Track]"
"SAP is one of the leading IT companies in the market. SAP BusinessObjects is a powerful Business Intelligence tool that help you to discover hidden insight in your data. SAP BO has many modules for reporting like SAP BO web intellignece, crystal reports, dashboards, design studio and lumira. ALL these tools access data sources through SAP BO semantic layer known as Universe. Web Intelligence is the main reporting tool under SAP BO portfolio and it can be used to create classical as well as modern reports. It is very simple and easy to learn tools and so it can be used by end business users to create their own reports (Self-Service)."
Price: 29.99


"Learn SAP Lumira - Master Guide [Full Track]"
"In this course you will learnhow to use SAP Lumira as a modern BI tool to create outstanding visualization. We will start with an introduction section on how to download and install SAP Lumira then how to get the data set that we are going to use through this course. Then we will focus on how to create a data connection in the 2nd section. We will explain different types of available data connection. after that we will go deep in how to prepare your data before visualizing it. then we will learn how to visualize information using SAP Lumira, creating amazing stories and finally how to share them."
Price: 94.99


"Learn SAP Lumira [Fast Track]"
"In this course you will learnhow to useSAP Lumiraas a modern BI tool to create outstanding visualization. We will start with an introduction section on how to download and install SAP Lumira then how to get the data set that we are going to use through this course. Then we will focus on how to create adata connectionin the 2nd section. We will explain different types of available data connection. after that we will go deep in how toprepareyour data before visualizing it. then we will learn how tovisualizeinformation using SAP Lumira, creating amazingstoriesand finally how tosharethem."
Price: 79.99


"Crez des applications mobiles sans programmer + 2 bonus"
"Dans ce cours, vous allez apprendre utiliser une plateforme de cration d'applications mobiles pour crer et publier vos propres applications mobiles.Vous n'avez pas besoin d'tre programmeur, vous n'avez pas besoin d'avoir des connaissances spcifiques.Pas pas, nous allons ensemble construire une application.Nous apprendrons tout d'abord ajouter des pages notre application. Nous y ajouterons ensuite une page personnalise, que vous pourrez construire l'aide de vos propres images, de votre propre texte. Vous pourrez y ajouter vos propres vidos.Nous ajouterons un formulaire de contact  notre application, qui permettra aux utilisateurs de nous contacter et de nous envoyer des informations,ou des fichiers.Nous crerons galement un catalogue de produits. Nous ajouterons des lieux golocaliss que nous pourrons visualiser sur une carte.Nous personnaliserons l'icne et l'cran de dmarrage, et, finalement, nous publierons ensemble notre application sur les stores.Nous apprendrons galement construire des sites web responsive. Vous pourrez publier vos sites en utilisant vos propres noms de domaine, ou intgrer vos sites dans vos applications mobiles.Enfin, vous recevrez, en premier bonus, un compte pour la plateforme vous permettant de publier un nombre illimit d'applications ! Vous recevrez galement, en second bonus, un compte vous permettant de publier un nombre illimit de sites web !N'attendez plus, devenez ds aujourd'hui dveloppeur d'applications mobiles !"
Price: 199.99


"HTML :basics for beginners"
"Have you ever wanted to learn to code but don't know where to start? Learning how to code can get you a better job and lead to a better future. This course starts you off with the basic coding language of HTML. This is a very condensed 39 minutes tutorial that will show you how to code in HTML. At the end how HTML is used in real time project is also explained. Enroll to begin your journey to be a web development master.What are the requirements?An internet connectionAn up to date web browserWhat am I going to get from this course?Lifetime access to all videos in this courseLearn the basics of programmingLearn HTMLGive you a platform for further developmentWhat is the target audience?Complete beginnersPeople who want to become web developers"
Price: 29.99


"Cobol learning made easy"
"Course DescriptionThis course mainly concentrates on cobol programming language .Have you ever wanted to learn to code in cobol but don't know where to start? Learning how to code in cobol can get you a better job and lead to a better future. This course starts you off with the basic coding language of COBOL. This is a very good tutorial that will show you how to code in COBOL. Cobol is the most important language in mainframe development. having good basics in this cobol programming will help you to become a great mainframe developer.Enroll to begin your journey to be a COBOL development master."
Price: 39.99


"The Mainframe Development Course : JCL"
"Have you ever wanted to learn to code but don't know where to start? Learning how to code can get you a better job and lead to a better future. This course starts you off with the basic coding language of JCL. This is a very good tutorial that will show you how to code in JCL. Enroll to begin your journey to be a Mainframe development master.Beloware the requirements for this course:An internet connectionAn up to date web browsermainframe system with z o/s (or)Mainframe terminal access(you can rent them for training purpose) and tn3270 emulatorBeloware the things which you get from this course:Lifetime access to all videos in this courseLearn the basics of programmingLearn JCL codingGive you a platform for further development"
Price: 39.99


"Learn iOS in Arabic"
"IOS . ( Swift ) ..."
Price: 49.99


atxjokdl
". . ."
Price: 49.99


"Essential Gems for Your Rails Projects"
"The ChallengeSo you have been developing your Rails application for sometime now, after a tutorial or two. Your data model is all setup and well implemented. But now, you want to include those common features that almost every web application has. What do you do?This is where, Essential Gems for Your Rails Project comes in.In this course we'll build an event hosting and registration application using the Rails web framework from scratch, without using the famous scaffold generator in Rails, that will allow us to publish events and allow users to register and attend such events.We are going to build a generic event hosting application based on some features available in already existing events hosting platforms such as Eventbrite and Egotickets.With the absolute beginner in mind, we will explore the basics of web application development such as CRUD (create, read, update & destroy) of databases, model-view-controller / MVC architecture, associations, etc.We will also cover ten (10) essential libraries / gems, which is the theme of this course, to assist you in every Rails application, to make your job easier and help you work faster to produce quality software. These libraries include pagination, authorization, authentication, file uploads, search, friendly urls, debugging, etc. It is not going to be about gems only, we'll implement some key features & concepts in most web applications such as categorizations, tagging, admin dashboard, associations, model-view-controller, data modeling, etc.By the end of this course, you will develop a full functional rails application from scratch, which you can use some of the gems and features in your own projects.If you are excited and ready to learn, lets get started!"
Price: 49.99


"Learn Lightroom and Photoshop CC: Improve Food Photography"
"Make Your Food Photography stand out using Photoshop and Lightroom. Learn editing food pictures like a pro. Bring your photos from ""ok"" level to ""Delicious-Mouth-Watering-I-Want-It!"" level.Learn Lightroom and Photoshop withFood Photography - Gain YourSkills FAST with this Focused Course.in LightroomQuickly and effectively choose your best pictures out of many from the photo sessionsTransform a good pictures into delicious ones.Become a Food Photo Retoucher.Organize your pictures in ""Collections"" in Lightroom, so you can easily find them in the futureUse Photoshop and Lightroom effectivelyBeing focused on food photos only you will dive deep and become able to make even advanced editing in no timePrepare photos for publishing on websites, blogs, Facebook and other social media sites both in Lightroom and PhotoshopBring Your Food Photography to a New Level with a help of Lightroom and PhotoshopWhether You are a food photographer, food blogger, a cook or restaurant owner/marketer, you need as good food pictures as possible to attract clients, guests and readers. Sometimes itcan happen that the picture is great straight from the camera. Still its good to prepare it in a right way for publishing.On the other hand, it can happen that there is not everything as you would like in the picture, or even maybe you don't know, that the picture could look better ...much better. The difference between ""ok"" picture and ""wow"" picture many times is in a series of little tweaks, little changes, which combined makes the big difference. Some of those changes you can do while taking a picture. And more little changes - in Lightroom and/or Photoshop. In this course you will learn how to do this little and also quite big changes in editing process. Content and overviewThe course is designed for beginners and those who have already some experience in working with Lightroom and Photoshop. The main goal was to walk you through only the options and adjustments needed to effectively edit food pictures. Anything else was skipped in order to make the whole process easy and to not make you feel overwhelmed with all the possibilities this programs have (and they do have).The course contains 3 main parts (sections): first you will learn how to import, select and make general adjustments to your best pictures in Lightroom. Then you will go deeper with editing, retouching pictures in Photoshop. After that i will show you how to prepare pictures for websites, blogs and social media sites.You get the full access to this course for a lifetime. All updates and new lessons are free and forever. You can alwaysask questions in the forum inside the course.You have a 30 day no questions asked full money back guarantee. There is no risk on your side at all! You can only win!"
Price: 594.99


"Meta Productivity - Become super-productive"
"With this premium personal productivity training, you will:Dramatically increase your productivityBeat procrastinationStart or stop any habit in less than 2 minutes per dayGet organized effortlesslyGet in total control of your career and lifeGet more done in less time while being happier and happierThis course is 3 in 1: It includes video, audio and e-book versions. It also includes two Meta-Habit templates.The course is organized into 5 easy-to-learn modules:The Secrets of New ProductivityThe Meta-HabitThe Productiveness Framework33 Golden Nuggets of Productivity Wisdom7 Productivity Power ToolsEach of the modules is further divided into individual lessons.You can complete the course in a single week. It will have lasting effects on your productivity, career and well-being.In the first module (Secrets of New Productivity), you will learn how to..Work smarter, not harder! Get more done in less time, earn more money, be happier and relax. Win in life and business.When you try to become productive, you simply try to work harder. But if you become meta-productive instead, you will start working smarter, and become more productive permanently.The Meta Productivity approach is the next level of personal productivity. It's a stand-alone system of powerful techniques and insights. All to make you super-productive with the least effort possible.Increasing your productivity is a huge opportunity. How would you like to be able to get two days worth of work in a single day?Productivity can be your ultimate edge. Once you become efficient, other inefficient people would have to work 18-hour work days just to keep up with you.In the second module - The Productiveness Framework - you will get organized and dramatically increase your productivity while decreasing stress and overtimes. You will also become more confident in your work, knowing that you are always doing exactly the right thing at the right time.In the third module, you will master your habits with the simple Meta-Habit system. You already know what you would like to do But doing it consistently is the problem.Have you ever started a new habit, then took a break due to an ilnness or travel, then never resumed it again?With the Meta-Habit system, you will be able to:Successfully start new habits in less than 2 minutes a dayBreak old negative habitsBe consistently successful with your habits with minimum effortWhether you want to exercise regularly, get up sooner, or lose weight with the Meta-Habit technique, you finally can!The Meta-Habit system will become your new superpower for changing your life.The 4th module will make you a wise productivity genius.A single AHA! moment can make you glad youve read a book.And in this module, you will likely get at least a dozen AHA! moments.You will increase your awareness of productivity, efficiency and strategic thinking. You will also understand yourself better.These newly gained insights will then help you to increase the results you are getting in life.You will learn:How to get into the flow state (""doing without doing"").Why productivity is ultimately emotional and how you can use that to your advantageThe 2 most important laws of productivityHow to make decisions faster, and how to pre-decideHow to get back on track ASAP when you have a bad day without sabotaging yourself in the long runHow to get more willpower (willpower is a resource you are probably wasting every day)How to access and use your motivationAnd so much more! There are over 33 valuable insights in this module that you can immediately apply in your life to become more successful.In the final bonus 5th module, you will get additional 7 productivity tools.You will learn:How to get started on an unpleasant task and have fun while doing itThe best thing you can do before taking a breakWhich one common mistake (that no one talks about) you should avoid when using a to-do listHow to get unstuck in your work and lifeAnd so much more! Meta Productivity is jam-packed with valuable information, tips and powerful systems.What students say about this course:Meta Productivity is absolutely enlightening. Not only do the authors offer great advice, but they break down everything you need to do to boost your productivity - they've made it foolproof! Since completing their training, I've restructured my life and found peace in my work.- Krista C, USA... your Meta Productivity training is like nothing else I have used before. My productivity and organisation has sky rocketed. Very happy.- Paul T, Australia"
Price: 19.99


"Learn to Cook French Classics with Yuppiechef"
"Up your game in the kitchen with Yuppiechef's online cooking courses. Learn at your own pace, in the comfort of your own home. Why not get the kids involved too?Fascinated by French Cuisine? Join accomplished chef, restauranteur and author Franck Dangereux as he unravels the mystique around classic French-style soups, sauces, poultry, potato dishes, steaks and desserts.Learn the history and secrets behind Francks recipes, and gain the confidence and skills needed to artfully create timeless classics Steak Au Poivre, Soupe Au Pistou and the fabled Crme Brule."
Price: 19.99


"Make Sweet Treats at Home with Yuppiechef"
"Up your game in the kitchen with Yuppiechef's online cooking courses. Learn at your own pace, in the comfort of your own home. Why not get the kids involved too?Sweet tooth calling? Join renowned author and food blogger Sarah Graham on a journey through a confectionery wonderland as she shares her favourite recipes for sweet treats and edible gifts.Youll be pleasantly surprised to discover just how easy it is to make classics like nougat, petits fours, shortbread, salted caramel and more with everyday affordable ingredients and kitchenware.This course is packed with easy dessert recipes, gift ideas and homemade sweets that anyone can practice and perfect.Sarah Graham started her food blog in May 2010, and later that year was the first South African food blogger to be awarded a book contract. Since then, Sarah has gone on to author her cookbooks, Bitten and Smitten, and her own TV show."
Price: 19.99


"Fresh & Simple Cooking with Yuppiechef"
"Discover fun, imaginative ways to combine light and wholesome ingredients for easy, everyday meals with author and fresh food enthusiast, Sarah Graham.In this course youll learn the tips, tricks and techniques needed to keep it fresh and simple with speedy salads, soups, smoothies, wraps and crunchy homemade granola.Sarah Graham started her food blog in May 2010, and later that year was the first South African food blogger to be awarded a book contract. Since then, Sarah has gone on to author her cookbooks, Bitten and Smitten, and her own TV show.Up your game in the kitchen with Yuppiechef's online cooking courses. Learn at your own pace, in the comfort of your own home. Why not get the kids involved too?"
Price: 19.99


"Easy Entertaining at Home with Yuppiechef"
"Up your game in the kitchen with Yuppiechef's online cooking courses.Join accomplished chef and restauranteur Franck Dangereux as he shares his passion and flair for entertaining at home using recipes for chef-quality canaps, desserts, dips, mains and vegetable dishes.Learn how to wow your guests with scalable recipes and simple techniques, and gain the skills and know-how needed to tackle crowd favourites like mini baguettes, cocktails, crudites, baba ghanoush, Ratatouille and more.Handy course features:Easy-to-follow video tutorialsIn-depth theory notes and useful troubleshooting guidesLesson quizzes to test your knowledgeAn online Q&A forum where you can interact with fellow classmatesIf youre looking for a truly authentic French chef, look no further than Franck Dangereux. Hailing from the South of France, Franck grew up in Nice where his 29-year love affair with food began. Formerly the head chef of the award-winning La Colombe resturant, he now co-owns The Foodbarn restaurant and deli, which focuses on cooking real food that embraces sustainability both on land and at sea. As well as winning numerous food awards, Franck has published two cookbooks: Feast and Feast at home."
Price: 19.99


"Python 3: Algoritmos e Estruturas de Dados"
"A escolha de uma determinada estrutura de dados influencia bastante na eficincia de um software, ou seja, a organizao dos dados durante o processamento tem um efeito crucial na velocidade do software.Esse curso tem como objetivo apresentar as mais variadas estruturas de dados de modo que elas possam ser utilizadas eficientemente. Os estudantes iro aprender a implementar vrias estruturas de dados atravs do estudo de algoritmos para a criao e manipulao dessas estruturas.Ser utilizada a linguagem Python 3 para facilitar a compreenso e implementao das estruturas. A linguagem Python uma linguagem fcil de aprender que permite um desenvolvimento gil mesmo para quem no tem tanta intimidade com a linguagem."
Price: 49.99


"Curso de Linguagem C para Iniciantes"
"O Curso de Linguagem C para Iniciantes permite que qualquer pessoa possa comear a programar na linguagem C.A linguagem C uma das linguagens mais importantes que serve como base para aprender e programar computadores.Atravs do aprendizado dessa linguagem, um programador consegue construir um alicerce firme para a sua carreira.Esse curso tem como objetivo fornecer, de forma simples e didtica, ao aluno uma boa base nessa linguagem to importante que a linguagem C."
Price: 24.99


"Curso de Linux: Comandos do Terminal"
"Linux um sistema de cdigo aberto desenvolvido por programadores espalhados por vrias partes do mundo.O Linux se popularizou e atualmente est bastante presente no mercado de servidores corporativos e computadores pessoais (PCs). Por conta disso, necessrio que um profissional da rea de TI saiba utilizar os comandos do terminal do Linux. As ferramentas de linha de comando so fundamentais para realizar as mais variadas tarefas.O terminal do Linux bastante poderoso, portanto, domin-lo necessrio para os mais diversos profissionais tais como administradores de sistemas, desenvolvedores (programadores), hackers etc.Esse curso lhe dar uma boa base para a utilizao dos mais diversos comandos do terminal e lhe mostrar a importncia desses comandos atravs da realizao das mais diversas tarefas."
Price: 24.99


"Curso Completo de Shell Script"
"Um script uma lista de comandos, ou seja, aquilo que o usurio digitaria na linha de comando (terminal). O shell muito poderoso fazendo com que a criao de scripts se torne cada vez mais frequente. Que tal escrever programas de qualidade em shell?Esse curso ir lhe proporcionar uma boa base para a programao de scripts utilizando a linguagem Shell Script. Os scripts so timos para automatizar tarefas (os administradores de sistema que o diga) do servidor. Aps a realizao desse curso, voc estar apto a desfrutar das vantagens que a automatizao de tarefas pode trazer!No se preocupe se voc no tem experincia alguma com programao, pois programar em shell fcil e divertido. No vamos bater cabea com a linguagem, pelo contrrio, iremos nos concentrar naquilo que mais gostamos: algoritmos. O que est esperando? Vamos programar em shell !!"
Price: 24.99


"Comeando a Programar em C++"
"C++ uma linguagem que foi desenvolvida por Bjarne Stroustrup como um adicional linguagem C. C++ possui vrios recursos que fazem com que ela seja uma linguagem apropriada para desenvolver os mais diversos projetos.Vrias so as vantagens em se programar em C++ tais como: flexibilidade, portabilidade, adequada para grandes projetos, compatibilidade com C e muito mais.Nesse curso voc aprender de fato a programar em C++ atravs de vdeo-aulas e vrios exerccios para fixar o conhecimento. O que est esperando? Se cadastre agora mesmo nesse curso para conhecer essa linguagem fantstica!"
Price: 24.99


"Curso de Bioinformtica com Biopython"
"No Curso de Bioinformtica com Biopython voc ter contato com uma rea fascinante que a Bioinformtica. Iremos utilizar a linguagem de programao Python para resolver problemas de Bioinformtica.Por que a linguagem Python? Python uma linguagem fcil de aprender, possui uma curva de aprendizado bem interessante, voc escreve pouco dentre outras caractersticas que a tornam uma excelente linguagem para abordar problemas de Bioinformtica.Biopython uma biblioteca que nos ajuda a resolver problemas de Bioinformtica e Biologia Computacional. Biopython possui vrias estruturas e algoritmos implementados bem como uma srie de outros recursos que nos permitem focar mais na lgica da resoluo do problema."
Price: 24.99


"Linguagem R para Iniciantes"
"A linguagem R uma linguagem fundamental para estatstica e anlise de dados. Trata-se de uma linguagem gratuita e que fornece uma srie de recursos que contribuem significativamente para uma melhor produtividade.Vrios softwares de estatstica e anlise de dados so feitos utilizando a linguagem R. Essa linguagem vem crescendo cada vez mais no s no ambiente acadmico como tambm na indstria de software. Voc no vai ficar de fora no mesmo?Faa agora mesmo sua inscrio no curso de Linguagem R para Iniciantes e desfrute da ampla gama de recursos que essa linguagem pode te oferecer!"
Price: 24.99


"Curso Python 3 Avanado"
"A linguagem Python utilizada por grandes empresas como ferramenta para encarar os mais variados desafios. Trata-se de uma linguagem no verbosa, com uma curva de aprendizado bem interessante e que possui recursos fantsticos!Esse curso tem o propsito de discutir recursos mais avanados da linguagem com dicas precisas para voc incrementar em seus cdigos e poder utilizar a linguagem da melhor forma possvel. O que est esperando? Adquira esse curso agora mesmo e aprenda com o instrutor Marcos Castro que possui mais de 35mil alunos espalhados por mais de 100 pases!O curso vitalcio, tem direito a certificado e totalmente em vdeo-aulas! Aguardo voc no curso :)"
Price: 24.99