Udemy Products ExcitingAds :: Exciting Ads

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

Sitemap

 
"NodeJs: Building REST APIS With HapiJs"
"What's this course about?Learn how to build rest APIs with HapiJs and Mongoose. I will teach you how to learn code by doing. You will solve real-world problem with HapiJs and Mongoose. At the end of this course, you will build APIS in HapiJs. You will be able to create APIS for any web application, e-commerce, recruitment platform, content management system, etc.More details, please!Javascript runs everywhere. You can build modern web applications by using Javascript. Nodejs is a very efficient approach to develop your backend application. All the Highly successful companies are using Nodejs in production. Some of them are:PaypalNetflixLinkedInWalmartMicrosoftThere are many frameworks in Nodejs some of them are:ExpressSailsLoopbackWhy you should learn HapiJsWalmart Labs developed HapiJs. Walmart is using this framework in production level. HapiJs is built on the top of the ExpressJs framework. Express is a very minimalistic framework. You can make highly scalable web APIs in HapiJs. Walmart tested the HapiJs framework on Black Friday. They got a beneficial response. Paypal is also using HapiJs.One of the best features of HapiJs provides plugins. You can extend the Hapi Application by using HapiJs. Plugins also allow you to divide your applications into modules. There are many useful plugins available to document your rest APIs in HapiJsWhat's the course?What is HapiJsWhy you should use HapiJsWhy HapiJs is an excellent choice for building APISLearn Building Blocks of HapiJsLearn how to create APISLearn how to connect HapiJs Application to MongoDBLearn how to use Hapi Application to MongooseLearn the best practices to handler Errors in HapiLearn the validations in HapiJsHow to use PluginsHow to extend server functionality by using external pluginsHow to create your own custom pluginHow to divide or modularize application with the help of pluginsLearn how to create relationship between modelsLearn how to add one to many relationships in MongooseLearn how to implement many to many relationships in MongooseUnderstanding how to apply JWT authentication in HapiJsLearn how to secure your routes using jwt schemeLearn how to do logging in Hapi Application"
Price: 179.99


"Node.Js: Learning Koa.Js By Building REST APIs"
"What is Koa.js?Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. Through leveraging generators Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within core, and provides an elegant suite of methods that make writing servers fast and enjoyable.Does Koa replace Express?Koa ismore like Connect, but a lot of the Express goodies were moved to the middleware level in Koa to help form a stronger foundation. Koamakes middleware more enjoyable and less error-prone to write, for the entire stack, not just the end application code.Typically many middleware would re-implement similar features, or even worse incorrectly implement them, when features like signed cookie secrets among others are typically application-specific, not middleware specific.Why is not Koa Express4.0?Koa is a pretty large departure from what people know about Express, the design is fundamentally much different, so the migration from Express 3.0 to this Express 4.0 would effectively mean rewriting the entire application, so we thought it would be more appropriate to create a new library.Why you should learn Koa?Promise based flow in KoaNo Callbacke hell in KoaBetter error handling through try/catch in KoaKoa is more modularBetter user experience in KoaProper stream handling in KoaWhat you will learn in this courseFundamentals of KoaBuilding API from scratch in KoaIntegrating Koa with SequelizeHow to use Mysql with KoaAdding relationship between models inSequelizeAdding authentication in Koa and SequelizeAdding documentation for RESTAPIS in Koa"
Price: 179.99


"Node.Js: REST APIs Development with Loopback"
"LoopBack is a highly-extensible, open-source Node.Js framework that enables you to:Create dynamic end-to-end REST APIs with little or no coding.Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs.Incorporate model relationships and access controls for complex APIs.Use built-in push, geolocation, and file services for mobile apps.Easily create client apps using Android, iOS, and JavaScript SDKs.Run your application on-premises or in the cloud.LoopBack consists of:A library of Node.Js modules.Yeoman generators for scaffolding applications.Client SDKs for iOS, Android, and web clients.LoopBack tools include:Command-line tool loopback-cli to create applications, models, data sources, and so on.What you will learn:Getting started with Loopback from scratchFundamentals of LoopbackWhat are Models and how to build models in LoopbackWhat are Data sourcesHow to connect Loopback Application to Mysql, MongoDB, PostgreSQLHow to Implement Authentication in LoopbackHow to debug the Loopback Application in Webstorm, VS Code, And Google ChromeLearn how Loopback bootstraps the ApplicationHow Loopback Application works in under the hoodHow to create custom remote methods in Loopback"
Price: 179.99


