Udemy Products ExcitingAds :: Exciting Ads

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

Sitemap

 
"Mastering AutoCAD Civil 3D: Working with corridors"
"This course will improve your existing knowledge of Autodesk AutoCAD Civil 3D Corridors. It is intended for those who already know the basics of setting up a corridor but are interested in learning more effective ways of working with the software and those who want to learn more advanced skills.The course won't cover every detail of corridor modelling but it will quickly but thoroughly cover the key topics in an easy to understand way. I have taught many people in the workplace the best ways to set up corridors and how to use them to your advantage to productively create drawing outputs so I believe I understand how to convey the important bits of information in a format you can understand.There are many training courses available which are excellent for beginners or those wanting to get an overview of the whole software. In addition, I believe there is a demand for courses aimed at intermediate/advanced users who want to be able to use the software more independently at a higher level. It is important to understand, making a detailed corridor model is not always actually required. The corridor model is just a tool to help check and convey your design.Remember: ""All models are wrong, but some are useful"" - George BoxCheck out the course content below to see if the sections and lecture questions might be useful to you.Note: Example drawings in this course are provided in 2013 and 2018 file versions. Although, it is recommended you use Civil 3D version 2018 or later for this course to avoid backward compatibility issues with drawing objects.If you have a Civil 3D version below 2018 you will still be able to follow the course but some of the completed example drawings may not appear correctly when opened."
Price: 19.99


"Learn CSS Flexbox Practically"
"This class is about learning how flexboxes work.Did you hear about them before?It's a module, that has roots at Mozilla. It's a big timesaver for Frontend developers.You'll never want to create an HTML page without flexboxes after this course.We'll learn only basic things. Specification mostly.All CSS properties related to flexboxes.And we'll have a set of easy practical lessons.For each practice lesson, I advise you to recreate an example from scratch(no copy-paste) by your hands.Be aware, that this course touching only flexbox basics, so you need to know HTML and CSS.TOOLKITGithub- if you ok to share your code with other - My current pickBitbucket - if you want to have a free storageGoogle drive orDropbox -if you just want to save your code at cloudYou can also useCodesandbox or other online editors.For practice lessons, I'll useCodePen.But I'm sure - for your project, you'll decide to use a code editor.Code editorsSublime- I useitaround 6 years. small size and everything importantAtom because it's backed by the GitHub team and it also has a Github sync.If you want to save your project tasks, you can useTrelloIf you want to have some flexbox practice, you can check this game:flexboxfroggyFor flexbox prefixing please google ""flexbox prefixes SASS"""
Price: 29.99


"Git Basics. Commits, code merges, GitHub repository"
"This course is for beginners software engineers. It will teach you the basics about Version Control and default coding workflow, that millions of developers using worldwide. You'll learn basic git commands. I will introduce you to some advanced concepts. They can help you in the future if you decide to extend your git skills. You will learn about the history of the code version system, how to use it, how to collaborate with other developers. It will help you to prevent errors or intersections with code changes from other teammates. After an introduction to git and how to use it, we'll create code storage at GitHub. Learning git can sound hard from the beginning. It's important to have a lot of practice. You cannot learn git just by only reading about it. My goal is to show you practical examples, that can help you in your feature projects. Mastering git skills it's mostly about coding and applying default coding workflows, that coding teams using at their commercial projects. I propose you to use the command line for applying git commands. At practical exercises will be real examples.We will start from simple examples, and then move to complex cases. In order to master skills, use practical lessons and recreate those examples from scratch.Don't try to copy-paste it. It wouldn't be very useful for you in the future. You will learn basic terms, like: Repository, Branch, Revert/Rollback, Push, Pull, Commit, Merge Hope you will enjoy it and in a few years, you become a coding rock-star. Good luck!"
Price: 39.99


"Git Workflows In Depth. Feature Branch, Forking, GitFlow"
"A Git Workflow is a recommendation for how to use Git to accomplish best from it. More consistent, productive work for developers.More effective work inside of the team.A more flexible way to manage code changes.There is no silver bullet for how to work with Git.No standards.When a team has a coding workflow, it's important to understand the logic of how changes should be applied to the codebase.There a few worldwide used popular Git workflows.Well be discussing them during this course.Why Care about Git workflow you can ask me.It's actually better to start to care about before things get painful :)Case1: You are trying to manage the integrity of a codebase that has numerous developers jumping in and out. And you get a conflicting release schedule. Case2: When you get tired of wondering why features are disappearing before deployment. Case3: When you dont have time to dig through the commit diffs of 500 commits to find out why a push from a specific person causes major unintended changes to your project. Case4: When a feature thats not ready for release sneaks its way into production and the whole project can be broken. Case5: When you cant have a conversation, explaining to clients/team leader (again) that you cant release feature X because feature Y has not yet cleared QA.I hope you see, there a lot of things can be avoided by applying a clean workflow.When you choose a git workflow for your project, you should have an answer for 5 major questions:1. How much visibility do you need?2. How much flexibility do you need?3. Is collaboration important to your workflow?4. How much control do you need?5. How important is ease of use to you?I'm sure that during the course you'll get a better understanding of what type of workflow should be incorporated."
Price: 39.99


