Udemy Products ExcitingAds :: Exciting Ads

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

Sitemap

 
"Gua definitiva para crear APIs con Symfony 5 y API Platform"
"En este curso aprenders no solo a crear una API con Symfony 5 y API Platform usando PHP 7.4, sino que aprenders a explotar las herramientas disponibles para desarrollar tus aplicaciones tales como: Docker, PHPStorm, Xebug RabbitMQ y muchas ms.El proyecto estar estructurado en 3 servicios:- Una API para gestionar movimientos de contabilidad- Un servicio de RabbitMQ para procesar mensajes- Un servicio de mailing que leer mensajes de RabbitMQ y enviar emails a los usuariosAprenders a leer cdigo de libreras de terceros y a crear patrones de diseo y arquitecturas escalables y fciles de mantener.Tambin aprenders a cubir todos los casos de uso de tus aplicaciones tanto con tests funcionales como unitarios.Al terminar este curso, sers capaz de crear APIs robustas que te ayudarn a conseguir ms logros en tu carrera profesional :) Tabla de contenidosIntroduccin al cursoRequisitos bsicos para este cursoRequisitos del sistemaConfigurando WSL 2 en Windows 10Entorno de DockerArchivos y carpetas para el entornoConfiguracin de NginxConfiguracin de PHPConfiguracin de Docker ComposeMakefileArchivos y carpetas para RabbitMQConfigurar entorno de docker para RabbitMQRepositorio RemotoEnlace al repositorio con el cdigo del curso por seccionesCreacin de proyecto SymfonyInstalacin de libreras adicionalesLibreras necesarias para el proyectoConfiguracin bsica de API PlatformRegistro de usuariosLibreras necesarias y entidad UserMapeo de la entidad UserCreando BaseRepositoryCreando UserRepositoryListener para capturar excepcionesMigracin para crear tabla userInstalar y configurar librera para generar JSON Web Tokens (JWT)Preparando servicio y controllerActualizando API Platform (swagger)Creando EncoderServiceCreando RequestServiceActualizando security.yamlCompletando la lgica del servicioServicio de MailerCreando estructura de archivosCreando proyecto Symfony y cambiando namespaceInstalar dependencias necesariasCmo funciona RabbitMQ?Instalar Messenger component y crear clase para el mensajeConfigurar Messenger en la APIEnviando nuestro primer mensaje a RabbitMQConfigurar Messenger component en MailerInstalar MailCatcher y TwigBundleCrear servicio, clase para rutas y plantillasAadir lgica a MailerServiceConsumiendo nuestro primer mensaje de RabbitMQAccin para reenviar email de activacin de cuentaCrear estructura de archivos y actualizar API PlatformLgica para enviar email de activacin de cuentaAccin para activar cuenta de usuarioAccin para acceder (Login)Configurando el FirewallUserProvider y actualizacin de security.yamlActualizar endpoint para loginAadir o quitar informacin del tokenAccin para restablecer contraseaExplicacin del procesoCrear archivos necesarios y actualizar API PlatformCrear mensaje y actualizar configuracin de MessengerAadiendo lgica al servicio y probando el envoCreando mensaje y actualizando configuracin en MailerCreando plantilla y actualizando servicio de MailerConsumiendo mensajes y comprobando erroresAccin para restablecer contraseaCrear estructura de archivosAadir lgica en el servicioAccin para cambiar la contraseaCrear archivos y actualizar API PlatformAadir lgica y probar el endpointUsando Argument Resolver para inyectar al usuario autenticadoRefactorizando controladores y desacoplndolos de los serviciosTest funcionales y unitarios de todos los endpoints creados.Instalando dependencias y configurando el proyectoCreando Fixtures para UserCreando base de datos de testingCreando la clase TestBase para tests funcionalesTest para la accin de loginTest para la accin de registroTest para la accin de pedir restablecimiento de contraseaTest para accin de restablecer contraseaTest para accin de reenviar email de activacinTest para accin de cambiar contraseaCreando UserServiceTestBase para tests unitariosTest para el servicio de activacin de cuentaTest para el servicio de registro de usuariosTest para el servicio de solicitud de restablecimiento de contraseaTest para el servicio de reenvo de email de activacinTest para el servicio de resetear contraseaTest para el servicio de cambiar contraseaAccin para subir avatar de usuarioCrear estructura de carpetas y actualizar API PlatformOptimizar Swagger e instalar dependencias necesariasCrear Space en Digital Ocean y aadir variables en nuestra aplicacinConfigurar nuestra API para subir archivos a la nubeAadiendo lgica de servicios y probandoTest unitario para FileServiceTest unitario y funcional para accin de subir avatarOAuth (Facebook Login)Instalando dependencias y creando App en FacebookActualizando configuracin y usando Adapter Pattern para cliente HTTPCrear ficheros necesarios y actualizar API PlatformAadir lgica a los serviciosProbando y explicando el proceso entero.Configurando endpoints para usuarioCrear voter para UserActualizando API PlatformTests funcionales para los endpointsGrupos de usuariosCrear entidad y actualizar relacin con UserMapeo de la entidadMigracin para crear la tabla user_groupActualizando API PlatformCreando voter para GroupExtensiones de Doctrine para controlar la seguridad de subrecursosActualizando Fixtures y testeando endpoint para obtener grupos de usuariosTestBase para grupo y testeando endpoint para obtener gruposTest del endpoint para actualizar gruposTest del endpoint para eliminar gruposTest del endpoint para obtener usuarios de un grupoGestin de gruposCrear entidad para solicitudesMapeo de la entidad para solicitudesCrear migracinCrear repositorioCrear clase para mensaje de RabbitMQ y actualizando configuracinCreando excepciones y aadiendo lgica al servicioActualizar API Platform y probar envo de solicitudCrear mensaje y configuracin en MailerCrear plantilla y actualizar MailerServiceCreando Handler para procesar mensajes y probarCreando ficheros y configuracin para endpoint de aceptar solicitudesRefactorizando BaseRepository y aadiendo lgica al servicioTesteando la accin de aceptar solicitudesCrear archivos para endpoint para eliminar usuarios de un grupoCreando excepciones y aadiendo lgica al servicioTesting de la accin para eliminar usuarios de un grupoCategorasCrear entidadCrear mapeo de la entidadCrear migracinActualizar API PlatformCrear fichero de grupos de serializacinActualizando extensin de DoctrineCrear voter para CategoryIntroduccin al sistema de eventos y listenersUsando PreWriteListener para validar la creacin de categorasTesteando endpoints de categoraMovimientosCrear entidadCrear mapeo de la entidadCrear migracinActualizar API PlatformCrear fichero de grupos de serializacinActualizando extensin de DoctrineCrear voter para MovementUsando PreWriteListener para validar la creacin de movimientosSubir archivos de movimientosCrear estructura de ficheros para subir archivosAadiendo lgica a los servicios y probandoTesting de la accin para subir archivosCrear estructura de ficheros para descargar archivosAadiendo lgica para descargar archivosTesteando accin para descargar archivosRefactorizando los enpoints y testsFiltrosConfigurando DateFilter en UserConfigurando SearchFilter en UserConfigurando BooleanFilter en UserConfigurando NumericFilter en MovementConfigurando RangeFilter en MovementCreando custom SearchFilterCreando custom BooleanFilterCreando custom ExistsFilterCreando custom OrderFilterCreando custom NumericFilter y RangeFilterFiltros en entidades anidadasModificando la API, trucos y consejosDecorando la respuesta de nuestra APIUsando SQLite para acelerar tests funcionalesModificando la respuesta de nuestros endpointsAnidando subrecursos"
Price: 24.99