"Node.Js: Building REST APIs with Sails.js(v1.0)"
"Sails.js is a JavaScript back-end framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture. It's especially good for building chat, real-time dashboards, or multiplayer games; but you can use it for any web application project - top to bottom.Whether youre a front-end developer seeking to expand your back-end knowledge, or a server-side developer unfamiliar with using Node and JavaScript on the back-end, the common denominator we all share is a desire to create web applications. Sails is designed to be compatible with whatever strategy you have for building your front-end, whether it be Angular, Backbone, iOS/ObjC, Android/Java, or even a headless app that just offers up a raw API to be used by another web service or your developer community. Sails is great for building everyday back-end apps that handle HTTP requests and WebSockets.What can you build with Sails.js?Hybrid Web Applications - applications that combine a JSON API with server-rendered views, that is, in addition to an API, this type of application can serve dynamic (i.e. personalized) HTML pages, making it suitable for use cases which demand SEO (search engine optimization). These applications often use a client-side JavaScript framework (e.g. Angular, Ember, React, etc.), but they dont necessarily have to. Examples of hybrid web applications you might be familiar with are Twitter, GitHub, and Basecamp.Pure APIs applications that fulfill requests from one or more independent front-end user interfaces. We say independent because the front-end doesnt have to be delivered by the same server that is providing the JSON API, or even by a server at all. This umbrella category includes SPAs (single-page apps), native mobile applications (e.g. iOS and Android), native desktop applications (e.g. OSX, Windows, Linux), and the venerated IoT (Internet of Things). Many mobile-first products (think Uber, Instagram, Snapchat) start off as pure APIs.So why Sails.js?100% JavaScriptRock solid foundationFront-end AgnosticAuto generated REST APIsUse any popular databasePowerful associationsStandardizationRealtime with WebSocketsSails generatorsReusable security PoliciesWhat you will learn in this course?What is Sails.js and Why you should use Sails.jsSetting up Sails.js project from scratchDebugging Sails.js project inWebstormDebugging Sails.js project in VS CodeDebugging Sails.js project in ChromeUnderstanding Sails.js inDepthDatastores inSails.jsHow to perform CRUDoperation inSails.jsHow to add relationship between modelsBuildingAPIS from scratchAuthentication inSails.js"
Price: 179.99


"GraphQL: Learning GraphQL with Node.Js"
"GraphQL is a new API standard that provides a more efficient, robust and flexible alternative to REST. It was developed and open-sourced by Facebook and is now maintained by a large community of companies and individuals from all over the world.APIs have become ubiquitous components of software infrastructures. In short, an API defines how a client can load data from a server.At its core, GraphQL enables declarative data fetching where a client can specify exactly what data it needs from an API. Instead of multiple endpoints that return fixed data structures, a GraphQL server only exposes a single endpoint and responds with precisely the data a client asked for.How GraphQL is better than REST1. Increased mobile usage creates need for efficient data loadingIncreased mobile usage, low-powered devices and sloppy networks were the initial reasons why Facebook developed GraphQL. GraphQL minimizes the amount of data that needs to be transferred over the network and thus majorly improves applications operating under these conditions.2. Variety of different frontend frameworks and platformsThe heterogeneous landscape of frontend frameworks and platforms that run client applications makes it difficult to build and maintain one API that would fit the requirements of all. With GraphQL, each client can access precisely the data it needs.3. Fast development & expectation for rapid feature developmentContinuous deployment has become a standard for many companies, rapid iterations and frequent product updates are indispensable. With REST APIs, the way data is exposed by the server often needs to be modified to account for specific requirements and design changes on the client-side. This hinders fast development practices and product iterations.What you will learn?First of all I will teach you the basics or fundamentals of GraphQL then we will move forward to building APIS with GraphQL and NodeJs. This course will cover these following topicsWhat is GraphQLWhy do we need GraphQLFundamentals of GraphQLSetting Up GraphQL Server with NodeJsIntegrating GraphQL with MongoosePerform CRUDOperations with GraphQL and MongooseIntegratingGraphQL, NodeJs app to Sequelize"
Price: 179.99