"Start to use GitHub pull requests like a master"
"Free and open-source, Git is a distributed version control system that makes collaborative software projects more manageable. Many projects maintain their files in a Git repository. Websites like GitHub have made sharing and contributing to code simple, valuable, and effective.Open-source projects that are hosted in public repositories benefit from contributions made by the broader developer community through pull requests, which request that a project accept changes you have made to its code repository.This course will guide you through making a pull request to a Git repository at GitHub. It will help to understand how you can contribute to open-source software projects and private as well.We will also discuss a lot of details, related to pull requests, workflows, common tasks that can be done.We have a lot of ""how-to"" lessons, so you can try how things work by your hands."
Price: 39.99


"Learn Pull Requests Anatomy. Pull Requests In Depth Part 1"
"Welcome to course, where you'll learn about Pull Requests - an awesome collaboration concept for software developers.A pull request is a method of submitting contributions to an open development project or private projects hosted on server-side service for hosting repositories, like GitHub. It is often the preferred way of submitting contributions to a project using a distributed version control system such as Git. A pull request occurs when a developer asks for changes committed to an external repository to be considered for inclusion in a projects main repository.It is important to note that pull requests are a workflow method, and are not a feature of the version control system itself. This course will provide a simple overview of pull requests and how they are created, using the Git version control system and GitHub hosting site as examples.I'll talk about theory and basic terms, related to pull requests.You will learn the structure of the pull request and why to use them.How pull requests work inside at GitHub.How pull requests work with different git workflows such as forking workflow, feature branch workflow and gitflow.Then I'll show you a default case, where few people collaborating together with the same codebase at the same time."
Price: 39.99


"Learn advanced scenarios of git commands for daily uses"
"Welcome to course, where you will learn about advanced usages of basic git commands.For this course, I pack a lot of different cases-situations-scenarios that can become a reality in your daily work.Cases like that are pretty common:- ""I forget what was done?""- ""I want to revert changes that generate a bug.""- ""I staged too many edits, and I want to break them out into a separate commit?""All of the situations that were covered in this course look pretty simple and straight-forward, but when the situation appears - you should know what to do.This course is about learning how to apply basic commands like, commit, checkout, log, diff, stash and use them for troubleshooting.You will learn about more than 30 cases, that can be useful for software developers.We don't touching here merge scenarios at all because this topic is huge and it better to be talked separately."
Price: 34.99


"The Five Elements Mudra & Mantra"
"For thousands of years across every continent, spiritual traditions have taught us that when we become out of balance with the elements, and thereby the world around us, we suffer and feel disconnected. To feel connected to the world we inhabit internally and externally is key to our enjoyment and happiness in life. When we are connected we can feel whole and present and in our power. This teaching on how to work with the Five elements is drawn from the Tibetan Bon tradition and perhaps dates back beyond five millennia. The idea of this practice is to bring the natural world alive, and animate it both within and without us, focusing on unity beyond separation.This course will teach you how to use a variety of simple but very beneficial and powerful healing techniques involving sacred seed syllable sounds for each of the five elements, hand gestures (mudra) and visualisations that add focus and additional power to your healing potential. The course focuses on simple heart essence, and inspires simplicity and direct communion with the elements.Working with balancing the five elements inside and outside of us with no sense of separation creates the harmonics of joy and deep inner peace. You will learn to cultivate a beautiful relationship, a living participation with the world around you that leaves you feeling grounded and earthed in the now and flowing with all nature."
Price: 54.99


"Sound Healing with Chenrezig Heart Mantra"
"In this course we will look in detail at how to chant the mantra, and what it means and represents, and how we can use it and integrate it in our daily lives. You will learn 3 powerful healing visualisations and meditations to accompany the sacred six syllable mantra of Chenrezig. There are six unique practice recordings to voice the mantra with, two of which are studio recordings made specifically for this course. This course is a unique and honest teaching of the mantra, and is a hands on direct approach to integrating the manifestations of the mantra and the ways in which we can use sacred sound as a dynamic and very powerful healing modality. Nick a teacher and follower of the mantrayana path for over 25 years will guide you through how you can heal, open and transform your heart and life with this beautiful mantra.We will look at the benefits of chanting it, how it can serve to open and deepen any spiritual practice no matter the level of your skills, and how it can help to support and influence positively the lives of other beings and therefore ourselves."
Price: 54.99


"Using Windows 10 for Beginners"
"BEUPTODATENOW. Browser, Explorer, Utilities, Programs and Passwords, Talking on Skype and Messenger, Outlook and Email, Drives and Storage, Anti Virus, Technical and Hardware, Education, Networking, On-line Shopping, What Comes Next? It covers user issues for those students looking to use Windows 10 for other courses and trainings. The course is a hands on video series over 3 hours with demonstrations and voice overs which can be paused and followed through another browser window."
Price: 79.99