"Jogue Xadrez - Do nvel zero a nvel de competio"
"Para iniciantes e intermedirios.Neste curso voc aprender os movimentos, mates elementares, ter partidas comentadas, um suporte com a plataforma lichess, onde poder utilizar a ferramenta para melhorar o seu xadrez, princpios de abertura e um cronograma de treinamento, que seguindo corretamente alcanar um nvel intermedirio mais rapidamente. Ter instrues como ingressar na Federao Internacional de Xadrez (FIDE) e na Confederao Brasileira de Xadrez (CBX).Veja o que meus alunos alcanaram:6 vezes campeo brasileiro por categoria. 2 vezes vice campeo brasileiro por categoria.3 atletas integraram a seleo brasileira de xadrez no mundial 2017. 2 jogaram o pan-americano no Chile.Muitas conquistas e muito aprendizado. Agora disponvel para voc. Faa parte desta equipe campe."
Price: 39.99


"The complete course to protect your child from sexual abuse"
"RequirementsThe parents need a desire to protect his childDescriptionDo you want to learn how to protect your children from sexual abuse?this is the most comprehensive sexual abuse course available, With real learning and practical stepsBy the end of the course, you will: give your child tools so that they can protect themselves without you being around them all day and thus allowing him to be safe know how to identify a person that can potentially harm your child know how to react and how to act correctly in case of harm to your child recognize potential harm to your child and act accordingly identify distressing situations that will show you that your child may have been assaulted, sexually or otherwise educate your child to be sexually protected and to protect their bodies learn practical steps to create a sexually safe environment create an open environment by answering questions from an early ageInside the course, you'll learn how to:-In the first part we will learn about the WWH model (Who, Why and How). We will help to understand the causes of sexual vulnerability and learn to identify potential dangers.-In the second part we will learn about secrets and the burden they put on a child who tries to hide and carry them.-In the third part we will learn practical steps for creating and building a sexually protected environment.-In the fourth part we will learn about other ways to strengthen our relationship with our children.You'll also get: Lifetime Access to The Course Fast & Friendly Support in the Q & A section Udemy Certificate of Completion Ready for Download A 30 Day ""No Questions Asked"" Money Back Guarantee!This offer will not last forever.Enrol today to save your childrenIt is important to note that most of the income from this course will contribute to organizations that treat children who have been sexually abused."
Price: 199.99