"Modern Javascript: Mastering ES6, And ES7"
"The goal of this course is simple: hugely increase your JavaScript skills while developing and modernizing you to write modern JavaScript.Want to take your JavaScript knowledge to meet today's standards? So this is the course for you.The course includes 20 modules that go through ES6 in its entirety. You are going to learn these topics:New Variables, Scoping and Template StringsArrow Functions, DestructuringNew Iterables and Looping over dataMastering ... Spread and Rest OperatorUnderstanding weird Concept of this in JavascriptHow to create Modules inES6 wayMastering Generators, Proxies, Sets and MapsAdvanced Classes, Prototypal InheritanceHow to write clean code using ESLintLearn how to check the Code Quality usingESLintMastering Loops etc and much more!"
Price: 194.99


"Learning MEAN Stack by Building Real world Application"
"Today many enterprise leaders are struggling to use the diverse options available to create web development projects. With technological advancements taking place every few months, it becomes difficult to keep pace unless you are a fast learner. Just when the web development community was getting comfortable with LAMP, MEAN stack made its entry and boy it has completely redefined how web developers work.MEAN Stackis an acronym for MongoDB, Express, Angularand Node.js whereby all these four are integrated to form solution-built full-stack JavaScript applications.Almost, every web development player in the market is trying to become a MEAN stack app developer.Why MEANStack App Development is such a great choice?Using the same programming language in both the front and back ends of the application has multiple benefits. For one thing, it makes data communication between server and client simpler and faster. It makes modifications to either end easier. It also promotes reusing code across the multiple technologies that in turn helps keep the application secure and stable.1)Time Saver as all the JavaScript libraries are combined together, it saves a lot of time for the developers as they can access all the libraries at one go. The time saved here can be used to advance the project further.2) Speedy data storage and retrieval MongoDB does not require any predefined regulation to establish field relations unlike MySQL database that cannot operate without predefined database schemas and rules. Moreover, addition or deletion of records is very easy in MongoDB all thanks to the dynamic schemas that it relies on. All this ensures that the system becomes efficient and more speedy regular functions can be performed.3) Uniform Programming Language what works in favor of MEAN stack is that one can control both the front end and back end activities because of JSON which is compatible with MongoDB database, Express and Node.js server and Angular. As such the need for any other programming languages like PYTHON or PHP.Furthermore, node.js framework reduces the page load time making it a hot favorite for web based applications.4) OS Compatibility MEAN stack is compatible with MS Windows, MAC OS and Linux. You still have doubts about the feasibility of MEAN stack?5) Agility and Quality of Apps the basic architecture of MEAN is set up to support automated testing; as such developers can easily make corrections as and when the situation arises. Hence one can expect agile and quality app development with MEAN stack.6) MEAN stack supports the MVC architectureThe single programming language and flexible database of MEAN stack allows it to handle the complex procedures of MVC framework. This ensures that development work does not become tedious or less productive.You will learn how to:Create Nodejs server with Express.jsUse ES6 with NodejsCreate Restful APIS with Nodejs,Express and MongooseSecure Restful APIS withPassport and JWTSocial(Twitter, Google, Github) Authentication in NodejsCRUD(Create, Read, Update, Delete) Operation inAngularBuild Angular App with Angular Material, Material Data Table, and MaterialDialogLearn how to use Angular Material Components inReal world ApplicationJSONWeb Token Authentication in AngularSocial(Twitter, Google, Github) Authentication in AngularGenerate PDFFile in NodejsDownload PDFFile in AngularDocument RESTFULAPISwith SwaggerSend Email in Nodejs"
Price: 149.99


"Ripple XRP: How to buy and invest with Ripple cryptocurrency"
"Rippleis areal-time gross settlementsystem (RTGS),currency exchangeandremittancenetwork byRipple. Also called theRipple Transaction Protocol(RTXP) orRipple protocol,it is built upon adistributedopen sourceInternetprotocol, consensus ledger and nativecryptocurrencycalledXRP(ripples). Released in 2012, Ripple purports to enable ""secure, instant and nearly free global financial transactions of any size with no chargebacks."" It supports tokens representingfiat currency, cryptocurrency,commodityor any other unit of value such as frequent flier miles or mobile minutes.At its core, Ripple is based around a shared, public database or ledger,which uses a consensus process that allows for payments, exchanges and remittance in a distributed process.The network is decentralized and can operate without Ripple (enterprise), it cannot be shut down.Among validators are companies, internet service providers, and theMassachusetts Institute of Technology.Used by companies such asUniCredit,UBSandSantander, Ripple has been increasingly adopted by banks andpayment networksas settlement infrastructure technology,withAmerican Bankerexplaining that ""from banks' perspective, distributed ledgers like the Ripple system have a number of advantages over cryptocurrencies like bitcoin,"" including price and security."
Price: 199.99