"Introduction to Creation of a Course on Udemy (Unofficial)"
"This course will take students through the process of planning a course topic of their choice, using their knowledge and experience gained in their employment or position. Having decided on the topic, students will then go through a process of validation of their choice. The next sections address the issues of what Hardware is necessary, sometimes free, and the software that will enable the course to be constructed and uploaded to the Udemy platform."
Price: 24.99


"PCB Designing Course in Tamil (PCB )"
"KiCAD open source software . course students professionals . software . . course . . PCB KiCAD Software .Hobby project/students project/prototype project, , professional Corporate project. Software course . course ."
Price: 1280.00


"Japanese Head Massage beginner -Let your client sleep !"
"Did you have a good sleep last night?The number of people using PC and smartphones are increasing.According to newspapers, Japanese people spend an average of about 3 hours per day using them.People who overuse them have a problem with their body, that is ""sleep disturbance"".Hello, Im Mitsutoshi Taniguchi,Practitioner in acupuncture and moxibustio, and shiatsu therapist.I am director of ""Japan Body Care Academy"" , which is a school teaching ""KEIRAKU"" techniques.KEIRAKU is an original technique mixed Shiastu and Japanese dry massage based on oriental medicine, and which has been passed down in Japan since ancient times.Now our main school is located in Akihabara,Tokyo but we teach KEIRAKU also in Rwanda, East Africa.In Rwanda, we teach the KEIRAKU especially to the visually impaired therapists, the mothers who have disabled children or single mothers and we help human to be successful in society.Well, as I mentioned before, since ""sleep disturbance"" reduces concentration, it gives us a negative influence for studying and working. Moreover, it is said that ""sleep disturbance"" raises risk of adult disease, depression and dementia.if you can not sleep at night , you might have the problem of sleep disturbance. But please don't worry.Among techniques of KEIRAKU which I teach, there are techniques to improve sleep disturbance. That is ""KEIRAKU head care"".In the KEIRAKU head care, we approach to the Meridian, that is a passage of the Energy in one's head,and do shiatsu to acupressure points.It is a technique in just 17 minutes, but you can sleep deeply as soon as you get a KEIRAKU head care.And you can sleep deeply in the night also,It is possible to improve the sleep disturbance.It goes without saying it is not effective with just one treatment but you can keep effects of keiraku head care by getting two times a week.This program consist of one main video and 32 additional videos. You can master KEIRAKU head care by using this program.Thank youJapan Body Care AcademyMitsutoshi Taniguchi"
Price: 19.99


"Cype 3D - Estruturas Metlicas"
"Neste curso o aluno ir conhecer a ferramenta Cype 3D que auxiliar no desenvolvimento de projetos de Estruturas Metlicas. O aluno ir aprender a:Conceber uma estrutura;Lanar os carregamentos, inclusive de vento (Conforme NBR 6123);Dimensionar os perfis Analisar os esforos e deslocamentos conforme exigncias das NBRs;Alm disso, o aluno ter noes de como exportar seus projetos para o cad e elaborar os seus detalhamentos."
Price: 249.99


"Dimensionamento de Muros de Arrimo em Concreto Armado"
"Neste curso o aluno ir conhecer os principais conceitos e procedimentos para o dimensionamento de muros de arrimo em concreto armado com o auxlio de uma planilha automtica do excel desenvolvida pelo autor, que aborda/apresenta as seguintes situaes e/ou verificaes:Solos estratificados (at 04 camadas);Carregamentos verticais e horizontais (empuxos de solo e gua);Verificaes de Estabilidade: (tombamento e deslizamento);Verificao das tenses no solo da base;Verificao ao cisalhamento da parede e sapata;Dimensionamento das armaduras principais e complementares;Verificao das deformaes no topo do muro;Detalhamento do projeto;Resumo e quantificao de materiais;Estimativa de custos de materiais;Obteno dos parmetros geotcnicos atravs do SPT;Procedimentos para drenagem do muro;O curso vai apresentar os principais conceitos e mtodos de origem dos principais resultados obtidos.As referncias bibliogrficas e a planilha estaro disponveis para download no decorrer do curso."
Price: 99.99


"Eberick - Estruturas de Concreto Armado"
"O aluno ir aprender a utilizar o software colocando em prtica as exigncias previstas nas NBRs 6118, NBR 8681, NBR 6120, NBR 6123 E NBR 6122.O projeto utilizado no curso possui 3 Pavimentos Tipo e 1 Platibanda. Nos pavimentos tipo sero utilizados 2 arquiteturas diferentes.O contedo programtico do curso abordar:Lanamento e dimensionamento dos elementos estruturais de fundao e supraestrutura;Lanamento e dimensionamento de reservatrio enterrado;Lanamento e dimensionamento de escadas;Comparao entre o dimensionamento de lajes macias e nervuradas;Lanamento e dimensionamento de fundaes superficiais e profundas;Otimizao das armaduras das vigas;Correo de alguns erros e avisos comuns no dimensionamento;Exportao para o Cad;"
Price: 129.99