"UiPath Excellence: Program faster using Regular Expressions!"
"In this Regular Expressions (Regex) tutorial, we're going to be learning how to match patterns of text. Regular Expressions are extremely useful for matching common patterns of text such as email addresses, phone numbers, URLs, etc. Almost every programming language has a Regex library, so learning Regular Expressions with not only help you with finding patterns in your text editors, but also you'll be able to use these programming libraries to search for patterns programmatically as well. Let's get started..."
Price: 79.99


"Diseo tcnico de moda con Illustrator"
"Curso prctico para aprender con el programa Illustrator la creacin y gestin de plantillas para figuras planas de distintos tipos de prendas.Conocers las medidas y proporciones de acuerdo a las tallas y medidas ergonmicas estandarizadas segn rango de tallaje europeo normalizado.Podrs partir de una plantilla base donde realizar todos los diseos posibles utilizando distintos archivos y generando tu propia coleccin de prendas.Realizar plantillas, interpretar diseos de faldas, blusas, vestidos, chaquetas o pantalones, as como otras prendas tales como ropa de bao o abrigos.Trabajar en colores planos o aplicar distintas texturas segn el tipo de prenda que ests trabajando.Gestiona tus archivos y organiza tus trabajos en tu equipo. Podrs compartirlos con patronistas, estilistas y otros diseadores."
Price: 29.99


"Curso Rpido de Integrao Contnua com o GitLab"
"Aprenda de maneira rpida a como instalar o GitLab, sobre os principais conceitos sobre Git, DevOps e CI/CD, alm de aprender a como criar um deploy automatizado. Voc ter a oportunidade de aprender passo a passo a como usar o Git, de maneira genrica, e tambm a instalar o GitLab para um ambiente de testes."
Price: 39.99


"Complete Bash Shell Scripting"
"This unique course is designed to become an expert in bash shell scripting to automate repetitive tasks.As we know that most of the organizations are moving into Linux and Unix operating system as its generally open source. Additionally, Linux, Unix skills gained by developers would make them more in demand.From a developer perspective, this course not only cover command line commands, but also Bash shell scripting to make you comprehensive developer expert in Linux Unix OS.The topic covered are as follows:How to write shell scripts from basic to advanced levelWhat is the shebang line and why every shell script need ones.How to create and use variablesTesting and Decision MakingCommand line argumentsInput and outputConditional StatementsExit statusfilters like grep, awk, cut and sedFunctionsWildcardsLoopsCase statementsLoggingDebugging tipsBash Shell OptionsWorking with remote serversPractice on each topicHappy learning!!"
Price: 29.99


"AWS Automation with boto3 of Python and Lambda Functions"
"This Course is focused on concepts of Python Boto3 Module And Lambda using Python, Covers how to use Boto3 Module, Concepts of boto3 (session, resource, client, meta, collections, waiters and paginators) & AWS Lambda to build real-time tasks with Lots of Step by Step Examples.This course also teaches how to refer to Boto3 Documentation to Develop Code For automating any kind of tasks in AWS.Note: Collections,waiters and paginators are explained for different AWS services with different examples."
Price: 44.99


"Complete Python Scripting for Automation"
"Welcome to the Complete Python Scripting for Automation.This course will take you from beginner to expert in Python, easily and smartly.This course will dive right into Python and get you productive from the very beginning.Why Learn Python?Over the last few years, Python has become more and more popular.Demand for Python is booming in the job market and it is a skill that can help you enter some of the most exciting industries, including data science, AI,web applications, Server side Automation, home automation and many more.Python is one of the ""most loved and most wanted programming languages according to recent industry surveys. If people are not using Python already, they want to start using Python.This course will make it easy for you to learn Python and currently we are looking more on server side automation, but later we will also update this course for GUI and Web Applications Dev elopement.Who is This Course For?Beginners who have never programmed before.who want to learn python from scratch to Advanced level"
Price: 34.99


"Automation with Ansible Playbooks"
"The target audience for this course are systems or automation engineers with a few years of experience in managing various parts of infrastructure, including operating systems, application configurations, and deployments. This course also targets anyone who intends to manage systems and application configurations effectively and in an automated way, with the shortest learning curve."
Price: 19.99