Gamification
"The new era of Gamification and Human-Focused Design optimizes for motivation and engagement over traditional Function-Focused Design. Within the industry, studies on game mechanics and behavioral psychology have become proliferate. However, few people understand how to merge the two fields into experience designs that reliably increases business metrics and generates a return on investment. You will learn several games simple to impement from today in your next business meetings to make it more effective and innovation-oriented.The goal for this course is to become a strategy guide to help you master the games that truly make a difference in a business meetings."
Price: 19.99


"How to invest in ICO"
"Since 2011 I have actually made a fortune on trading bitcoin, and now I have directed my financial investments to Initial Coin Offerings. I think that the future capacity is not even almost reached, and this is the right time to begin exploring ICOs.Preliminary Coin Offering is a primary quality of the world of cryptocurrencies. From the start of 2016 up until present, well more than 250 teams of Blockchain organisations have actually started and ended up ICOs that raised a combination of more than $1.5 billion. Find out more about blockchain, cryptocurrencies and preliminary coin offerings and ways to begin making out of the greatest digital monetary instrument of modern-day time!By having this course you will become a MASTER IN ICO and you will have the ability to start investing right away! You do not need to be a finance expert to learn more about ICO - gain from my experience and take on to the crypto currency world.I want to invite you and be your individual guide in the coin world!."
Price: 199.99


"Bases fundamentales para dominar el idioma Ingls OANI"
"El curso cubre 12 lecciones de los tiempos verbales desde el Presente Simple hasta el Futuro Perfecto Progresivo y los cuatro condicionales. El alumno estar en capacidad para afirmar, negar y preguntarutilizandoestasherramientas para hacerlo en forma hablada y escrita. Con este curso el alumno logra tener mayor fluidez y confianza al expresarse en Ingls"
Price: 19.99


"Ingls Nivel Uno (OANI)"
"Este curso es la continuacin del Nivel Cero de Ingls. Contiene 16 lecciones con un enfoque a la gramtica, vocabulario, conversacin, lectura, ejercicios, repaso para cada leccin. Este nivel aborda la gramtica bsica desde el Verbo TO BE, presente simple, pasado simple, futuro simple, demostrativos, pronombres. Cada leccin contiene 3 videos ( A B C ) y 1 video de oratoria."
Price: 19.99


"Practica Ingls EXAMENES Nivel Cero. Oral, Escrito (OANI )"
"Este curso contiene16 lecciones prcticas de exmenes orientados a la gramtica y comprensin delidioma, ascomoa la escritura de estructuras gramaticales bsicas. Este curso est orientado a los estudiantes que han terminado el nivel cero (oani) de Ingls o estudiantes que tienen un nivel bsico de Ingls."
Price: 19.99


"Essential Wordpress Security"
"Most Wordpress security courses teach why hackers hack and other useless information. That doesn'thelp you keep your sites secure. You dont need someone telling you statistics on Wordpress sites that have been compromised. You need to make sure you dont become a statistic. You want to know the ways a hacker can get into your site and what you need to do to prevent that from happening. From the basics of a good password policy to hardening your Wordpress installation and even your web server, these are the things that matter to keeping your Wordpress website safe.Heres just some of the topics in this course:How to create a ultra-secure password that is easier to remember then your current password. Yes, you can have a secure password that is simple to remember.What areas of Wordpress security you need to really pay attention to. Focus on these 3 areas and youll have your site completely secured.Watch as I use the same tools as the hackers to discover multiple ways to get into a fresh install of Wordpress. Youll be shocked how many open doors there are!Step-By-Step I walk you through each aspect of securing your Wordpress website. From configuration changes to plug-in installation and configuration I walk you through each step of the process.Do you know the best way to monitor your website to ensure it stays secure? The monitoring section walks you through the tools and techniques I use to keep and entire fleet of Wordpress websites under constant monitoring 24x7.Starting from scratch. Watch as I setup a Wordpress website from the very beginning and secure everything, setup a comprehensive disaster recovery plan, and setup all the alerting and monitoring. Plus every step is covered in a handy downloadable checklist.What price would you put on the stability and security of your websites? Security isnt something you can get around to later. Its more than updating your theme and plugins. Its not a one-click plugin install to secure everything.Proper Wordpress security involves multiple layers of security that are easy to implement. Its having a solid backup and recovery strategy alongside a disaster recovery plan in case anything happens. Thats what is waiting for you inside the course. Click the Enroll link and I look forward to meeting you inside the course."
Price: 149.99