"The Wedding Film School"
"Hi, Im Adrian Stone, founder of Europes leading wedding film studio: The Dreamcatchers. I have used my vast experience having filmed over 800 private events forLondons most prestigious and exclusive clients to create SelfieWed. The first product of its kind to show filmmakers how to film a wedding, using their camera phone.Ive filmed everything from intimate elopements to weddings held in Italian castles, chteaus in the south of France and all the five star hotels in London, to discreet royal events at Windsor castle and lavish footballers weddings at Blenheim Palace.The SelfieWed Method is an instructional product that teaches you how to film a wedding using real examples from the hundreds of weddings I have filmed all of them edited into our 50 Key Moments.Over a year in production, 48 000 words written,12 PDFs designed and 2.5 hours of video content edited, its the first product of its kind to show filmmakers how to film a wedding, using their cameraphones.Designed specifically for the millennials who want to embrace the latest technology to film their magical wedding day.With SelfieWed and the latest cameraphone, you can become a master wedding filmmaker.""Adrian is the Martin Scorsese of the event world."" - Adam Blackwood, Founder Private Drama Events"
Price: 29.99


"The Divi WordPress Theme for Beginners"
"Take this course if you would like to learn how to use the Divi theme to build a modern, responsive, sophisticated website, all within the browser. No requirement to know HTML and CSS!Join me in this course and together we will build a 5-page website. Best of all, it will all be accomplished from within your browser.We will be creating a website for a fictional web design company called Blue Fox Web Design. By following along with this project, you will gain a deeper understanding of the Divi theme, as well as learning techniques that will help you build better websites. What will I learn? Although we will be creating the website for a fictional web design company, the skills you will learn can be used for your future projects. Here are just some of the things you'll learn throughout the course:How to install and configure WordPressThe basics of Divi, including sections, rows and modulesCustomising Divi's modules to effectively brand your websiteLots of different types of modules, including text, images, accordions, counters, and lots moreAmazing scrolling animations - make elements appear when the user scrolls to a certain point on the pageHover effects - make your elements come to life when the user hovers their mouse over themUsing Divi's pre-made layouts to save you many hours of workNavigating quickly and efficiently through the Divi interfaceAdding contact forms, separators, Google maps, blogs, and much much more!If you're looking for the most feature-packed Divi course on Udemy, you've found it! Who are you? My name is David Sharkey; I have been using Divi for three years, and I've been a web designer for six years. I've used Divi in many real-world projects, and I'm excited to be able to share what I know with you. Who this course is for:-Coding a website in HTML and CSS is hard, and it takes a long time. If you are looking for a way to create high-quality, modern websites in a fraction of the time, then Divi might be what you've been looking for. Divi's revolutionary Visual Builder makes designing webpages a fun, simple experience. Sections, rows and modules can be created in the blink of an eye, then duplicated, re-arranged and edited, all within the browser! Websites that can take weeks to create using HTML or CSS can be built with Divi in a matter of hours. There is no true substitute for learning HTML and CSS, but for projects that require a short turnaround time, Divi provides the tools for you to quickly achieve your goals. You do not need to know how to code to take this course, but please note we will be using a few snippets of CSS when it's absolutely necessary. I will, however, provide the code which you can just copy and paste into Divi. **** Student Feedback **** ""I have never managed to create a nice looking website using Divi, despite several tries, but with this course I am well on my way to having a website I can be proud of. 5 stars - highly recommended.""- John Edwards""Great course. Every detail was shared on how to complete a stunning website. I am now feeling very confident to get my first one done. Thank you David.""- Megan Thorpe""This course is an excellent, thorough tutorial on how to begin using Divi. David provides clear and precise instructions on everything you need to get started.""- Matthew Koenen""So far this course is amazing. I just landed a job as a wordpress developer and the company uses Divi for most of its work.""- Emmanuel""Perfect, everything is explained very clearly""- Eva Lopatov""Very useful course. Best one I've seen on web site development in the WP/Divi space.""- Doug Sire""The instructor was knowledgeable and the course exceeded my expectations. I will be able to utilize what I learned in the course and implement Divi Builder in Wordpress. Hopefully, the instructor will offer an intermediate course.""- Sue Hawkins"
Price: 99.99