"Learn HTML from Scratch"
"HTML course is for beginners who are interested in learn web designing. It is the first phase of web design. By the end of this course you would have learnt the tags in html and how to use it to create a web application. In the end you will be creating a website by showcasing the skills which you have learnt throughout the course.In this Course you will learnWhat is HTML?HTML EditorsSyntax for HTMLCommentsBasic Tags,Special Tags & Non Closing TagsDisplay ImagesFont Tag, Alignment & Add Background Color/ImageList ElementsTable ElementsHyperlinksForms CreationSimple Website Creation Project"
Price: 1280.00


"Build Your Jewelry Making Business"
"This course is divided into 5 sections.Section 1 and 2 demonstrate how to make two types of jewelry.Section 3: Pricing Your Artisan JewelrySection 4: Write An Effective Artist BioSection 5:  Sell Your Art in Art Galleries, Boutiques, and Museum Gift ShopsI refer to the Project Gallery in the course, the Project Gallery in the comment section of this course."
Price: 19.99


"Scrivere con Fantasia"
"Scrivere con la Fantasia un corso di scrittura creativa che siprefigge, come scopo, d'introdurre le persone alle basi fondamentaliper intraprendere un percorso creativo e narrativo di qualunque genereesso sia, per poi utilizzare al meglio le proprie capacit nello sviluppodella storia che si intende raccontare al lettore, cercando di sottolinearei passaggi pi importanti e delicati che bisogna compiere per portare atermine un progetto di tal portata. Tante sono le fasi e tanti sono gliargomenti sui quali ci soffermeremo per dare la possibilit di acquisirei concetti necessari che serviranno ad aiutare, ogni studente del corso,a far sbocciare l'arte narrativa che presente in ognuno di noi. Oltrealle varie fasi principali, approfondiremo anche quelle piccolecesellature che servono ad abbellire e migliorare ogni tipo di libro inprosa, fino a spiegare come decidere, quale via di pubblicazione sipensi possa essere pi idonea per il proprio lavoro. Nelle prossimepagine, troverete quindi, il mio personale sistema di scrittura, il qualeho deciso di condividere con tutti voi, prendendo spunto dalle basiclassiche della materia che tratteremo insieme, per potervi condurre trale vie del labirinto della fantasia e far s che le vostre idee possanotrovare lo sbocco per essere descritte nel migliore dei modi."
Price: 19.99


"Writing with Fantasy"
"Writing with Fantasy is a course of creative writing that aims, as goal, to introduce people to the fundamental bases to undertake a creative narrative path of any kind it could be, and then to use your own skills in the development of the story that you want to tell to your readers, trying to underline the most important and delicate steps that must be made to complete a project of this kind. There are many stages and there are many topics on which we shall focus, giving the opportunity to acquire the necessary concepts that will help each student of the course, to bloom the narrative art that is present in each one of us. In addition to the various main phases, we shall deepen also those small chiselling that are used to embellish and improve every kind of prose book, up to explain how to decide, which way of publishing, you think can be more suitable for your work. In the following pages, therefore, you will find my personal writing system that I decided to share with all of you, inspired by the classic foundations of the material that we shall handle together, to lead you through the labyrinth streets of your imagination and ensure that your ideas could find the exit to be described in the best way."
Price: 19.99