"The Advanced Teacher Training Guide: Part 1 - Learning"
"Whats the difference that makes the difference in education? Learn some powerful methods and become an expert in your field. I want you to have greater impact on your students, you may be familiar with some of these methods and concepts but are you using them? be honest with yourself. Hello and welcome. My name is John and Ill be your guide for this course. Ive been teaching professionally full-time for 7 years now Gotten 2 industry Certificates in education Invested in educating myself in the art of teaching, well over 2,500 hours and Thousands of dollarsMy student got the highest exam result in the entire UAE in 2017It is my hope to pass some of that expertise onto you. Why? Because they have been so valuable to me and enabled me to transform the lives of hundreds of individuals. Plus, I have a passion for teaching and I just enjoy doing it so much. Are you teaching mixed ability children or adults, individually or in groups?Do you desire to be the best you can be for your students?Are you teaching methods getting you the results you want?Are you a beginner? Maybe youre a master of your craft but know nothing of how to teach and are humble enough to accept that.Are you more advanced? Maybe you just need a refresher, or maybe you 'get' it logically but don't know how to put them into practice.Or maybe youre like me and always thirsty for self-improvement.Either way, youll benefit from this course and, in particular, the way that its set out.This is part 1 of a 2 part guide that provides you with powerful models and clear instructions on how to actually apply them in your lessons.Part 1 will focus on LearningHow we learnDifferent learning stylesThe learning processLearning strategies and frameworksLesson structureYou'll discover how not all learning is equal. Most of it is merely useless data, but it can become wisdom when applied to our values.The most efficient and effective learning strategy. How to set clear learning objectives that draw results to you like a magic magnet. A mindset of master learner and the philosophy they believeIm sure youre aware there is a revolution going on in education right now, and its for the better quite frankly. I wish to fuel the fire by spreading this information and the skills taught in this course. Its a purely skills based course. You can find more of the information I just mentioned on my social media channels @PursueASkill You'll not only learn what these methods are but you'll be given clear guidance on how to actually use them, and better still, how to perfect them. because applying these methods is a skill in of itself. And using the core message and most powerful method in this course, you'll be able to quickly master them.Sure, you'll learn the principles of learning and teaching includingfeedback principlesaccelerated learning principlesexercise design principleslearning outcomes principlesBut, youll also be given a step-by-step, how-to user guide for each concept as a downloadable resource, which includes a reference point to be used to help you evaluate your outcomes.The most valuable thing about this course is the impact these methods have on your students. Not only will they progress faster and become transformed, but theyll enjoy the lessons more. Resulting in more status for you, longer relationships and ultimately, more referrals. When you see your students succeed because of the things youve shown them, you feel massive amounts of pride and fulfillment. You know that feeling already, but you dont get it every time because you dont know how to adapt your teaching style to suit the learners needs. Some students walk away just not getting it after all your efforts. What happened? you ask. Was there some communication breakdown, some barrier between you, because you were obviously teaching the thing correctly and they were definitely doing their best to understand, but they didnt learn. Thats probably because you didnt know how to effortlessly alter your approach and meet the learner where they were. To enter into their world and draw out from within their true power and full potential.Time after time my students tell me things like: ""Ive been learning for 4 years and Ive always struggled with fills. After just 2 lessons with you Ive mastered it and also found my love for drumming again. Youre a genius.""""Teacher John is very patient, classes are fun and very productive, you can learn a lot event within 30 min.""""John has been teaching my children for a few years. As they have grown and developed as students, John continues to grow and advance as a teacher. Johns methods of teaching speak to each child differently. He is consistently creating and evolving ways to engage and spark creativity in his students. He provides fertile ground for growing and learning.""Well, they werent my methods and ways, they were the methods and ways Id learned and the very same ones that are taught in this course.Those are real comments from my students.In the course Intro, youll get to know me more, get clear on your outcomes and get motivated to learn. Youll remove barriers to learning and be given instructions on how to follow the course.Then youll be fully equipped and excited to learn.In section 2 youll learn 3 philosophical concepts that every teacher must adopt into their teaching philosophy and apply them as a bare minimum. Of course you can add more to make your own unique philosophy, but these three should play a major role.Youll learn that there are 2 components to understanding anything fully, and they are not equal in weighting.Youll learn about the 4 levels of learning and how to go meta to yourself and that only 3 of the levels are considered real learning. The first is an illusion.Youll learn that the implicit mindset present in most schools is utterly wrong and you should not ever lead your students into believing the lie. And neither should you.As always, at the end of each section, well take a moment to reflect.In section 3 youll be given my Lesson Structure Blueprint and learn how to create and design a lesson plan that keeps the students engaged and in flow. Youll learn how to take your students on a journey, through a full learning cycle in lesson-tight compartments. Ill introduce each of the 5 parts and explain how to build and deliver them.After youve reflected and applied your learning and your new philosophy youll learn the models.Section 4 youll learn how to learn.Youll gain insight into essential principles that underpin the whole learning process, a kind of learning mindset that will allow all of the methods and models to flourish. Youll also get my 3 steps to mastery framework. A powerful, ancient formula for transformation that will enable you to learn and teach anything, better and faster. This lecture alone is worth the price of this course. It truly is timeless.Heard of VARK? If yes, do you know how to use it? If not, you will after this course. Ill introduce it and then teach you how to apply it with a step by step guide included.Next up youll meet David Kolb's learning model, my favourite. Its a super valuable and highly adaptable model that helps you teach, motivate and transform your learners. There are 4 quadrants, after this course youll be able to identify which one you prefer and which ones your learner prefers. Better still, youll be able to teach to them all and seamlessly transition from one to the next, very useful for bringing learning from into the mind out into the world.There another tool youll want to master, and this one is not as complex as some of the others. Youll learn the two learning modes a learner is in, how to spot them and how to change modes yourself. Simple but effective.Theres more at the end of this section before we move onto our final section which will bring it all together.Section 5 Congratulations, youve made it. In this final section youll learn how to physically take these models out into the classroom and improve on them with the Reflect and Refine worksheet. This section alone is worth the price of the whole course, I know Ive said it before, but it truly is. Sometimes humans like to over complicate things but this one method alone will change your life for the better. Its not even something brand new, youve probably heard it countless times before, but thats because it works. Its the real deal and weve known about it for centuries upon century.I'll show you how to implement it effectively. This is a real game changer and you can use it for any change effort, not just teaching. I really hope you see the value in it, and furthermore, actually use it to get huge transformation in your life and your learners. This course is exactly what you need to gain greater impact in your field, find ultimate success in your quest and have unlimited control over your students outcomes, making you the best in your field.Enroll now. Take the course, use the skills, improve on them and over time, you'll become the master.I look forward to seeing you on the other side. Lets begin."
Price: 199.99