"JavaScript Animations with GreenSock (GSAP)"
"Do you sometimes feel that your web design projects feel a little flat? Lacking a bit of pizzazz? Do you browse award-winning websites and think ""I wish I knew how to do flashy stuff like that""? If that sounds like you, then the GreenSock Animation Platform (GSAP) might be what you're looking for! GSAPis a collections of tools that enable you to unleash your creativity and write buttery-smooth tweens and timelines. GSAPis built for performance, compatibility, and ease-of-use. It's no wonder that over 7 million websites use GSAP to give an extra layer of polish and professionalism to their projects. This course will teach you everything you need for a solid foundation in GSAP. Upon completion of this course, you will have all the tools you need to create stunning JavaScript animations.The course is split into two sections: ***Section OneIn section one, we will learn the main tools and features of GSAP, including TweenMax, TimelineMax, different types of tweens, easing, playback controls, and much more. By the end of this section you will have a solid foundation to take forward into real world projects. ***Section TwoIn section two, we will apply our newfound skills and techniques to an actual webpage. We will work on the homepage of a fictional company called AlphaStar. Using various GSAPtools, we will make a variety of UI enhancements to the page to make it more interactive, engaging and eye-catching. Who are you? My name is David Sharkey, and I've been using GreenSock for over 4 years. From simple animations to complex timelines, I have used GSAPin a variety of projects. In my career as a web designer, Ican honestly say GSAPis one of the most fun, versatile tools I have ever worked with. Over the years, my clients have loved the extra touches that GSAPcan provide, and it has made my websites stand out in a crowded market. Why take this course? Take this course if you want to take your front-end web design to the next level by incorporating Javascript animations into your skillset. Mastering GSAP will unleash your creativity and free you from the restrictions of HTML and CSS. Wow your clients, earn more money and attract higher calibre employers by harnessing the amazing power of the GreenSock Animation Platform. Complete your purchase and let's get tweening!*****Student Feedback*****""This course serves as an excellent introduction to GreenSock. I haven't even completed the course yet and I'm already able to make some quite complex animations. Great course, 5/5.""- John Edwards"
Price: 69.99


"Crea y sube tu tienda en lnea desde 0 usando Django"
"Crea tu tienda en linea usando Django y otras tecnologas que facilitan el mundo del desarrollo web, de esta forma podrs hacerlo sin saber programar, de esta forma podrs llegar a tus clientes por un medio electrnico muy usado en este siglo; aprende consigo acerca de grandes tecnologa del mundo moderno"
Price: 24.99


"Podstawy Fusion 360 Po Polsku"
"Podstawy projektowania-modelowania w programie Fusion 360. Omwimy podstawowe funkcje w modelowaniu 3D oraz jak przygotowa element do druku 3D. Postaramy si omwi wszystkie niezbdne funkcje do podstawowego modelowania, ktre uatwia Ci projektowanie oraz zaliczenie przedmiotu na studiach z CAD. Po tym kursie bdziesz potrafi zaprojektowa proste elementy oraz nieco skomplikowane. Kurs nie jest dla osb, ktre ju kiedy projektoway, poniewa kurs bdzie w formie opisania programu oraz pokazania jego moliwoci w podstawowych opcjach."
Price: 399.99


"Java Collections from basics to Advanced"
"BEST in Class course for Java Collections, underlying implementation of Data Structures used in Collections, Advanced Java Collections,Concurrent Collections, Java Generics , Java Lambda and Streams to deal with any kind of data.This course will empower you to solve any data structure problem using Java.This course will not only cover Java way to deal with data - Java Collection Framework and Advanced Java Collection APIs but also cover the Modern way of dealing with data in Java by covering Lambda and Streams APIs to make your life easier.We will also explain the underlying data structure before coming to any collection implementation. We will cover all the below topics in detail :Arrays - Basics Java Construct all Data structures are directly indirectly built upon arrays Generics - Type safe and reuable Collections would not have been possible without it.Collections - Yeah! Most of the data structures Java already supplies in form of Collections.Concurrent Collections - Collections in multi threading environment,Lambda Expression - New Java way of writing codeStreams - Give sppeed to your collections and write clean and small code to do a lot of things.Details :Arrays 01 -Arrays and Single D Arrays02- MultiDArrays03- Declaration and initialization,creation of Arrays04- Playing with Syntax05- Traversing Arrays,Length of Array06- Types of Array based on elements it holds07- Assigning and Reassigning Array Objects to Array References08- Anonymous arraysCollections - Deep Dive ... we have broken this into multiple sections.List 01 - List interface 02 - Array Lists 03 - Linked Lists 04 - Vector 05 - Stack 06 - Cursors to travesrse the data... Then we will cover set under collections...01 - HashSet02 - LinkedHashSet03 - SortedSet04 - NavigableSet05 - TreeSet05 - Comparable and ComparatorThen we will move to MAP - and this a very important we have explained this in very very detail ...Belive me if you want to know a Data Structure make sure you know Map.... the complexity of searching and placing an element in Map is O(1).In Map we will cover... 01-HashMap and its internal Working 02-Difference bw HashMap and HashTable 03-Linked HashMap 04 - IdentityHashMap 05 - WeakHashMap 06 - Sorted Map 07 - NavigableMap 08 - TreeMap 09- Summary Of Map Then we will move to the next section ... Concurrent Collections... and this section is also very detailed.. 01 Section Introduction02 Need of Concurrent Collections03 Concurrent Modification Exception04 How Concurrent Collection Solved the problems05 ConncurentHashMap Heirarchy and Methods06 ConncurentHashMap internal Implementation07 ConncurentHashMap in Multithreading Envoirnment Program Demo09 CopyonWrite ArrayList10 CopyOnWriteArrayList - Constctuctors and Methods11 CopyOnWriteArraySetAfter That we will start Lambda Expression the efficient may to write code started in Java 8 , we will also show you how you will be able to simplify your collection code using ... Lambda..01 - Lambda Introduction02 - Write Lambda Expression03 - Functinoal Interfaces04 - Invoke Lambda05-few more Examples of invoking Lambda06 Lambda Summary07 Lambda With Collections08 comparator - Lambda09 Sorting a List Without Lambda and With Lambda10 predefined Functional Interfaces - Predicates11 Predicates Example12 function13 consumer14 Supplier15 Double Colun Operator Method reference 16 Double Colun Operator Constructor referenceAfter that we will start Streams i think the most important concept to learn if you are using Java 8 and Beyond, this can process your data not simply but efficiently.01- Streams basics code to get familiar with Syntax02- stream in Detail - Filter() and Map() Methods04- More on Methods in Streams05- More on Streams06 - Parallel Streams07 - Sequential vs Parallel streams performance Comparison08- Summary Of Streams and what we learnedWe will keep on covering Collections best Practice and common pitfallsBy End of this course you will start fall in Love in collections and with your data. You will also love Java's modern way of dealing with data using lambda and streams.We have covered each and every topic in very much detail.Last but not least : This course comes with a 30 days money back guarantee if it does not fit in your needs, and we are always available to answer your questions.HAPPY LEARNINGBasics Strong"
Price: 99.99