"Recitare Vivere"
"""Recitare Vivere"" un corso teorico che serve ad introdurre i neofiti all'arte della recitazione, esplorando sia la parte teatrale, sia quella cinematografica della materia e prendendo soprattutto come base d'esempio il teatro da cui il mestiere d'attore nasce. Nelle lezioni del corso vengono illustrati diversi concetti base suddivisi in 3 moduli. Nel primo modulo vengono affrontati tutti gli argomenti che servono allo studente per avvicinarsi al mondo del teatro e/o del cinema, le basi fondamentali per iniziare questa professione, come allenare la memoria, come preparare un personaggio da interpretare, senza dimenticare l'uso corretto della respirazione, in concomitanza con il diaframma, e della dizione . Nel secondo modulo si parla di come usare al meglio le ""Armi"" che gli attori hanno a propria disposizione, cio come recitare a 360 gradi. Quindi non solo con la voce che viene messa in risalto per prima sotto vari aspetti, tra cui anche l'uso dei dialetti e degli accenti etnici, ma anche con la mimica facciale e con il corpo. Nel terzo modulo arriviamo alla praticit del palcoscenico e come usarlo in tutto e per tutto,  analizzando come possano aiutarci gli oggetti di scena, come eseguire un monologo, come recitare in un dialogo fino ad arrivare all'eventuale necessit del superare la timidezza e qualunque tipo di inibizione si possa riscontrare prima di esibirsi. Durante il corso vengono anche proposti diversi esercizi pratici, sia durante le lezioni regolari, sia con video o slide espressamente dedicate, affinch si possano mettere in pratica i concetti impartiti durante il corso, provando cos ad eseguire una sorta di piccolo laboratorio teatrale virtuale."
Price: 19.99


"Python Game Development - Create a Tetris with PyGame"
"This course is for anyone who just started learning programming and is bored of repeating book exercises over and over and want to move to more exciting project. In this course you will gradually build a tetris game while improving your programming skills. Hand-on course meaning you will start creating the game straight away without going through hours of game development theory."
Price: 24.99


"Mastering Data Analysis in Excel"
"5 hours of professional course for everyone who wants to learn essentials of data analysis and visualization in Excel and become an Advanced Excel User. Join to over 5,000 students and unlock the power of Excel to utilize its analytical tools no matter your experience level. Master advanced Excel formulas and tools from Vlookup to Pivot Tables, create graphs and visualizations that can summarize critical business insights, and utilize Data Analysis ToolPak for descriptive and regression analysis. Gain a competitive advantage in the job market.WHY WOULD YOU CHOOSE TO LEARN EXCEL?Excel is one of the most widely used solutions for analyzing and visualizing data. Excel in itself can do so much for your career. It's just one program but it's the one hiring managers are interested in. Advanced Microsoft Excel skills can get you a promotion and make you a rock star at your company.WHY TAKE THIS SPECIFIC EXCEL COURSE?This course is concentrated on the most important tools for performing data analysis on the job. In this course you'll play the role of data analyst at a delivery company and you'll be working with real-life data sets. You don't need to spend weeks and months to learn Excel. As you go through the course, you'll be able to apply what you learnt immediately to your job.Author of this course has over 10 years of working experience in large financial organizations and over 5 years of experience of online and in-person trainings. He has dozens of courses on Excel, SQL, Power BI, Access, and more than 20,000 students in total. Surely he knows what you need.HERE WHY THIS COURSE IS ONE OF THE BEST COURSES ON UDEMY: Rashed Al NaamaniProbably this is one of the best course I have done for Excel ...instructor pace is very good and clearly explain each tool in details. Thumbs up? Sonika SharmaEXCELLENT WORK!! REAL EXPERIENCE WITH REAL DATA SIMULTANEOUSLY WHILE LEARNING. GREAT!!! GREAT!!! GREAT!!!! GREAT!!! Vardan DanielyanVery detailed, extremely well explained, useful information and tricks. Excel is great for organizing and presenting data, and this course has everything you might need to work with Excel, and learn all nuances. Totally recommend! Urs FehrThe structure of this course is very well done with high quality information, and rounded off with how to put the theory into practice with practical examples. This instructor has gone onto my favorites list. Thanks a lot.WHAT ARE SOME EXCEL TOOLS AND FUNCTIONS YOU WILL LEARN IN THIS COURSE?You'll learn: How to clean and prepare data by Sort, Filter, Find, Replace, Remove Duplicates, and Text to Columns tools. How to use drop-down lists in Excel and add Data Validation to the cells. How to best navigate large data and large spreadsheets. How to Protect your Excel files and worksheets properly. The most useful Excel functions like SUBTOTAL, SUMIF, COUNTIF, IF, OR, PMT, RATE, MEDIAN and many more. How to write advanced Excel formulas by VLOOKUP, INDEX, MATCH functions. How to convert raw Excel data into information you can use to create reports on. Excel Pivot Tables so you can quickly get insights from your data. Excel charts that go beyond Column and Bar charts. You'll learn how to create Combo charts, Histogram, Scatter Plot, Speedometer charts and more. How to create interactive dashboards in Excel by using Slicer and Pivot Charts. How to activate and use Data Analysis ToolPak for advanced statistical analysis. Work in Excel faster by using hot key shortcuts. Make homework and solve quizzes along the way to test your new Excel skills.WHAT ABOUT CERTIFICATE? DO YOU PROVIDE A CERTIFICATE?Upon completion of the course, you will be able to download a Certificate of completion with your name on it. Then, you can upload this certificate on LinkedIn and show potential employers this is a skill you possess.So, what are you waiting for? Join today and get immediate, lifetime access to the following: 5+ hours on-demand video Downloadable project files Practical exercises & quizzes 1-on-1 expert support Course Q&A forum 30-day money-back guarantee Digital Certificate of CompletionSee you in there!Sincerely,Vardges ZardaryanP.S. Looking to master the full Microsoft Excel, Power BI + SQL stack? Search for ""Vardges Zardaryan"" and complete the courses below to become a Data Analysis Rock Star:1. Mastering Data Analysis in Excel2. Power BI: From Zero to Hero3. Data Analysts Toolbox: Excel to MySQL4. The Complete Introduction to SQL for Data Analytics"
Price: 99.99


"Power BI: From Zero to Hero"
"Join to over 4,000 students and learn all essential tools and techniques for business data analysis and visualization in Power BI. Become an expert of Power BI in a short period. Learn how to turn raw data into business insights and make data-driven recommendations by Power BI. Gain a competitive advantage in the job market.WHY WOULD YOU CHOOSE TO LEARN POWER BI?Power BI is quickly gaining popularity among professionals in data analysis as a cloud-based service that helps them easily visualize and share insights from their organizations' data. Advanced Power BI skills can get you a promotion and make you a rock star at your company.WORRIED THAT YOU HAVE NO PREVIOUS EXPERIENCE?Not an issue. We will start from the very basics and gradually teach you everything you need to know. Step by step. With no steps skipped.WHY TAKE THIS SPECIFIC POWER BI COURSE?This course is concentrated on the most important tools for performing data analysis on the job. In this course you'll play the role of data analyst at a delivery company and you'll be working with real-life data sets. You don't need to spend weeks and months to learn Power BI. As you go through the course, you'll be able to apply what you learnt immediately to your job.Author of this course has over 10 years of working experience in large financial organizations and over 5 years of experience of online and in-person trainings. He has dozens of courses on Excel, SQL, Power BI, Access, and more than 20,000 students in total. Surely he knows what you need.If you want to take your skills of data analytics to the next level, this course is definitely for you.HERE WHY THIS COURSE IS ONE OF THE BEST COURSES ON UDEMY: Alex KapogiannisVery informative and nicely paced, suitable for every level of user! Course gives you all around knowledge of the subject, very good for building up confidence on handling and mastering Power BI. Keep up the good work! Francis Mwangangi KivutiThe explanation are clear and the examples match real life scenarios Vardan DanielyanThis is an excellent course for beginners as well as intermediate and advanced users. It breaks down some important concepts in a manner that is clear and understandable for problem solving. The course is very detailed and well explained. It is invaluable both for learning and for reference. With a lesson approach it is easy to learn, practice and gain some mastery.WHAT ARE SOME POWER BI TOOLS AND FUNCTIONS YOU WILL LEARN IN THIS COURSE?You'll learn: How to connect different types of data to Power BI. How to organize, clean and manage data in Power BI. How to create relationships between different data sets in Power BI. How to best navigate large data and large spreadsheets. Power BI charts that go beyond Column and Bar charts. You'll learn how to create Combo charts, Gauge, Map, Waterfall, Treemap, Histogram charts and more. How to create interactive dashboards in Power BI by using Slicer. How to set up automatically update of your dashboards based on external data updates. How to publish your project to Power BI Service. Make homework and solve quizzes along the way to test your new Power BI skills.WHAT ABOUT CERTIFICATE? DO YOU PROVIDE A CERTIFICATE?Upon completion of the course, you will be able to download a certificate of completion with your name on it. Then, you can upload this certificate on LinkedIn and show potential employers this is a skill you possess.So, what are you waiting for? Join today and get immediate, lifetime access to the following: Downloadable project files Practical exercises & quizzes 1-on-1 expert support Course Q&A forum 30-day money-back guarantee Digital Certificate of CompletionSee you in there!Sincerely,Vardges ZardaryanP.S. Looking to master the full Microsoft Excel, Power BI + SQL stack? Search for ""Vardges Zardaryan"" and complete the courses below to become a Data Analysis Rock Star:1. Mastering Data Analysis in Excel2. Power BI: From Zero to Hero3. Data Analysts Toolbox: Excel to MySQL4. The Complete Introduction to SQL for Data Analytics"
Price: 49.99


"Data Analyst's Toolbox: Excel to MySQL"
"Join to over 5,000 students and learn Excel, Statistics, SQL, and Power BI in one course to analyze data, identify trends, design visualizations, and drive business decisions with realworld data sets. Gain a competitive advantage in the job market.WHY WOULD YOU CHOOSE TO LEARN DATA ANALYSIS TOOLS?Data analysis is a process of inspecting, cleaning, transforming and modeling data with the goal of discovering useful information, informing conclusion and supporting decision-making. Data Analyst is one of the sexiest jobs in nowadays. Knowing of Excel, MySQL, Power BI and Statistics can get you a promotion and make you a rock star at your company.WHY TAKE THIS SPECIFIC COURSE?This course is concentrated on the most important tools for performing data analysis on the job. In this course you'll play the role of data analyst at a delivery company and you'll be working with real-life data sets. You will learn both technical and business thinking skills, and get important skills to get hired. You don't need to spend months to learn data analysis tools. As you go through the course, you'll be able to apply what you learnt immediately to your job.Author of this course has over 10 years of working experience in large financial organizations and over 5 years of experience of online and in-person trainings. He has dozens of courses on Excel, SQL, Power BI, Access, and more than 20,000 students in total. Surely he knows what you need.HERE WHY THIS COURSE IS ONE OF THE BEST COURSES ON UDEMY: Mary RoseIt was well explained and captured the basic elements of the 4 skills. Vinh AuThis is one of the best course that I've taken. The instructor show just enough example to help you understand the concept within a short period of time. No unnecessary information. If you are a beginner and try to learn data analysis. This is the course to take. Highly recommend. Irina ArakelyanVery comprehensive course with real work with data and real examples. I found all what I need in one course. I appreciate this instructor and really recommend this course.WHAT ARE SOME TOOLS AND TECHNIQUES YOU WILL LEARN IN THIS COURSE?You'll learn:1. MS Excel: Unlock the power of MS Excel to utilize its analytical tools no matter your experience level. Execute conditional aggregation commands (SUBTOTAL, SUMIFS, COUNTIFS, etc.) to summarize data. Practice applying the Pivot Table tool for data analysis of a sample business case. Use the VLOOKUP, INDEX and MATCH functions to manipulate data sets in MS Excel.2. Statistics: Understand the value of descriptive and predictive statistics. Learn to describe data using its Mean, Median, Mode, Range, and Variance. Create Linear regression model by using Data Analysis ToolPak in MS Excel. Perform A/B Testing and calculate Statistical Significance of your test.3. MySQL: Filter data using advanced SQL commands (Select, Where, Group By, Having, Order By, Limit). Obtain data by creating relationships between tables using Joins. Summarize data sets by employing aggregation commands (Sum, Average, Count, etc.). Use CASE statements to structure data and create new attributes.4. Power BI: Get hands-on, practical experience navigating the Power BI software interface. Connect your data to Power BI and identify the best ways to visualize and display your results. Analyze and visualize your data in Power BI in order to answer basic questions. Create advanced interactive dashboards for presentation.So, what are you waiting for? Join today and get immediate, lifetime access to the following: 8+ hours on-demand video Downloadable project files Practical exercises & quizzes 1-on-1 expert support Course Q&A forum 30-day money-back guarantee Digital Certificate of CompletionSee you in there!Sincerely,Vardges ZardaryanP.S. Looking to master the full Microsoft Excel, Power BI + SQL stack? Search for ""Vardges Zardaryan"" and complete the courses below to become a Data Analysis Rock Star:1. Mastering Data Analysis in Excel2. Power BI: From Zero to Hero3. Data Analysts Toolbox: Excel to MySQL4. The Complete Introduction to SQL for Data Analytics"
Price: 99.99


"Gestin Estratgica de la Productividad Laboral"
"El curso contiene los fundamentos estratgicos para mejorar la productividad laboral y el anlisis de un conjunto de casos que ilustran la aplicacin de dichas estrategias. Los estudiantes tendrn la oportunidad de interactuar con su tutor y sus compaeros/as compartiendo un conjunto de estrategias exitosas que han podido aplicar en su experiencia laboral."
Price: 99.99


"UIPath RPA Tutorial - Zero To Advanced RPA UIPath Developer"
"Robotic Process Automation RPA is one of the buzzing word in the world technology market. Learning RPA now is one of the best thing for your future. This course covers from very basics of RPA UIPath to advanced certification level. Course Covers:- RPA, UIPath intorduction, Basics- UIPath Studio, Robot and orchestrator- UIPath Certification Details- Email, Excel, Word, PDF, Application, Websites Automation- Debugging- Build and deploy Real-time robotsNote: This course helps you to learn from Basic to certification level. But It doesn't guarantee you to get the UIPath developer certification. However, It has some samples that helps you to give the flavor and help in certification exam."
Price: 29.99


"Corso Pratico di Mindfulness: Realizzare Nuove Opportunit."
"Questo un Corso di Mindfulness Applicata alla creazione di nuove opportunit. E' strutturato in 7 sezioni con 4 video di 3 minuti circa l'uno e schede PDF di esercizio e testo di riepilogo dei video, scaricabili.Il corso concepito in 7 moduli di una settimana di pratica dell'esercizio proposto; ogni modulo corrisponde ad una sezione e all'apprendimento e sviluppo una precisa capacit.Svilupperete 7 capacit per Creare Nuove Opportunit:- la prima capacit la Mindfulness e con essa l' Attenzione al momento, segue il mantenimento del Focus con continuit. -Accrescerete la vostra Autostima con uno specifico esercizio nella sezione dedicata; -il Pensiero Creativo un'altra delle capacit che svilupperete, con anche un esercizio da ripete re ogni giorno tutta la settimana. -La Gratitudine come capacit di riconoscere ed essere grati per tutto ci che di buono ci raggiunge ad ogni istante, ha una sua sezione. -L'individuazione e realizzazione di Nuove Opportunit un insieme di capacit che svilupperete e praticherete, sia con esercizi di pratica che con schede di feedback della performance."
Price: 99.99


"Node.js - 11 Langkah Membuat API dengan Adonis JS"
"API(Application Programming Interface) digunakan untuk keperluan skalabilitas, kompleksitas, portabilitas dari satu atau beberapa service yang saling berintegrasi satu sama lain, atau dari sistem ke service dan begitu sebaliknya melalui apa yang disebut dengan system calls.Didalam API, terdapat banyak fungsi fungsi yang terhubung melalui request dan response dengan format yang serumpun"
Price: 19.99


"Learn Revit,Etabs and Robot in one course"
"In this course,You will learn how to model a building in Revit software,and export the model T o Autodesk robot structural analysis and Etabs.You will learn how define materials,loads and others...You will learn how analyse the model and design the columnsAnd finally How to define seismic forces in the 2 softwares,and compare the results."
Price: 34.99


"Robot Structural Analysis"
"In this course,you will learn how to model and analyse many elements in ROBOT STRUCTURAL ANALYSIS PROFFESIONALFirstly we will set preferences and job preferences (Design code,combinations,materials)You will learn how to analyse simply supported beam,continuous beam,frames and truss...You will learn how to design many reinforced concrete elements(Columns,beam,isolated footing,combined footing)You will learn how to design reinforced concrete slabs (Solid slab,flat slab and Ribbed slab)"
Price: 79.99


"Robot structural Analysis (RC building)"
"In this course you will learn how to model and analyse a building in Robot Software.Firstly we will set preferences and job preferences (Design code,,materials...)You will learn how to model all elements of building (Columns,walls,Beams,slab,Opening...)You will learn how to design many reinforced concrete elements(Columns,beam,slab,Raft,isolated footing,combined footing) by ACI code. You will learn how to define the seismic analysis by  UBC97 and IBC code and analyse the results.And finaly,in this course you have 2 examples to practice..."
Price: 49.99


"Csi Safe (Foundation and slab Design)"
"SAFE is the ultimate tool for designing concrete floor and foundation systems. From framing layout all the way through to detail drawing production, SAFE integrates every aspect of the engineering design process in one easy and intuitive environment. SAFE provides unmatched benefits to the engineer with its truly unique combination of power, comprehensive capabilities, and ease-of-use.This course is about foundation and slabs, you will learn how model and analyse and design:Isolated footingstrip footingcombined footingstrap beamPile capsEccentric footingRaftCheck punchingdrop panelimport loads from etabsImport from AutocadSolid slablong term deflectionflat slabRibbed slabBeam Capital and drop panel"
Price: 99.99


"Revit Structure from Scratch"
"In this course you will learn the Revit structure from zero to expert.-you will learn how to draw levels and grids. -columns and walls modeling and editing. -Selection,zoom and hide and isolate. -Modify Tools and measure-Beam modeling and editing-Floor creation, slope arrow and sub elements.-Opening(vertical, by face, wall and shaft) -Import Autocad drawing. -Analytical Model (Rigid links, boundary conditions, supports, load cases and load combination) -Export to Robot structural analysis and Etabs. -schedules of all elements-Stair modeling and schedules-Reinforcement (cover, bend and hook, path, area, and column, beam and footing reinforcement) -Dimensions, text, detail and tag. -Section, elevation and callout.... -Sheet creation.-Families Creation-Model in place and other topicsSoon, I will publish advanced lectures about (worksharing, collaboration, Design options...) So let's get started."
Price: 119.99


"Revit & Robot From Zero to Expert"
"In this course you will learn the Revit and Robot structural Analysis from zero to expert.-you will learn how to draw levels and grids. -columns and walls modeling and editing. -Selection,zoom and hide and isolate. -Modify Tools and measure-Beam modeling and editing-Floor creation, slope arrow and sub elements.-Opening(vertical, by face, wall and shaft) -Import Autocad drawing. -Analytical Model (Rigid links, boundary conditions, supports, load cases and load combination) -Export to Robot structural analysis and Etabs. -Materials and preferences in Robot structural Analysis. -Selection, view, display, meshing and supports. -Design of all elements (Columns, beams, slab, raft, isolated and combined footing) -Return to Revit and model updating. So let's get started."
Price: 99.99


"Robot Structural analysis (Steel structure)"
"In this course, you will learn how to model and analyze and design a steel warehouse from scratch using Eurocode. you will learn how to design all elements (columns, rafters, bracing, wind columns, side rails, purlins...) you will learn how to draw the cladding, assign loads and generate wind loads. you will learn how to design connectionsBeam - beam connectionbeam - column connectionbase connection. you will continue the course by new truss project. you will learn how to model truss project and how to design the lower and bottom chords. and you will learn how to design the posts, diagonals and truss columns."
Price: 99.99


"Tekla structure (Steel) from scratch(under construction)"
"In this course you will learn how to model many projects in Tekla.Firstly you will learn how to model a portal frame warehouse with all elements:Columns,rafters,foundations,reinforcing bars,side rails,Purlins,Bracing and all connection.You will learn how to generate Bill of quantities of all elements and connections.You will learn how to generate drawing of projects,sections,callout and others.Secondly,you will learn how to model a welded truss,and in the third project bolted truss.The course is not finished,there will be new lectures monthly and new ideas.Don't wait,let's get started."
Price: 144.99