"CG ACADEMY - Corso di GIMP per principianti"
"Questo corso diviso in due sezioni:a) nella prima sezione ""FONDAMENTIDIFOTOGRAFIA"" siinsegnano le basi della fotografia affinch lo studente abbia chiari i concetti prima di intervenire sull'immagine digitalmente;b) la seconda sezione, invece, applicativa e mette lo studente nello condizioni di poter operare abilmente con GIMP, questo eccezionale software di fotoritoccogratuito e open source, vero e proprio concorrente di Photoshop."
Price: 24.99


"Introduo Filosofia"
"Marcia Tiburi graduada em filosofia e artes e mestre e doutora em filosofia (UFRGS, 1999), tendo feito um ps-doutorado em Artes. Publicou diversos livros de filosofia, entre eles As Mulheres e a Filosofia (Ed. Unisinos, 2002), Filosofia Cinza a melancolia e o corpo nas dobras da escrita (Escritos, 2004); Metaformoses do Conceito: tica e dialtica negativa em Theodor Adorno (Ed. UFRGS, 2005, vencedor do Aoarianos de melhor ensaio), Mulheres, Filosofia ou Coisas do Gnero (EDUNISC, 2008), Filosofia em Comum (Ed. Record, 2008), Filosofia Brincante (Record, 2010, indicado ao Jabuti), Olho de Vidro: a televiso e o estado de exceo da imagem (Record 2011, indicado ao Jabuti), Filosofia Pop (Ed. Bregantini, 2011), Sociedade Fissurada (Record, 2013), Filosofia Prtica, tica, vida cotidiana, vida virtual (Record, 2014). Publicou tambm romances: Magnlia (2005, indicado ao Jabuti), A Mulher de Costas (2006) e O Manto (2009) e Era meu esse Rosto (Record, 2012, indicado ao Jabuti e ao Portugal Telecom). autora ainda dos livros Dilogo/desenho (2010), Dilogo/dana (2011), Dilogo/Fotografia (2011) e Dilogo/Cinema (2013) e Dilogo/Educao (2014), todos publicados pela editora SENAC-SP. Em 2015 publicou Como Conversar com um fascista Reflexes sobre o Cotidiano Autoritrio Brasileiro (Record, 2015, indicado ao APCA) que est em sua dcima edio. Uma fuga perfeita sem volta (2016), seu quinto romance, concorre ao Prmio Rio de Literatura em 2017. tambm Professora da Universidade Federal do Estado do Rio de Janeiro e colunista da revista Cult."
Price: 84.99