"Functional Programming in Java : Lambda Streams"
"In this course we will explain : Lambda, Streams & parallel stream in detail. These are great Java feature that not only help doing a lot of things with less code but also provide the processing speed using parallel streams.In this course will be practice a lot of code hands on. and Cover these topics in detail.Lambda Expression Functional InterfacesLambda Expression With CollectionsPre-Defined Functional InterfacesPredicateFunctionConsumersSupplier:: Operator - method reference & Constructor referenceStreamsFunctions in StreamsParallel StreamsPerformance comparison between Streams and Parallel streamsHope this course will make you enable to code in java using Lambda and process your data like never before using streams.Don't worry this course comes under 30 days money back guarantee so you may return if you don't like the content.Please ask the Question in Q&A and we will respond as soon as possible. Please don't shy away.HAPPY LEARNINGMohitBasics Strong"
Price: 49.99


"Java Generics Uncomplicated practically"
"Java Generics UnComplicated is a completely practical course starts with coding and end with coding.To help you to make your concepts crystal clear we have also included quizzes  and coding exercises.In this course we have tried to make this topics UnComplicated for you.I will recommend to please be ready with your laptop or Desktop to code along with me.The topics that we will cover in this course are  Making you familiar to generics with help of CodingGeneric Type - Generic classes and Generic-InterfaceExcerrcising-SubclassingCollection with genericsRaw-TypeMultiple Type ParameterSub-TypingGeneric-MethodsBounded Type Parameter Wildcards, Upper Bounded WildCards Lower Bounded WildcardType erasureI have also ... put some practice Questions as you make progress and i also recommend not to skip those questions...Last but not least there are couple of Home Work coding exercises.Try solving them before you look for the solution attached.By the end of this course you will not only become familiar with Generics but also, you will be ready to apply Generics in real life.The course comes with 100% Money back Gurantee so please feel free to ask for the refund if you don't like the course.Happy LearningBasics>Strong;"
Price: 99.99


"Java Object Oriented Programming:OOPS OOAD & Design Patterns"
"Best in class course if your objective is to build a Solid Foundation on OOPs and get your basics strong.This course Course Object Oriented Programming & Design in Java is created with a clear objective in mind to build a solid foundation in Object Oriented Programming.Because Solid and Strong Basics can lead to solve any programming problem! and help to write more elegant Machine and Human friendly code.Object Oriented programming is there for quite a while now but we found that the course covers either only programming syntax and concepts of OOPs or Design Principl and patterns.It is essential that when you start learning OOPs you should also learn many other related things like Design Principles, Object oriented design and Design Patterns as well because without learning these concepts your knowledge portfolio for OOPs is not complete.So we bring to you this course where we will not only cover Object Oriented Programming concepts in Java but also Design Patterns, and Design principles along with best practices and OOPs philosophy.This course also have sections where we will discuss about OOPs philosophy that will improve your thinking in Object oriented world.We have also created a small section on UML where we will discuss mainly class diagram and Sequence diagram that will help us learning design patterns.Outline of what we have covered in this coursePrerequisites to Learn OOPsClasses, ObjectsVariables-Methods-constructorspackages, import keywordAccess ModifiersNon-Access ModifiersYou may skip this section if you already know these concepts. After completing the same as we will be prepared to start the Journey. We will start discussing the actual OO conceptsOOPs ConceptsData HidingInterfaces and Abstract classAbstractionEncapsulationInheritance - ISA relationshipTypes of inheritanceAssociation with concepts of aggregationHAS-A Relationship and compositionPolymorphism - Overloading and overridingThis section will cover the basics of OOPs concept related to Java and in general.In Next section of the course we will Quickly discuss some philosophical Angles of OOPs to improve your thinking in Object Oriented world. This section will not havemuch of a coding but will after completing this you will certainly feel more confident and connected to Object Oriented World.After you start thinking clearly in OOPs we will start some of the very Important Design Principles in OOPs. These principles are the De Facto standard for object Oriented design for several years.Design PrinciplesSOLID principlesDRYKISSYAGNISLAPAfter completing this section you will be very confident and artistic in Object oriented programming.After completing this we will have a section on Quick UML where we will discuss Class and Sequence Diagram because that is necessary to learn Design PatternsUMLClass DigramSequence DaigramWe will use a lot of Sequence diagram and Class diagram in while discussing Design Patterns.Then we will come to a very popular topic in OOPs world and that is Design Patterns.We will discuss all 23 GOF design Patterns with the help of UML Code and Sequence diagram.      Creational Design PatternsPrototype Design PatternBuilder Design PatternSingleton Design PatternFactory MethodAbstract Factory Design PatternBehavioural Design PatternsChain Of Responsibility PatternCommand Design PatternInterpreter Design PatternIterator Design PatternMediator Design PatternMemento Design PatternObserver Design PatternState Design PatternStrategy Design PatternTemplate Design PatternVisitor Design PatternStructural Design PatternAdapter Design PatternBridge Design PatternComposite Design PatternDecorator Design PatternFacade Design PatternFlyweight Design PatternProxy Design PatternAfter completing this we will discuss some of the coding best practicesBest practices.Technical DebtHigh CohesionLoose CouplingPrimitive Obsession - Code smellComment why not whatHope this should be enough for you to become comfortable in Object Oriented programming and design in Java.We have crafted the content, code examples and all other stuff in a way so that by end of this complete course you start feeling extremely comfortable and Confident in Programming OOPs.So I am excited to welcome you again to this course hope we will have a very fruitful Journey with a clear objective to learn OOPs and OOPs design.All the Best in building a SOLID foundation.This course come with a 30 Days Money back guarantee so do't worry if it does not fit into your needs.Welcome Again! and Happy LearningTeam Basics>Strong;"
Price: 199.99


"Python for beginners & logic building practice Questions 3.7"
"Best in Class course for covering Pthon 3.7 for  Complete Beginners. This course includes 50 Python programming exercises which will help you sharpening your logic and make you practice enough.This Python Course is for those who want to learn python programming just spending couple of hours over weekend.This course will first start with theory and explain you and enable you in logic building by explaining 50 programming problems.By End of this course you will not only learn how to program but also help you how to apply the theory and concepts to real programming problem.JUST SPEND a Weekend with this course and we will make sure you will learn Python and Programming.Comes with a 30 days Money back Grantee so don't worry if this course does not fit into your needsAnd we are always available to answer your questions as early as possible - please don't shy to ask the questions related to the subject.Happy Learning and Welcome Again!Basics>Strong;"
Price: 99.99


"Java Interview Questions Boot Camp - 1000+ Q& A Master Class"
"Here we present our brand new course with a new learning objective.Java Interview Questions Boot Camp Master Class where we are covering a lot of Java topics; on Generics, Collections, MultiThreading, Design Patterns, OOPs, Functional Programming, OOAD and much more all in form of Interview Questions and answers.1000+ java QuestionsIn this course we have explained java concepts in form of 1000+ java QuestionsFirst of all you might be asking your self a Query important Question - why you should take this course?Before this let me clearly state that This course is not for complete Java Beginner. You should have some knowledge about Java like writing few programs and running them.Also, Please Note that; We have Attached few full length lectures from our other best selling course. Where we felt that we should explain the concept in great detail.Now let's see why you should take this course. There are multiple reasons for that Firstly To remember complex java concepts a programmer should keep on asking questions to himself so that it becomes easy to memorize the stuff for a long period.Our memory works better when we ask questions around a concept..SecondlyYou can take this course if you are interested in a particular topic like Collection, Multi-threading or Design patterns and questions around these topicsThis course is arranged and designed in a way thatYou can also skip the sections you think you have expertise on and if you want to take any particular section of your interest for example you want to check multi threading interview questions only. Its totally up to you.You have lifetime access to this course. You can come and learn whenever you want.ThirdlyBecause this is a very enhanced course where we are trying to explain possibly every Java Concept in form of Question and Answer with help of a lot a coding and practiceThis course covers questions for Every level of java developers but mostly Beginners and IntermediateWe will Cover the topics.1. Language Fundamentals 2. Operators & Assignments 3. Flow-Control.   4. Declarations and Access Modifiers 5. OOPs(Object Oriented Programming)6. Inner classes  7. ENUM 8. JVM Architecture, Garbage Collection 9. File I/O NIO 10. Serialization and Deserialization 11. Collections12. Generics 13. Concurrent Collections14. Multi Threading And Advanced Multithreading 15.  java lang package 16. Exception Handling 18. functional programming in java using lambda and streams19. Design Principles20. Design PatternsAnd Last but not leastWe will keep updating this course by adding more questions. You also can suggest us any question you think should get covered.We will definitely add that in upcoming upgrade.Hope this clear all your doubts and set the expectations right.Happy LearningBasics>Strong;"
Price: 199.99