"New Mom, New Body, New Mind"
"Are you still carrying around some extra kilos from having your kids? Are you experiencing fatigue, anxiety, depression or brain fog? Do you have any lingering physical ailments like arthritis, eczema, asthma, or allergies? Or something more serious like an auto immune condition or diabetes?Did you know that all of these could be linked??Justby changing over to THE HUMAN DIET you can lose that extra weight AND improve your physical, mental and emotional well-being!The New Mom - New Body - New Mind program is designed to take you step by step through changing over to THE HUMAN DIET and optimizing your health.WHAT YOU'LL GET IN THE NEW MOM - NEW BODY - NEW MIND COURSE...This course is designed to bean 8 week program. As part of this course you will receive:Weekly videos and exercises taking you step by step through the preparation, implementation and maintenance of THE HUMAN DIET.Recipes, food ideas and tips for snacks, lunchboxes and treats.Psychological exercises, worksheets and tips to help you to overcome any subconscious blocks to success.An exercise to figure out what your purpose is and how to link this to your health goals for greater success.A 30 minute, professionally recorded weight-loss hypnosis track.Practical advice on exercise, sleep and relaxation.How to bring mindfulness in to your life and eating.Information on toxins in your home and how these may be sabotaging your health and weight goals and what to do about them.Access to a private Facebook group where you will get support from a community also embarking on The Human Diet. In this group you will have the chance to ask questions, get advice, share ideas, assist others in reaching their goals, laugh and connect."
Price: 94.99


"jQuery Programming"
"HTML5 JavaScript . JavaScript .  JavaScript jQuery jQuery jQuery . jQuery HTML, CSS , , Ajax . . . ."
Price: 79.99


"JavaScript Tutorials"
"2008 HTML5 . JSP, PHP, ASP . JavaScript HTML5 JavaScript . JavaScript jQuery, ExtJS .  JavaScript JavaScript .  JavaScript .   .. ."
Price: 79.99


"Mobile App UI UX GUI Design Tutorials( UX UI GUI )"
"UX UI, , , , , . ) > : UX/UI : UI/UX : UI/UX SKT T : UI/UX : : > : UX/UI ()> : , , , UXUI"
Price: 79.99


"MySQL DataBase"
"MySQL . ,, . . . ."
Price: 79.99


"unity 3D( 3D) - defense game( )"
"Unity 3D .c#, java .   Unity3D .   ."
Price: 79.99


"Oracle SQL Database 11g PL/SQL Developer( 11G)"
". DBA .   .   Java Servlet/JSP ."
Price: 79.99


"Learn SQL by Writing Queries"
"SQL stands for Structured Query Language. It is used to retrieve data that is located in tables in a relational data-base.SQL abilities are enormous, and the better you know it, the better your abilities to gain data and insights about it would be.In this course I'll teach you all the elements of SQL, and I'll do it by writing queries. A lot of queries. Ibelieve that the best way to learn SQL is to practice it with all kind of possible queries and manipulations, and that's what I'll do in this course.Every lesson in this course contains example queries, exercise and all of them are available for you as source code to download.In addition, I supply to you a full and functioning DB, with a lot of data, so you can try by your own your SQL skills.Who should take this course?If you learn an academic course on data bases, you probably have SQL part. This course can give you all the needed knowledge for answering SQL questions in University and colleges exams on SQL.If you are a developer who wants to integrate data base in your application - this course is for you.If you plane to design a system and you uncertain of how would you access the data and make use of it - this course is for you.What you get from this course?After completing the course you'll be able to write any SQL query in order to retrieve any data you want from a data base.This course contains dozens of queries, from all levels and all topics.This course also contains a real DB to make trials on.This course contains a quiz for each section, quiz that would help you asses your advancement.An important note:The course is still under construction so I'll add the next sections in the next two weeks. You'll get an announcement whenever a new section is added."
Price: 59.99