"Java Multithreading , Concurrency & Parallel Programming 2/e"
"BEST in Class course for programmers to learn multitasking, MultiThreading and Parallel programming paradigm.Objective :Computers can execute more than one statements at a time this is called parallel processing. These days when there are multi core processors are easily available programmers should defiantly take advantage of parallel programming for scalable and highly performing and responsive application. This is only possible using Multi Threading programming.Multi threading programming comes with certain complexities and sometimes difficult to program. This objective of this course is make to enable -Basic Multi ThreadingAdvanced Multi threadingMulti ProcessingConcurrent CollectionsParallel algorithms.Asynchronous Programming using Completed Future Parallel Streams for Faster processing of Collections.If you are able to learn these concepts - you will be able to create applications, ready to scale and highly responsive.We will start from very basics and will deep dive into the very advanced concepts.We will start from basics by understanding - Introduction To Multitasking and MultihreadingCreating Thread and Understanding Its LifeThreading APIThen we will move further to challenges associated with - Concurrency ChallengesConcurrency Challenges &  Race ConditionsFurther we will discuss into solutions to the challenges Achieving Mutual Exclusion or Solving he challengesLiveness ProblemsThe we will move into some related conceptsDaemon ThreadsFurther in the discussion we will move to some advanced concepts related to MultiThreading - Advanced Multithreading              Thread Groups             Thread Pool and Executors             Thread Local              Callable and FutureThe we will discuss Concurrent Collections and Concurrent Utilities            Need of Concurrent Collections            Concurrent Modification Exception            How Concurrent Collection Solved the problems            ConncurentHashMap Hierarchy and Methods            ConncurentHashMap internal Implementation            ConncurentHashMap in Multithreading Environment Program Demo            CopyonWrite ArrayList            CopyOnWriteArrayList - Constructors and Methods            CopyOnWriteArraySet            Count Down Lache            Cyclic Barrier            Blocking Queue             Exchangers             SemphoresThen  we will write and solve some Algorithms using parallel processing              Multi Processing and Parrlel Comutin Algorithums             Implementing a Multithreading Chat SererWe will also Discuss CompletableFuture is used for asynchronous programming in Java.Hope you will enjoy the journey - please don't forgot to ask questions in Q&A and we will respond as quickly as possible.Last but not least - you got an option to return back the course within 30 days it you find it does not fulfill your needsSee you in the Course and Happy LearningBest ,Mohit"
Price: 199.99


artprofypart1
", , , . . . ."
Price: 54.99


artprofymakeup
", . - . , , . , : , , . : , . , . , ."
Price: 39.99


"Multivariable Calculus"
"In this course you will learn the most difficult topics of Multivariable Calculus in a clear, intuitive and easy to digest way. Master Multivariable Calculus (Multivariate Calculus)In this course you will learn.How to differentiate a Multivariable function.How to find the minima and maxima of a Multivariable function.How to use Lagrange Multiplier.How to solve Multiple Integral problemsWhat are JacobiansHow to apply Multivariable Calculus to real life problems.Multivariable Calculus is an extension of the Calculus that you studied during your High School days to functions of several variables. Multivariable Calculus has far reaching applications in Physics, Engineering and advanced Computer Science. So, if you are planning to make a career in a science you are very much likely to encounter Multivariable Calculus at least once in your life. The best part about learning Multivariable Calculus that hot career fields like Data Science require sound knowledge of advanced mathematics .Throughout this course I have tried my best to provide clear and intuitive understanding of the concepts though video lectures . Each and every concept has been supported by a reasonable number of examples so that you get a good grasp on the concepts involved. At the end of each section there are quizzes and practice tests along with solution that check the depth of your understanding and ensure that you get most out of the lectures.After completing this course you will able to solve the most dangerous problems of Multivariable Calculus. You will able to find the volume of complicated 3D figures and much more!This course works best forEngineering, Math and Physics major university students.Students looking for Multivariable Calculus course for Data ScienceIt can also serve the professionals looking for quick refresher of the subject.Enroll now!See you in the course...."
Price: 49.99