"Introduccin a Arduino con Elegoo UNO Super Starter Kit"
"En este curso sobre sistemas embebidos usando el Arduino Elegoo UNO super Starter Kit aprenders a usar el Arduino IDE para hacer programas y cargarlos en el Arduino UNO. Aprenders a usar todos los sensores, motores y actuadores que vienen con el kit, leds, seales PWM, led RGB, pulsadores, zumbadores, sensor de inclinacin, servomotor, sensor de ultrasonidos, sensor de temperatura y humedad, joystick, control remoto por infrarrojos, LCD, NTC, 74HC595 IC, fotoclula (LDR), display de 7 segmentos, motor de corriente continua, rel y motor paso a paso.Todas las lecciones contienen videos y animaciones para conseguir transmitir los conocimientos de la forma ms efectiva posible."
Price: 19.99


"Introduccin a KiCad 4"
"En este curso sobre KiCad aprenders paso a paso todos los conocimientos necesarios para crear una PCB desde cero. Al principio usars las libreras existentes de smbolos para el esquemtico y footprints para hacer la primera versin de una PCB. Puedes agrupar los smbolos de esquemticos y footprints que usas normalmente en tus propias libreras. Ms tarde aprenders a crear tus propios componentes de esquemtico y footprints. Una vez que tu placa est terminada veremos donde poder fabricarla online y cmo satisfacer los requisitos del fabricante en trminos de tamaos mnimos. Cumpir esos requisitos es muy importante si queremos que nuestra placa sea lo ms barata posible."
Price: 19.99


"Introduccin a Seeeduino con Grove Starter Kit"
"En este curso sobre sistemas embebidos usando el Grove Starter Kit de Seeeduino aprenders a usar el Arduino IDE para hacer programas y cargarlos en el Seeeduino que es un Arduino UNO. Seeeduino es un ecosistema que es muy fcil de conectar usando los mdulos Grove. Aprenders a usar todos los mdulos Grove que vienen con el kit, leds, seales PWM, pulsadores, zumbador, potencimetro, sensores de sonido, temperatura y luz, rel, servomotor y LCD. Todas las lecciones contienen videos y animaciones para conseguir transmitir los conocimientos de la forma ms efectiva posible. Y si tienes alguna duda o sugerencia estoy aqu para ayudarte."
Price: 19.99


"Introduction to Seeeduino with Grove Starter Kit"
"In this course on embedded systems using Grove Starter Kit with Seeeduino you will learn how to use the Arduino IDE to make programs and updload them to Seeeduino (Arduino UNO) micro. You will learn how to use all the modules thatcome with the kit, leds, PWM signals, switch buttons, buzzer, potentiometer, sound, temperature and light sensors, servomotor and LCD. With videos and animations to understand the principle of operation of the modules. A great resource to learn, and do not forget that I am here to help you, don't hesitate to contact in case of doubts or suggestions."
Price: 19.99


"WordPress REST API Complete Beginners Guide"
"In this course you get an in-depth introduction to working with theWordPress RESTAPI.We start with going over how HTTP and RESTAPIs work and practice making demo requests.Then, we explore various ways to make requests withJavaScript to theWordPress RESTAPI, both from insideWordPress and outside ofWordPress.The course then goes in depth over all of the routes, schema and endpoints in theWordPress RESTAPI along with demos and practice getting different types of data from theWordPress RESTAPI, including posts, pages, media and more."
Price: 99.99


"Gutenberg Block Development for WordPress"
"Gutenberg is code name for the new rich editing experience coming to WordPress. Gutenberg provides a drag and drop, block editing experience.In this course you will gain a solid foundation of how to start developing with the newWordPress editor.How Gutenberg Core works under the hoodImportant JavaScript libraries that ship with GutenbergHow to create custom blocks with core and custom componentsOptions for Theme Developers to extend and customize GutenbergThe Modern JS Approach of using ES6+, JSX, React, webpack and moreSince Gutenberg is still in development, the course will receive updates as Gutenberg evolves.NOTE: This is an abridged version of a larger course not available on Udemy."
Price: 49.99