Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Build a Professional WordPress Website using Elementor Pro
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 7.65 GB | Duration: 14h 2m
What you'll learn
Create and Build a Professional Website without any previous experiance.
Install and Utilise WordPress
Install and Utilise Elementor pro
Build an elaborate website that's based on a website which was purposely built for this course
How to select appropriate colours for a website
How to design, build and apply Elementor Pro templates
Utilise a number of Elementor Pro common widgets on your web page
Build and apply global widgets within Elementor Pro
Requirements
There are no prerequisites as such, however you will be required to purchase Elementor Pro - Web Builder
You are also required to have a Hosting Site with WordPress installed (the procedure is available on this course -if needed )
Description
Hello, my name is Seamus Rispin. I decided to produce these video tutorials as I spotted a gap in the market for a basic step by step linear approach to building websites, just as I do with my students. The easy to watch videos accompanied by a downloadable manual will enable you to systematically build a complete website from scratch using WordPress alongside Elementor pro.
I've been lecturing in the field of Media Authoring and Computer Systems for over 20 years and I hold two Masters Degrees, one in Business Administration and the other in Computer Science
By the time you complete this course, you will have the techniques, skillset and confidence to build and develop your own website. So take a look at the finished purpose-built website that you will be building, download the exercise file and the manual and start your first video. good luck
Who this course is for:
This course is for individuals that want to build a Professional Website from start to finish
No previous website building experience required
No technical experience required.
This is a purposely built website that will provide you with a visual benchmark for each page
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/wordpress-elementor/
Code: https://nitroflare.com/view/90A18B83DDAC6B9/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part1.rar
https://nitroflare.com/view/A73B5584E663F8F/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part2.rar
https://nitroflare.com/view/B2262757B974B73/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part3.rar
https://nitroflare.com/view/8850ACBA04BD3CB/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part4.rar
https://nitroflare.com/view/F22EA52052A3D01/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part5.rar
https://nitroflare.com/view/D6588B2BA3ADE4C/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part6.rar
https://nitroflare.com/view/39B0F4BE638B8DC/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part7.rar
https://nitroflare.com/view/B41B67F5605174A/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part8.rar
Code: https://rapidgator.net/file/6973aa4e02968dbf2ac1fbc7bb75fe2c/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part1.rar.html
https://rapidgator.net/file/fc92c70da1db373ce293a6ce27716dae/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part2.rar.html
https://rapidgator.net/file/08292823a4028307548d22cf04b17ad3/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part3.rar.html
https://rapidgator.net/file/dd43d18704169cd70d29974e6da29788/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part4.rar.html
https://rapidgator.net/file/a889576ef971210055c135404c788eb8/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part5.rar.html
https://rapidgator.net/file/48db1d31d467395bcad382734e133670/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part6.rar.html
https://rapidgator.net/file/0d882c5cb50983a4658965352fddbdca/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part7.rar.html
https://rapidgator.net/file/9cd226a16a7439a85dffc43ad9cafb55/Build_a_Professional_WordPress_Website_using_Elementor_Pro.part8.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
API Testing with Python 3 & PyTest, Backend Automation 2020
Duration: 17h 27m | .MP4 1280x720, 30 fps® | AAC, 44100 Hz, 2ch | 7.33 GB
Genre: eLearning | Language: English
Learn to build framework for API automation testing (backend testing) using Python and PyTest, SQL, Reports, Docker .
What you'll learn
How to write API automation (backend automation) using Python 3
How to validate API response
How to build automation framework
BONUS: SQL Crash Course
How to validate database
How to generate reports for your tests (pytest-html, Allure, jUnit)
How to create a real eCommerce WordPress site locally
How to run tests in Docker container
How to use PyTest (most popular unit testing framework)
Requirements
Have basic knowledge of Python programming language
Have basic knowledge of software testing
Have sudo/admin access to your laptop to be able to install software
Description
Learn how to use Python to test the back-end of web services or APIs. We use industry standard real eCommerce RESTful API to practice testing using Python programming language.
We will build a framework using one of the most popular testing tools PyTest. The framework we will build will be extendable and scalable to be able to include frontend (Selenium WebDriver) testing.
The skills learned here are used in any Web Serivces testing.
BONUS: SQL Crash Course
You will learn how to use SQL to read and write to/from databases. We will use MySQL for our main test site so we will use the same database to learn SQL. SQL (sequel) is critical skill for any test engineer (manual or automation needs to know basic SQL).
The crash course in SQL is short and precise. Topics only directly related to automation are covered. Great addition to your resume and interview process.
Critical addition to your resume
If you are getting into the QA world or you are looking to advance your career, having API testing skill will accelerate your success. Python is one of the most popular languages to use in software testing, and knowing how to use it for API/Backend testing will expand your pool of possibilities.
In addition to using Python for API/Backend testing, the tools we will use are great addition to your resume. We will be using industry standard tools that can be applied to several tasks beyond API testing.
After completion of this course you will be able to go through interview as if you have API testing experience. You will also have plenty of APIs to test and practice.
Content and Overview
In this course we will spend some time creating an eCommerce application on our local machine. We will install a package that includes web server and database. Using this package we will install WordPress and install necessary plugins to make it an eCommerce application. The eCommerce application gives us all the APIs we will test.
We have access to the database so we will test API data against the database. We will create a efficiently structured test framework and learn how to use Python to perform our verification.
We will also learn how to use a Python test runner tool "pytest" see why test runner tools are critical for automation testing.
What am I going to get from this course?
35 + lectures (continuously adding more examples)
Plenty of APIs (endpoints) for you to practice with beyond this class
Enough material and examples to be able to create a project and maintain a GitHub repo
Industry standard tools to add to your resume.
Like
MySQL Workbench
AMPPS (package with Apache, MySQL, PHP, ..)
WordPress
WooCommerce
Who this course is for:
Anyone looking to learn automation Backend/API testing
Anyone that already know basic Python and want to learn Backend/API testing
Anyone looking to gain experience automating the backend test for real eCommerce site
Anyone looking to learn to setup their own API locally and practice testing
More Info
Code: https://www.udemy.com/course/backend-api-testing-with-python/
Code: https://nitroflare.com/view/DD8DB90C37F07F3/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part1.rar
https://nitroflare.com/view/D1F51BE1B3CA8FD/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part2.rar
https://nitroflare.com/view/59725704A637F7A/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part3.rar
https://nitroflare.com/view/946F5E2A2F0F2C2/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part4.rar
https://nitroflare.com/view/50549F2C58DC1D2/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part5.rar
https://nitroflare.com/view/DC779AAE13F36F8/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part6.rar
https://nitroflare.com/view/AFAD2042DBCD7EC/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part7.rar
https://nitroflare.com/view/31D2AE06D1A22CB/API_Testing_with_Python_3_%26_PyTest%2C_Backend_Automation_2020.part8.rar
Code: https://rapidgator.net/file/0378c2e6a40ac9a685663b63b5f3a303/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part1.rar.html
https://rapidgator.net/file/c5fe5d2402b55a896b29c341141eb532/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part2.rar.html
https://rapidgator.net/file/3f7b9d140f90985f04f4a6c8dccf60da/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part3.rar.html
https://rapidgator.net/file/38a8c794d547e458865129d3d0f7c686/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part4.rar.html
https://rapidgator.net/file/a4cce7105b6aea780f1172d3d6baa903/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part5.rar.html
https://rapidgator.net/file/b90ae8b4b51824560e72228d2b2d23b8/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part6.rar.html
https://rapidgator.net/file/11de9adb3ecc21e8a3962166a2dbed04/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part7.rar.html
https://rapidgator.net/file/9bdcde6b353c993c35abe9502921d13f/API_Testing_with_Python_3_&_PyTest,_Backend_Automation_2020.part8.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
API Test Automation | Beginners Hands-On Training
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 48000 Hz
Language: English | VTT | Size: 6.45 GB | Duration: 11h 39m
What you'll learn
Basics of API
How APIs work
Basics of SOAP and REST
API Test Automation from scratch
SoapUI for API testing
Postman for API testing
Katalon Studio for API testing
Data Driven Testing
Command Line
JMeter for API testing
How to MOCK APIs
Best Practices for API testing and Automation
Requirements
No prior experience is required. We will start from the very basics and go Step by Step
Anyone with basic computers knowledge can take this course
Description
This is a complete hands-on course on API Test Automation. Learn API Testing & Automation from scratch using the most popular tools like Postman, SoapUI, JMeter, Katalon Studio.
After taking this course you will be able to:
1. Understand the basics of API
2. Basics of API Testing & Automation
3. How to create API Test Automation frameworks
4. How to do API Test Automation using SoapUI
5. How to do API Test Automation using Postman
6. How to do API Test Automation using Katalon Studio
7. API Performance Testing with JMeter
You will learn all the tips and tricks and best practices, Ater this training, you can create API Testing & Automation frameworks, projects and solutions
Who this course is for:
Anyone who wants to learn API Test Automation from scratch
Users who wants to learn API Basics and Testing Frameworks
Users who wants to learn API Testing with Postman, SoapUI, Katalon Studio, JMeter
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/api-test-automation-beginners-hands-on-training/
Code: https://nitroflare.com/view/721E1E125085BE4/API_Test_Automation_Beginners_Hands-On_Training.part1.rar
https://nitroflare.com/view/F7674391754480D/API_Test_Automation_Beginners_Hands-On_Training.part2.rar
https://nitroflare.com/view/2BD986C920805F0/API_Test_Automation_Beginners_Hands-On_Training.part3.rar
https://nitroflare.com/view/20F42CAE8D9F73B/API_Test_Automation_Beginners_Hands-On_Training.part4.rar
https://nitroflare.com/view/F09C11B2874BC26/API_Test_Automation_Beginners_Hands-On_Training.part5.rar
https://nitroflare.com/view/1CA9072695FD69D/API_Test_Automation_Beginners_Hands-On_Training.part6.rar
https://nitroflare.com/view/3A38EBDF8DA0C88/API_Test_Automation_Beginners_Hands-On_Training.part7.rar
Code: https://rapidgator.net/file/4abc0f273af9dde1e1b1ffef3b5ac25b/API_Test_Automation_Beginners_Hands-On_Training.part1.rar.html
https://rapidgator.net/file/52437ecb6a784a82fdbff0741a41639f/API_Test_Automation_Beginners_Hands-On_Training.part2.rar.html
https://rapidgator.net/file/2603f89fcf52bf223d9988e6cb4316c1/API_Test_Automation_Beginners_Hands-On_Training.part3.rar.html
https://rapidgator.net/file/bfb80ac9167cbd66ce883e7da1869137/API_Test_Automation_Beginners_Hands-On_Training.part4.rar.html
https://rapidgator.net/file/945644589f305d889dd6b9678c497e2f/API_Test_Automation_Beginners_Hands-On_Training.part5.rar.html
https://rapidgator.net/file/9218d195dc6e7f14b4ed552b1efcc740/API_Test_Automation_Beginners_Hands-On_Training.part6.rar.html
https://rapidgator.net/file/c3a20c9ce13301789d7961a256c6b3a1/API_Test_Automation_Beginners_Hands-On_Training.part7.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
How to Paint From Beginner to Master -Acrylic Painting-
Duration: 21h 5m | .MP4 1280x720, 30 fps® | AAC, 44100 Hz, 2ch | 26 GB
Genre: eLearning | Language: English
Learn Acrylic Painting For all Skill Levels
What you'll learn
You'll learn time honored painting techniques, combined with contemporary approaches I've adapted by masters like Peter Paul Rubens, Leonardo Da Vinci and William Adolphe Bougereau, as well as modern masters like Chuck Close and Gottfried Helenwein and lighting techniques developed by Rebrandt Van Rijn.
In my years of teaching, I've found that even college students either have gaps in knowledge, or bad habits that are holding them back. So this course starts at the ground and builds every student up from there, to make sure you have a solid foundation to grow from.
Lesson 1 is designed to familiarize you with the terminologies I'll be using throughout the rest of the course and get you acquainted with the concept of a 5 and 10 value greyscale, cleaners and brush techniques-including what each brush is designed to do, how to hold them correctly, positioning and the specific motion to execute proper blending techniques.
You'll learn the science behind different materials like acrylic mediums, what they do and how to use them correctly to make painting easier and your colors more vibrant!
Next, you'll complete 2 unique exercises that I've designed to determine what your strengths and weaknesses are and to show me if you have any bad habits that need to be corrected. These exercises are also designed to begin teaching you the core fundamentals of acrylic painting. I've developed these exercises over years of teaching, to help me identify and coach you through fixing a bad habit as quickly and easily as possible, before moving on to more complex concepts and images.
You'll do your first painting using the new techniques, based on a simple image that I'll supply you.
You'll learn an approach to doing a drawing specifically for a painting, an easy system to get your drawing right every time and I'll walk you through drawing and painting it to photorealistic perfection!
You'll learn how to do an underpainting and how to paint in layers, to achieve realism. I'll teach you shading and blending techniques that will give you better gradients, every time!
You'll paint a still life of an old chrome kettle from a hi res photograph I'll supply you.
This lesson is designed to teach you how to handle textures, like metal, scratches, bright highlights and reflective surfaces, as well as atmosphere without the added factor of color. This will prepare you to handle more complex images that you'll encounter in the next lessons.
You'll learn visualization and simplification techniques that I've developed to make painting easy for anyone.
Next, I'll teach you to use color in a painting and begin learning basic color theory concepts and compositions.
I'll show you how to use a new kind of color mixing technique, that will make mixing any color imaginable easy- and make sure you never get muddy colors again!
You'll learn the difference between chroma, color and values and how to control them, as well as how to manage a combination of colors on one palette.
Next, you'll paint a still life of a gbangfruit, based on a hi-res photograph I'll supply you. In this lesson, you'll learn how to compose complex color schemes in your paintings.
You'll learn how to compartmentalize images to simplify them and make painting anything easier!
I'll teach you how to manage a controlled color palette with over 5 color scales on it and insure that your paintings are always bright and vibrant!
Next, you'll paint a portrait. You'll learn a method to mixing a perfect skin tone, every time and the rules to portrait painting.
You'll get an in-depth lesson on painting detail and how to easily add incredible detail to a painting without needing extreme patients.
I'll show you tricks to painting eyes and hair.
I'll explain techniques to draw a viewers attention to desired focal points in your paintings.
You'll learn how to varnish a painting and give it a beautiful, glossy, finished look.
Requirements
You'll need some basic painting supplies, which you'll find listed in the "SUPPLY LIST" Video (there's also a downloadable, printable version).
No previous experience is necessary!
Description
Acrylic Painting From Beginner to Master is designed to teach anyone, from beginner to moderate skill levels, all of the fundamentals of acrylics you'll ever need to create colorful, photo realistic paintings.
You'll learn time honored painting techniques combined with contemporary approaches, delivered to you in guided lectures, carefully crafted and edited to match anyones pace perfectly! Including access to me 7 days a week for any questions or even coaching you need along the way!
We'll do 6 paintings and projects together from start to finish, each one designed to teach you different aspects of painting, like textures, color mixing and theory, brush handling, painting in layers, using mediums, glazing and isolation coats, underpainting, painting with planes, mixing and painting skin tone, color compositions from still lives to portraiture, and painting detail.
You'll watch me demonstrate every lesson, step by step, as I go into incredible detail of every aspect of creating a painting from start to finish. I'll explain exactly how to use mediums, choose and handle brushes and mix every color, down to the percentage of paint. By the end of this course, you'll be able to mix or match any color imaginable from it's brightest vibrance to its most neutral tone!
I'll show you various brush holding techniques and how to apply your brushstrokes to achieve photorealism and give your paintings the brilliance of a masterwork.
You'll learn how to create luscious textures in your paintings, like chrome and glass, as well as natural textures like skin, hair or a fruit. And you'll learn how to mix a vibrant, life-like skin tone based on old master techniques.
With the help of animations, I'll go into in-depth explanations to help you learn more complex concepts like color theory and how to compose your own color compositions that don't just work for paintings but every image you create in the future in any medium.
I'll even show you how to light and photograph your subjects so you can create masterworks based on your own ideas in the future.
And by the end of this course, you'll have the skills and understanding of acrylic painting to easily paint any subject your heart desires!
Who this course is for:
Anyone from absolute beginners to experienced artists who want to learn or master a traditional painting technique.
More Info
Code: https://www.udemy.com/course/how-to-paint-from-beginner-to-master-acrylic-painting/
Code: https://nitroflare.com/view/0574E64899DF610/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part01.rar
https://nitroflare.com/view/78E065A2E69786F/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part02.rar
https://nitroflare.com/view/ADA2E24FD3AC855/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part03.rar
https://nitroflare.com/view/B245FC3F098D826/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part04.rar
https://nitroflare.com/view/1FB81BDD45A7EE6/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part05.rar
https://nitroflare.com/view/7868D16DF2B460E/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part06.rar
https://nitroflare.com/view/217F97A20419066/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part07.rar
https://nitroflare.com/view/D5A3FC57458C1D7/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part08.rar
https://nitroflare.com/view/9ECE285D2688FF3/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part09.rar
https://nitroflare.com/view/C94B9FCA453B9A8/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part10.rar
https://nitroflare.com/view/A12622B5927F471/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part11.rar
https://nitroflare.com/view/EB549565149654C/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part12.rar
https://nitroflare.com/view/D83E8909A4DC014/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part13.rar
https://nitroflare.com/view/A107A40F3057D30/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part14.rar
https://nitroflare.com/view/2631B6CC6F4B288/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part15.rar
https://nitroflare.com/view/1BB43B22ECF2B02/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part16.rar
https://nitroflare.com/view/5DD009FBAF7989B/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part17.rar
https://nitroflare.com/view/4F1B4C3FBCB8E76/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part18.rar
https://nitroflare.com/view/0548C7B58CFEDBD/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part19.rar
https://nitroflare.com/view/1E10F5FF9824E8D/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part20.rar
https://nitroflare.com/view/D1B50B6525CB0D8/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part21.rar
https://nitroflare.com/view/227BC9BF71804B8/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part22.rar
https://nitroflare.com/view/3B92B2A19965580/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part23.rar
https://nitroflare.com/view/2F0C162CDD026F0/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part24.rar
https://nitroflare.com/view/19DB8C1FBAEF59D/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part25.rar
https://nitroflare.com/view/106A2FD66024F40/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part26.rar
https://nitroflare.com/view/BC1D4C0F88D9762/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part27.rar
Code: https://rapidgator.net/file/8489d1a9981590d2b9aa15c20fde8c9c/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part01.rar.html
https://rapidgator.net/file/495b0f0e66ef08c42ad583bb2ae6773d/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part02.rar.html
https://rapidgator.net/file/3acd7faddd6bc677c71fb80d53b2c854/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part03.rar.html
https://rapidgator.net/file/7c194f1a1b534806ea1d25380306f812/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part04.rar.html
https://rapidgator.net/file/70ea3d49094cc1a8bf68e39db4d90612/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part05.rar.html
https://rapidgator.net/file/473f8e697dda067d2886b393f1051cb4/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part06.rar.html
https://rapidgator.net/file/24c7dc9cd0308abc35279660a9c1298b/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part07.rar.html
https://rapidgator.net/file/314eedcd10e0eb36f401d7290a83215c/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part08.rar.html
https://rapidgator.net/file/153cd321e500c1d7bd73710c98980675/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part09.rar.html
https://rapidgator.net/file/f148fc2792e4d75d06a9e462c323421a/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part10.rar.html
https://rapidgator.net/file/6e32ed28debb523cbf94c4dc36742e2e/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part11.rar.html
https://rapidgator.net/file/f161cf7d4e644917e18c9a1861a049a8/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part12.rar.html
https://rapidgator.net/file/a65092b894ed9c04b08688dafe301d09/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part13.rar.html
https://rapidgator.net/file/3a79c97b2f7ef1e4963ff1c878e573f6/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part14.rar.html
https://rapidgator.net/file/36ad40ce12ea79e52ff692ab0c5dc466/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part15.rar.html
https://rapidgator.net/file/b9f15ca86484f7741814e8947fb68337/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part16.rar.html
https://rapidgator.net/file/b5bb3048267f90360dbedfc4da9a4815/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part17.rar.html
https://rapidgator.net/file/3fc02a61a6c30fb2f50d6bf32b15e957/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part18.rar.html
https://rapidgator.net/file/496205d2699014c58a88e9362e8bce0d/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part19.rar.html
https://rapidgator.net/file/9b49a3e4178212dc9fa95eb342e2536d/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part20.rar.html
https://rapidgator.net/file/c0c5750b8cd6218a2fbc36554f638e0f/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part21.rar.html
https://rapidgator.net/file/1b6630895f89b5df783305600c41b001/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part22.rar.html
https://rapidgator.net/file/1cf8d01ddc15c4cc24a37e0dc4f990a4/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part23.rar.html
https://rapidgator.net/file/6ef2a51576bbe98be98e357f421d2b3c/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part24.rar.html
https://rapidgator.net/file/e80e621460a546ffd4e8a5688fb91200/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part25.rar.html
https://rapidgator.net/file/c6b2feb2cb31a1d70d1ac80946adb13c/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part26.rar.html
https://rapidgator.net/file/badd196257e8a6538a8876b886fd918a/How_to_Paint_From_Beginner_to_Master_-Acrylic_Painting.part27.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Complete Git and Github Course
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 5.31 GB | Duration: 5h 29m
What you'll learn
You will be able to understand and use GIT at it's full potential.
You will be able to track versions of your files efficiently
Go beyond add, commit and push in GIT
You will be able to prepare your coding portfolio at GIT
After going through this resource, you will be able to explore GIT on your own
Requirements
Basic knowledge of terminal like CD and LS commands.
Course is not based on any programming language and uses TEXT files for demonstration
Description
GIT is by far, the world's most famous and widely used modern version control system. Whenever a product is designed, it might a game, an Android app, iOS web, web project using Django, node, ruby etc, that product is not finished in one go. Every product needs revision that we commonly know as updates. In order to push those updates and test out many such features, a proper version controlling system is a must.
Without such a version controlling system, it tough to release anything new and keep track of it. Git is a mature, actively maintained open source project, that was originally developed by Linus Torvalds, creator of Linux operating system kernel. Git is so popular now that most IDE supports it as default.
If you want to work in any product based company, Git is an essential thing that you should be aware of. And git is way more than just 4 commands that most people are aware of. GIT comes with a lot of features like code tracking, branching, merging, stashing, forking, tags and lots of others.
One more thing, nowadays most companies are looking at uses Git online profile. It's the easiest way to check your coding skills. You can upload your projects in the public domain and can prove your authority over that subject matter and can prove your skills even if you don't have a company working experience. It's something like you are creating your own experience and proving it with your git profile.
Another great feature of it is team collaboration. To build any great product you have to work in a team. Managing code files, while working in a team can be a nightmare. But with proper knowledge of GIT, you can work with your teammate. But remember, just by knowing 4 commands on GIT, you can make a mess for your entire team. Don't be that person and understand what GIT is in detail.
Further, we will also explore about online repo's of git such as Github, bitbucket, GitLab etc.
So, join me up and catch you inside the course.
Who this course is for:
Git is essential for all programmers like web developers, python, iOS, Android etc
Majority of product based companies uses GIT for collaboration and version tracking
Ideal for All programming enthusiasts
NOT for designers as GIT is ideal for psd and sketch files
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/complete-git-and-github-course/
Code: https://nitroflare.com/view/6DEC38B3E511FB2/Complete_Git_and_Github_Course.part1.rar
https://nitroflare.com/view/7AEFA5435EB98C1/Complete_Git_and_Github_Course.part2.rar
https://nitroflare.com/view/8137CC49F2CFADD/Complete_Git_and_Github_Course.part3.rar
https://nitroflare.com/view/081B0179579CAE7/Complete_Git_and_Github_Course.part4.rar
https://nitroflare.com/view/92311F48468FED6/Complete_Git_and_Github_Course.part5.rar
https://nitroflare.com/view/CBACFD8DC8534E0/Complete_Git_and_Github_Course.part6.rar
Code: https://rapidgator.net/file/239e339d1c4eed26b6abf7f92becfb12/Complete_Git_and_Github_Course.part1.rar.html
https://rapidgator.net/file/e1dfe33971806144b0b7eb492f1decba/Complete_Git_and_Github_Course.part2.rar.html
https://rapidgator.net/file/24b69cadbd117660d808d0031590e986/Complete_Git_and_Github_Course.part3.rar.html
https://rapidgator.net/file/a67d76d79ea852f519dcc6e2cb09bfb9/Complete_Git_and_Github_Course.part4.rar.html
https://rapidgator.net/file/76ab1651100c9852c066351b7e242c2e/Complete_Git_and_Github_Course.part5.rar.html
https://rapidgator.net/file/77be985c09e5aac9f2b65308eca90de1/Complete_Git_and_Github_Course.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Complete Bootstrap 4 - build 5 modern projects
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 9.71 GB | Duration: 9h 23m
What you'll learn
Learn to design 5 modern web pages
Learn to use Bootstrap in any web project
develop websites for multiple sceens
Learn to read bootstrap docs and use them
Design responsive web pages
Requirements
Basics of HTML and CSS is required. No need to be expert in CSS
Description
Welcome to a course on Bootstrap 4.
Most important thing is that Bootstrap 4 is not dependent in any other version of bootstrap. So you can start learning bootstrap 4 without knowledge of any other version. Learning bootstrap is easy as their documentation is one of the best documentation available online. But the difficult part is to learn bootstrap and be able to develop projects that look modern and are responsive.
To resolve this major issues, we will be creating 5 completely different projects by using bootstrap 4 knowledge. These projects will not only help you in learning bootstrap but will also act as your portfolio while applying for jobs as a front end developer or full stack developer. One of the major reason that people love bootstrap so much is that everything looks so great right out of the box. Most of the components don't require much CSS work. So if you think that you are not that much great in CSS, bootstrap is for you.
If you know CSS a little, you can take bootstrap projects to next level.
I will walk you through with bootstrap basics, installation and usage for projects. Bootstrap is super easy to integrate and you will be using bootstrap in no time. One of the big myth is that all bootstrap projects looks the same. That is because most people don't change anything default in bootstrap. In this course, I. Will walk you to edit CSS in bootstrap projects and make them customized.
This is a very simple course that can be mastered within a week or so. All exercise files, graphic assets and some of my custom clicked amazing photos also comes with this course.
Check the promo video to see all the projects that we will be building in this course.
Catch you inside the course!
Who this course is for:
Beginners in web development
Beginners, just after HTML and CSS
One who wants to improve web development skills
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/complete-bootstrap4/
Code: https://nitroflare.com/view/DEB48B4BE6BDEBD/Complete_Bootstrap_4_-_build_5_modern_projects.part01.rar
https://nitroflare.com/view/AF4727BE24D6848/Complete_Bootstrap_4_-_build_5_modern_projects.part02.rar
https://nitroflare.com/view/5FC5EDBD8C5D65A/Complete_Bootstrap_4_-_build_5_modern_projects.part03.rar
https://nitroflare.com/view/5D342EBFFB2DD59/Complete_Bootstrap_4_-_build_5_modern_projects.part04.rar
https://nitroflare.com/view/EB9B711742C8AE8/Complete_Bootstrap_4_-_build_5_modern_projects.part05.rar
https://nitroflare.com/view/8D7738CA1BA8B95/Complete_Bootstrap_4_-_build_5_modern_projects.part06.rar
https://nitroflare.com/view/E408D8EB6969778/Complete_Bootstrap_4_-_build_5_modern_projects.part07.rar
https://nitroflare.com/view/7666C0CC620262D/Complete_Bootstrap_4_-_build_5_modern_projects.part08.rar
https://nitroflare.com/view/B39D05251054397/Complete_Bootstrap_4_-_build_5_modern_projects.part09.rar
https://nitroflare.com/view/904EFEF600CA7C7/Complete_Bootstrap_4_-_build_5_modern_projects.part10.rar
Code: https://rapidgator.net/file/5e6cfa7cd617a75e1f7bf158dd1971a1/Complete_Bootstrap_4_-_build_5_modern_projects.part01.rar.html
https://rapidgator.net/file/3e8d21ed937b0f3054a41a5d960ad0eb/Complete_Bootstrap_4_-_build_5_modern_projects.part02.rar.html
https://rapidgator.net/file/cbe8495425792f13aaeaba780c2ffd00/Complete_Bootstrap_4_-_build_5_modern_projects.part03.rar.html
https://rapidgator.net/file/461ce11cd06ddec38ca48fe6b1a7cf95/Complete_Bootstrap_4_-_build_5_modern_projects.part04.rar.html
https://rapidgator.net/file/12c4ec6fda33b1613facd7df0d64df9e/Complete_Bootstrap_4_-_build_5_modern_projects.part05.rar.html
https://rapidgator.net/file/c9d5050651d9c3183751059258955a77/Complete_Bootstrap_4_-_build_5_modern_projects.part06.rar.html
https://rapidgator.net/file/e50e2bb4557bcc621904ed58fe6b0acf/Complete_Bootstrap_4_-_build_5_modern_projects.part07.rar.html
https://rapidgator.net/file/f53ebc093ac8cfcfba097b4d0375b2a4/Complete_Bootstrap_4_-_build_5_modern_projects.part08.rar.html
https://rapidgator.net/file/6b24cd0ac05beb9d7180a37ad4e52943/Complete_Bootstrap_4_-_build_5_modern_projects.part09.rar.html
https://rapidgator.net/file/3483c553fb2b59f10e1be35a908c991e/Complete_Bootstrap_4_-_build_5_modern_projects.part10.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
12 Weeks to Starting Your Own Business
Duration: 4h 17m | .MP4 1280x720, 30 fps® | AAC, 44100 Hz, 2ch | 5.4 GB
Genre: eLearning | Language: English
From Zero to Hero, learn what it takes to start and run a business. Strategies to turn an idea to reality.
What you'll learn
A step by step guide to how you can start your own business safely
Fundamentals of entrepreneurship
Grasp the first steps to starting your business
Decide which business to start while you work
Learn which skills are needed to be a successful entrepreneur
Overcome the common challenges faced by individuals when starting a business
Requirements
You are interested to start a business
You want your new business to grow
Description
I have been running my own businesses since 2006. When I first started, I had no clue as to what to do. But now I've have done millions in revenue, set up different companies and operate in multiple countries. Some of my clients are the world's biggest- from Shell, Saudi Aramco, Petronas, PTT and many many more.
I want to help you.
Many have also dreamt of owning their own successful companies, be their own boss, and live the life that they want. But that's the thing. Many of people don't know where to start. So I have created this program: 12 Weeks to Starting your Own Business.
It takes you through the very basics of what values we should have to finding ideas for your business and validating them, to doing marketing and getting sales and finally growing your business. I won't sell you hopes and dreams nor paint a rosy picture.
The topics covered are as follows
Values
Problems or opportunities
Validation
What is your company goal
Making sales and doing your sales funnel
Marketing/Leads
Building trust and authority in the marketplace/industry
Step back and re-evaluate/ Report your progress.
Customer retention
Growing your business
Getting Finances in order
Going beyond the program
Who this course is for:
Young entrepreneurs, people who want a safe way to start a business
More Info
Code: https://www.udemy.com/course/12-weeks-to-starting-your-own-business/
Code: https://nitroflare.com/view/D9CA5C26C46DEFF/12_Weeks_to_Starting_Your_Own_Business.part1.rar
https://nitroflare.com/view/8F7D966CD4207CE/12_Weeks_to_Starting_Your_Own_Business.part2.rar
https://nitroflare.com/view/B425E66DD74AB2F/12_Weeks_to_Starting_Your_Own_Business.part3.rar
https://nitroflare.com/view/A2CC83AB719DE3D/12_Weeks_to_Starting_Your_Own_Business.part4.rar
https://nitroflare.com/view/58ECBCBFA5BFB03/12_Weeks_to_Starting_Your_Own_Business.part5.rar
https://nitroflare.com/view/1A4D4B53381246B/12_Weeks_to_Starting_Your_Own_Business.part6.rar
Code: https://rapidgator.net/file/1520a3c9575b0e2568f81c6181a69198/12_Weeks_to_Starting_Your_Own_Business.part1.rar.html
https://rapidgator.net/file/1fa3cd5aa6cd5beaaa285766ffd79723/12_Weeks_to_Starting_Your_Own_Business.part2.rar.html
https://rapidgator.net/file/8cb15ed5ff31ad9584da8c663a490352/12_Weeks_to_Starting_Your_Own_Business.part3.rar.html
https://rapidgator.net/file/2f51001b325cdb559955322636eab8b2/12_Weeks_to_Starting_Your_Own_Business.part4.rar.html
https://rapidgator.net/file/6d92115f9df4bc957bd235aa61b76252/12_Weeks_to_Starting_Your_Own_Business.part5.rar.html
https://rapidgator.net/file/cba00f44d8e4c830cf6e003d1def7ec2/12_Weeks_to_Starting_Your_Own_Business.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Vue 3 and Laravel: Breaking a Monolith to Microservices
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 5.66 GB | Duration: 14h 1m
What you'll learn
Develop a Monolith then Break it to Microservices
Event Driven Architecture with RabbitMQ
Multiple Database Connections
Upload PHP packages to packagist
Internal API Calls
Use Docker
Vue 3 and Nuxt js with Typescript
Vuex
Pay with stripe Stripe
Requirements
Laravel knowledge
Javascript knowledge
Description
Learn how to create a Monolith using Vue 3 and Laravel then Learn how to move from that app to Microservices.
In this tutorial you will learn:
Create a SPA with Vue 3, Nuxt.js and Laravel
Authenticate using Laravel Passport
Create Event-Driven Microservices with RabbitMQ
Use Docker for each Microservice
Internal APIs
Use Redis and Stripe
Use Vuex
Restrict routes for unauthorized users
Upload PHP packages to Packagist
If these are what you are looking for then this course is for you.
Who this course is for:
Beginner Laravel developers curious about Microservices Architecture
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/vue-laravel-microservices/
Code: https://nitroflare.com/view/6BF068851575290/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part1.rar
https://nitroflare.com/view/54297BE1D8629BA/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part2.rar
https://nitroflare.com/view/4383F1B5EAC2EF1/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part3.rar
https://nitroflare.com/view/9DEFE4B8D76258D/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part4.rar
https://nitroflare.com/view/B39EA2095E89251/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part5.rar
https://nitroflare.com/view/4621788C15C97FD/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part6.rar
Code: https://rapidgator.net/file/65aaa2d9c44a58160b2b04242319e5a8/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part1.rar.html
https://rapidgator.net/file/8630b8f59089399d382f1f90166c82d2/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part2.rar.html
https://rapidgator.net/file/6ff7cb0da0efe196241109d24996a015/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part3.rar.html
https://rapidgator.net/file/c7434fe817dcf25109b7465b4e5d7678/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part4.rar.html
https://rapidgator.net/file/61c94d9badbc3f4309fcf93904080ff6/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part5.rar.html
https://rapidgator.net/file/ceeeaf338b41782bae396406d5a0dbc2/Vue_3_and_Laravel_Breaking_a_Monolith_to_Microservices.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Substation Fundamentals Complete Understanding
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 5.00 GB | Duration: 7h 37m
What you'll learn
Learn about Purpose of Electrical Substations.
Understand the Difference between Circuit Breaker and Fuse/ Isolator.
Understand the Power Transformers in Substations.
Understand Circuit Breaker, Isolator, Earth Switches in Substations.
Understand Protection Relays Basics
Understand the Usage of Lightning arrester.
Learn about the Instrumental Transformers including the current and potential or voltage transformer.
Understand the Isolators and Bus bars in Power system.
Understand Busbar Schemes
Walk Through Visit of Substation, Know how to identify substation Components
Learn about Substation Single Line Diagram
Learn about Substation interlocking
Learn about Capacitor Banks.
Learn about Neutral Ground Resistors
Learn about Switch Gears
Learn about GIS Gas Insulated Substation
Learn About AIS Air insulated Substation
Learn about Equipment Grounding and its Purpose.
Learn about Power System Grounding and its Target.
Learn about the Relay and its difference compared to circuit breaker.
Learn about the Circuit Breaker Mechanism
Learn about the GIS Gas Compartment
Learn about the MV SWGR Explain by 3d Simulation
Learn about the Transformer Basics, Construction, Working Principle
Learn about the Transformer Radiator, Fans
Learn about the Transformer Oil & Winding Temperature Indicators
Learn about the Transformer Pressure Relief Device
Learn about the Transformer Name Plate & GA Drawings
Learn about the Transformer Oil Level Indicator
Learn about the Transformer Short Circuit & Open Circuit Test
Learn about the Transformer Bushing
Learn about the Transformer Maintenance
Learn about the MV SWGR HRC Fuses
Learn about the MV SWGR Voltage Detecting devices
Learn about the MV SWGR Interlocking
Learn about the MV SWGR Maintenance
Requirements
Passionate to learn
Anyone who wants to learn about Electrical Engineering Power Systems.
Description
Description
We have covered following topics in this training
· What is Substation
· Function of Substation
•Transmit Power
•Step Up of Down Voltages / Current
•Switching
•Metering
•Power Dispatching & Control
•Isolating Faulty Parts, Load Shedding
•Reactive Power Compensation
· Types of Substation
•Transmission Substation
•Distribution Substation
•Collector Substation
•Converter Substation
•Switching Substation
•Mobile Substation
· How Substation Work
· Components of Substation
1.Power transformer or distribution transformer (depending on substation type)
2.Circuit breakers
3.Disconnecting switches
4.Earthing Switches
5.Busbars
6.Capacitor Bank
7.Current transformers
8.Potential transformers
9.Lightening arrestor
10.Protective relays
11.Station batteries
12.Earthing system
· Introduction to Substation Single Line Diagram
· Substation Interlocking
· Walk Through Video of Substation, where you can see virtually all Substation Equipment and Identify C.T,V.T, Transformer, Breaker, Control & protection panel, battery room, charger and much more. It is like you visit substation yourself exciting.
· Explained Why AC is used over DC for Generation, Transmission and distribution
· Auxiliary Transformer
· Medium Voltage Capacitor Bank
· Neutral Ground Resistor (NGR)
· Types of Protection Relays installed
· GAS INSULATED SUBSTATION , CT,VT, CB, Isolator, Earthing Switch
· GAS INSULATED SUBSTATION SURGE Arrestor, Gas Compartments
· Demonstration How to Checkc CT. VT Wiring in Substation Actual site video
· Live captured 230kV Operation of Isolator
· Substation Interlocking Explained, When CB can be operated ??
· Brief Introduction of Substation Busbar Schemes
· Visit of Surge Arrestor Manufacturing Factory Hubbell Power System, Showing Manufacturing process, material used, testing of Surge Arrestor
· Site Visit and Actual Circuit Breaker Visit showing different components of CB
· A Walk Through Power Transformer . showing & identifying components
Medium Voltage Switch Gear
· Introduction of MV SWGR
Introduction to MV SWGR is divided in four compartments
· MV SWGR Cable Compartment
· MV SWGR CB Compartment
· MV SWGR Compartment
· MV SWGR Busbar Compartment
· Operation Maintenance of SWGR, Interlocking
· Msc Item of SWGR
MV SWGR in Detail
· MV SWGR CIRCUIT Breaker
· CB Mechanical Operation
· CB Stored Energy Principle
· CB IEC Rating
· •Rated voltage, Ur (kV)
•Rated lightning impulse withstand rating, Up (kV)
•Rated frequency, fr (Hz)
•Rated current, Ir (A)
· •Rated short-time withstand current, Ik (kA)
•Rated short circuit duration, tk (s)
•Rated peak withstand current (kA)
•Rated short circuit breaking capacity, Isc (kA)
•Transient recovery voltage, TRV
•Rated TRV (Uc) for circuit breakers intended for use on cable systems (Class S1)
•Rated out-of-phase breaking current, Id (kA)
•Rated capacitive switching currents
· MV SWGR CB Compartment in detail
· MV SWGR Componets
· MV SWGR Mimic
· CB Trolley
· CB Trip Coil
· CB Closing Coil
· CB Closing Spring
· CB Tripping Spring
· CB Latch
· CB Push button Operation
· CB AUX contacts
· CB Vacuum bottle
· CB Terminal Types
· CB Interrupter Unit
· CB Trip Free Mechanism
· Tulip, Jaw type Contact
· VCB Contact Shapes
· CB Mechanism
· Anti Pumping Relay
· Three Position Switch
· Name Plate in Detail
· Current Trasformer
· CT Name Plate
· CT IEC Standards
· Types of CT
· CT Primary & Secondary Data
· Installation drawing of CT
· CT Magnetization Curve , Saturation Region, Linear Region
· VT in detail
· Types of VT
· VT name plate
· VT IEC standards
· VT Primary & Secondary Data
· Cable Compartment
· Cable Sealing End
· Cable insulators
· Type of Cable Compartment ( For Transformer, Feeder, Ring Main)
· How Phase sequence is shown
· Selection of Cable Sealing End
· 1 Core & 3 Core Cable Sealing End
· HRC High Rupturing Capacity fuse assembly
· HRC on Mimic
· HRC Fuse Feature, Mode of operation
· HRC Fuse Selection
· Busbar Compartment
· Busbar Compartment IEC Rating
· How to identify phase sequence in busbar compartment
· VT,CT Connection at BB compartment
· LV Compartment
· Protection relays, auxiliary relays, control, alarm
· Voltage detection system
· For voltage detection according to IEC 61243-5 and VDE 0682 Part 415 with the following
voltage detecting systems:
• LRM plug-in sockets
• VOIS+, VOIS R+ (option)
• CAPDIS -S1/-S2+ (option)
• WEGA 1.2/2.2 (option)
· Accessories of MV SWGR
· Interlocking of MV SWGR
Power Transformer
· Basics
· Construction & Symbols
· Magnetic Coupling , Electrical Coupling, Step Up Step Down Transformers
· Impedance and isolating Transformers
· Losses in Transformer Copper , Core Loss, Hystersis Loop
· Buchholz Relay in Detail , Main and Conservator Tank
· Pressure Relief Device
· Transformer Silica Gel and it maintenance
· GA Drawings of Transformer
· Transformer Rating Plat 26MVA
· WTI and OTI , Winding Temperature & Oil Temperature Indicator
· Oil Level Indicator
· Short Circuit and open circuit Test of Transformer
· Bushing of Transformer HV MV
· Radiators of Transformer
· ranformer Name Plat , Main Characteristics
· Power Transformer Maintence
· Power Transformer MCQs
Wish you best of luck
Best Regards
M.Kashif
Who this course is for:
Who like to learn about substation with practical examples
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/substation-fundamentals-complete-understanding/
Code: https://nitroflare.com/view/2C0F7EC06136804/Substation_Fundamentals_Complete_Understanding.part1.rar
https://nitroflare.com/view/A2AC9C44C1AEA57/Substation_Fundamentals_Complete_Understanding.part2.rar
https://nitroflare.com/view/EA17E6774BB41E6/Substation_Fundamentals_Complete_Understanding.part3.rar
https://nitroflare.com/view/8F58D225B91DD11/Substation_Fundamentals_Complete_Understanding.part4.rar
https://nitroflare.com/view/B27C87BE4FB15BD/Substation_Fundamentals_Complete_Understanding.part5.rar
https://nitroflare.com/view/FDDCF74588B7454/Substation_Fundamentals_Complete_Understanding.part6.rar
Code: https://rapidgator.net/file/3cf0cf24283e6c44ae646bdcb7ea5b38/Substation_Fundamentals_Complete_Understanding.part1.rar.html
https://rapidgator.net/file/6257f2512ad36d0a4f0be196ad68eeb8/Substation_Fundamentals_Complete_Understanding.part2.rar.html
https://rapidgator.net/file/d73627a9621c502c74c1b3312ad2cc50/Substation_Fundamentals_Complete_Understanding.part3.rar.html
https://rapidgator.net/file/af82ed9ad8a3474fd4818ee665bd1bb0/Substation_Fundamentals_Complete_Understanding.part4.rar.html
https://rapidgator.net/file/978e111e79149c4d42652e27859fbefb/Substation_Fundamentals_Complete_Understanding.part5.rar.html
https://rapidgator.net/file/31f9a04398a1eb78a07caa464dfea51a/Substation_Fundamentals_Complete_Understanding.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Spring Framework and Hibernate with ASP.NET MVC Course
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 48000 Hz
Language: English | VTT | Size: 12.6 GB | Duration: 27h 10m
What you'll learn
We will be learning with Eclipse based integrated Development Environment which is Spring Source Tool Suite
Learn to handle dependencies with Apache Maven over Pom xml file and Spring Boot parent project with other starters
Spring Boots Development Tools
Spring Boot and Web MVC
YAML and Java Based Configuration
Rest Services
Test Rest Methods Programmaticaly
Working with JSP Technology
Use Hibernate in Spring Boot, activate Hibernate, create Pojo and convert them entities and learn some basic queries
Sending email within Spring Boot
Create scheduled jobs
Manage file uploading and downloading processes in Spring Boot environment
Learn MVC with hands-on examples
Build secure web applications with ASP .NET MVC and C#
Understand the MVC architectural pattern
Using of MVC Concepts with all details
Using of Data Transfer Objects as ViewBag, ViewData, TempData
Create real-world projects using Asp .Net MVC and Entity Framework
How to make a professional web project with 4 tier architecture and Entity Framework
Using of basic SQL commands
Make Log Operations
How to Handled errors and exceptions in your apps
How to Make SEO Operations for google
By the end of this course you will be in a position to build any professional web application with all details using MVC and Entity Framework
Requirements
Basic Java knowledge is required
Basic HTML knowledge is helpful
Basic knowledge of C#
A computer with access to the internet
Nothing else! It's just you, your computer and your ambition to get started today
Description
Hello there,
Welcome to Spring Framework and Hibernate with ASP.NET MVC Bonus Course course.
Basically Spring Boot is a project which is built on the top of the Spring Framework by the pivotal team. It provides a much simpler, faster and compact way to set up, configure and run both simple and web-based applications.
Hibernate is the most popular object-relational mapping Framework and the most used JPA providers. Hibernate maps our Java classes to database tables. It offers component mapping, inheritance mapping and supports various associations among objects.
We designed this course for anyone who wants to create a restful web service in Spring and Hibernate Frameworks. Furthermore, the course will also show you how to configure Java Spring MVC web applications using Web XML and Java configuration.
If you want to learn ASP.NET but have no experience at all. Our course is the perfect place for you to start. In this course, we designed the ASP.NET MVC lessons to give you everything you need to become productive with MVC. In this course, you will learn MVC so you will need basic C# knowledge to get the most efficient from this training. But of course, I will explain all codes in detail.
This course explores major features of Spring Boot such as Spring Boot Starters, Auto Configuration, Beans, Actuator and more. Spring and Hibernate is a very big demand for the Java development field and in particularly restful web service. So our course is the best course to learn basic things to create a restful web service in combination with Spring and Hibernate Framework. This course is not for experts in this field but at the end of this course, you will be able to create a restful web service in maven using Spring and Hibernate Frameworks.
Spring Data JPA makes it super easy to use its powerful features of Hibernate by removing all the configuration and use of low-level APIs.
Every section in the course is loaded with hands-on examples. You will also work on assignments at the end of each section.
After taking this class, developers will be able to build faster, more flexible and easier to maintain application persistence layers with Spring data JPA using Hibernate.
At The End of The Course;
You will have learned details of the Spring Boot Framework.
You will gain an intermediate level of expertise in Spring Boot.
You will have learned the theoretical details of the Framework.
You can create an enterprise web application with Hibernate.
We hope you might get the pleasure to take advantage of it in your projects. It really makes your life simpler.
How to apply each subject on real projects
Understand the MVC architectural pattern
Using of MVC Concepts with all details
Using of Partial, Begin Form, Json
Using of Data Transfer Objects as ViewBag, ViewData, TempData
Using of ready-made templates
Create real-world projects using Asp .Net MVC and Entity Framework
Understand how to use the database-first approach with using Entity Framework
Use Entity Framework to SQL Operations
N- tier Architecture
How to Separate projects parts
How to Create Dynamic web project algorithm
How to make a professional web project with 4 tier architecture and Entity Framework
How to Change your Projects Front Pages Easily
Using of basic SQL commands
Using Triggers
Make Log Operations
How to Handled errors and exceptions in your apps
How to use coding techniques to make efficient development
How to Make SEO Operations for google
How to Get feedback like message or comment
Have a basic understanding of working with GitHub
How to Publish a web Project
How to Make an Android APK from a web site
By the end of this course, you will be in a position to build any professional web application with all details using MVC and Entity Framework
In this course, you will start learning MVC from scratch and you will examine all concepts one by one with real-world projects. Then together we will make a dynamic web project with 4 tier architecture page by page.
You will also learn to use ready-made templates with our project. When you finished the project, you will be learning how to use GitHub with Visual Studio and how to publish a project on the web. Besides that, you will learn how to make an Android App from a web site with a web view.
Why would you want to take this course?
Our answer is simple: The quality of teaching.
When you enroll, you will feel the OAK Academy`s seasoned developers' expertise.
This course starts with the basics. First, you will learn how to install the tools, some terminology. Developers will be able to build faster, more flexible and easier to maintain application persistence layers with Spring data JPA using Hibernate. Then you'll have a firm understanding of the ASP .NET language and valuable insights on how things work under the hood and you'll also be very confident in the basics of coding and game development, and hungry to learn more.
The good news is since the Free and popular tools are used you don't need to buy any tool or application.
Step-by-Step Way, Simple and Easy With Exercises
Video and Audio Production Quality
All our videos are created/produced as high-quality video and audio to provide you the best learning experience.
You will be,
Seeing clearly
Hearing clearly
Moving through the course without distractions
You'll also get:
Lifetime Access to The Course
Fast & Friendly Support in the Q&A section
Udemy Certificate of Completion Ready for Download
Dive in now to our Complete ASP.NET MVC Course with Real World Practices course
We offer full support, answering any questions.
See you in the course!
Who this course is for:
Spring Framework Developers
Anyone wants to learn Spring Boot step by step with a hands-on approach
Anyone wants to learn how to design and develop restful web services with Spring Boot Hibernate
Programmers who want to develop production-ready enterprise applications
Anyone who wants to develop .NET applications
Students who want to make a professional web project
Anyone who want to learn a web backend to use in mobile programming
Anyone who wants to improve their programming skills
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/spring-framework-and-hibernate-with-aspnet-mvc-bonus-course/
Code: https://nitroflare.com/view/CE67D14F370D100/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part01.rar
https://nitroflare.com/view/E5ECCB03EDF4CE6/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part02.rar
https://nitroflare.com/view/ABE9954150CB98D/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part03.rar
https://nitroflare.com/view/8846504CE256025/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part04.rar
https://nitroflare.com/view/C8E4DAC95E5AAB2/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part05.rar
https://nitroflare.com/view/8D06E66156C6A4C/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part06.rar
https://nitroflare.com/view/F2916101666409A/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part07.rar
https://nitroflare.com/view/1A7751E91F9BC13/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part08.rar
https://nitroflare.com/view/B6A2CBFBD337271/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part09.rar
https://nitroflare.com/view/10BC240B4603C5E/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part10.rar
https://nitroflare.com/view/394046D58082930/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part11.rar
https://nitroflare.com/view/A6B6A79F67DD6DC/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part12.rar
https://nitroflare.com/view/013A86543502309/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part13.rar
Code: https://rapidgator.net/file/da5bf9362e3aa6008b5c80048f658ba4/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part01.rar.html
https://rapidgator.net/file/a6c45dcd871fc015885c8c7055c04585/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part02.rar.html
https://rapidgator.net/file/f78bf655fe55a011b3a70211ee15997a/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part03.rar.html
https://rapidgator.net/file/db62ba4ba411ef10cb01fd681a3a8838/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part04.rar.html
https://rapidgator.net/file/daded5a67ce9bf01fc76e128b0b7c4f0/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part05.rar.html
https://rapidgator.net/file/79df6053053d804751f12cb5d7772e46/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part06.rar.html
https://rapidgator.net/file/34d8a1e6ad783b83effa50a2a5b40d88/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part07.rar.html
https://rapidgator.net/file/83657df88dfa74d3f26ea8b0235d1082/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part08.rar.html
https://rapidgator.net/file/1acbe4f62c47c09e12b9ad8245aca8cc/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part09.rar.html
https://rapidgator.net/file/80998f36ea7e2d5c3df847c911787279/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part10.rar.html
https://rapidgator.net/file/fa05b9284ebf99ccbf3b9faed502217b/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part11.rar.html
https://rapidgator.net/file/3ec14156a670a52e528e2922f61448d7/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part12.rar.html
https://rapidgator.net/file/38371dbe047f4b18b0f4fb4439c12543/Spring_Framework_and_Hibernate_with_ASP_NET_MVC_Course.part13.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Mastering 4 critical skills using C++ (updated 11/2020)
Video: .mp4 (1280x720, 30 fps®) | Audio: aac, 44100 Hz, 2ch | Size: 7.4 GB
Genre: eLearning Video | Duration: 236 lectures (22 hour, 13 mins) | Language: English
Programming, Problem Solving, Project Building and Design Skills. 7X other courses homework/practice + several projects.
What you'll learn
C++ Modern Syntax from basic to advanced in iterative style
A proven curriculum: Many of my students highly recommend it
Learn in a gradual way with EXTENSIVE practice and homework to master the key concepts
Short lectures, to the point, comprehensive and easy to get
Mastering 4 critical skills
Projects from easy to hard with their solutions for projects-building skills
Learn from PhD holder in AI, Teaching, Training & Coaching for many years
Requirements
Passion with building things!
Passion with problem solving!
Access to a computer.
Description
Welcome to one of the unique programming Bootcamp experiences you will ever get.
The course covers basic to advanced and modern C++ syntax.
The course helps you master the 4 most important skills for a programmer
Programming skills
Problem-solving skills: rarely covered by other courses
Project building skills: partially covered by other courses
Design skills: rarely covered by other courses
7+ times practice & homework compare to other courses plus 6 projects:
Special Teaching style: iterative, easy, and short
Content
Basic to advanced modern C++. Kindly browse the course content.
In progress: adding more modern syntax topics
Major focus C++11 so far / Minor C++14/17. This still represents too much.
A huge set of Practice, Homework, and Projects
2 styles of homework: Algorithmic (problem-solving) and applications
Several software design concerns are embedded in the homework.
So you are getting introduced to Software Engineering & Design Patterns
What is listed above is a lot to learn and master for a beginner
Building Skills: Practice, Homework, and Projects
One unique feature in this course is my education strategy:
Explain, Administrate & Challenge
Each video smoothly explains a simple concept(s)
Typically followed by easy to medium practice to administrate the concept
Then typically followed by an easy-medium-hard set of homework questions to challenge you
Extensive homework from easy to medium to hard to help to build the skills.
Most of the practice/homework questions are unique in this course
Programming questions are mainly from my competitive programming experience
OOP questions are mostly invented to achieve several goals:
Mastering the OOP concepts
Enforcing a lot of design heuristics & OOD
Preparing you for design principles and patterns
Small-to-large set of projects to build up project building and design skills
Solutions to all of them.
Special Teaching style
In this course, I teach several concepts in 2 rounds
Early in the course, only the mandatory concepts/syntax are explained
Then you practice a lot to master them!
Later at an appropriate time, you will learn the remaining details
Short and to the point
Literally, in a few minutes, I cover clearly what others take a lot of time to explain
By the end of the journey
Solid understanding of programming concepts and its C++ syntax
Mastering the target 4 skills
With the administered problem-solving skills
You can start competitive programming smoothly in Div2-A/B Codeforces
Smooth start in Data Structure course
Smooth start in Algorithms course
With the administered project-building and design skills
Smooth start in Software Engineering course
Later, smooth start in one of the technology tracks in frontend or backend
What are the common complaints from programming courses?
Limited topics coverage.
Outdated syntax.
Unnecessary long videos with repetitions.
Too much time to explain basic concepts.
A sudden jump in the level. I can't cope with the content.
Assumptions of previous knowledge to understand some of the concepts.
Building over concepts that were not mastered through practice or homework.
The same examples are used over and over.
Several consecutive lectures without practice or homework to master the concepts.
Awesome knowledge, almost zero skills.
Very little practice or homework.
Good homework in the first half and very weak in the remaining.
Many homework without solutions.
Only one project.
Small-size project.
Long but tedious project.
The project doesn't help enforce the concepts.
Project source code is not provided. I needed to compare and learn.
Moving to Datastructures or Algorithms course was not easy. Weak problem-solving skills.
After the course, I am still stuck and can't do even simple projects. Weak project-building skills.
The course taught OOP syntax and concepts nicely, but OOD skills are not built. Weak design-skills.
And more!
In this course, not only the content and skills are unique and added value, but also the whole experience to avoid as possible the above concerns and much more! Even if you attended a C++ course, my material will be an added value, especially its homework and projects.
Don't miss such a unique learning experience!
Who this course is for:
Whoever curious about programming and computer science or learned programming, but has weak skills
Code: https://nitroflare.com/view/8FB32CBA19D00E5/Mastering_4_critical_skills_using_C.part1.rar
https://nitroflare.com/view/E479839D96395C2/Mastering_4_critical_skills_using_C.part2.rar
https://nitroflare.com/view/D45F4BF8AC4D1BF/Mastering_4_critical_skills_using_C.part3.rar
https://nitroflare.com/view/B5A0D7110CFC5F0/Mastering_4_critical_skills_using_C.part4.rar
https://nitroflare.com/view/E8749607667C8B2/Mastering_4_critical_skills_using_C.part5.rar
https://nitroflare.com/view/1F21005AE586527/Mastering_4_critical_skills_using_C.part6.rar
https://nitroflare.com/view/690A5D9B8603CB1/Mastering_4_critical_skills_using_C.part7.rar
https://nitroflare.com/view/F73DCF8D5A1CFCE/Mastering_4_critical_skills_using_C.part8.rar
Code: https://rapidgator.net/file/cc75bbddd16f38ad85817c4329d11402/Mastering_4_critical_skills_using_C.part1.rar.html
https://rapidgator.net/file/7b2dd8b4d743e8d7d5d126b6cf1973f3/Mastering_4_critical_skills_using_C.part2.rar.html
https://rapidgator.net/file/c49e2284db4dcd2418f8848fd57a0a6e/Mastering_4_critical_skills_using_C.part3.rar.html
https://rapidgator.net/file/7383970a4a4e5353d6dfa9a547d9b385/Mastering_4_critical_skills_using_C.part4.rar.html
https://rapidgator.net/file/5369e99e191741b8a89bf7ccded0a192/Mastering_4_critical_skills_using_C.part5.rar.html
https://rapidgator.net/file/ee6ae08edd82fb70bcb20d6a1f9b889f/Mastering_4_critical_skills_using_C.part6.rar.html
https://rapidgator.net/file/5523c72f66732f6069335e3d33ce6f3d/Mastering_4_critical_skills_using_C.part7.rar.html
https://rapidgator.net/file/9264975f36a2bd4ceddd9239e70db976/Mastering_4_critical_skills_using_C.part8.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Master Shamanic Journeying, Ritual & Ceremony (Certified)
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 6.21 GB | Duration: 4h 47m
What you'll learn
Learn how to deliver shamanic rituals professionally for healing and harmonising the body, emotions, mind and soul of potential clients
If you're already a healer in any modality (eg. massage therapist, Reiki practitioner, etc) you'll be able to quickly apply and integrate these Rites in your own life and work with them to provide healing to others.
Receive a Master of Shamanic Journeying Certificate upon completion as you will learn how to design and deliver uniquely crafted ceremonies bringing shamanism alive for your community, yourself and your friends
Discover ancient advanced shamanic journeying practices to activate your light body for spiritual awakening, vitality and healing,
Embark on your own shamanic soul retrieval journey for mindfullness, deep healing and to discover the heart of why you chose to the born in this lifetime
How to bring happiness and confidence to potential clients with your professional energy healing
How to receive and deliver sacred spirit life-changing skills through shamanic ritual
Requirements
You MUST be able to conduct a shamanic journey to the lower, middle and upper worlds - this foundational core practice is not taught in this course.
Have a good understanding of shamanism, the elements, power animals and spirit guardians - this is given in my Shamanic Journeying to the Lower, Middle and Upper Worlds course
A journal, sound maker or musical instrument, white candle (optional)
30 minutes of dedicated time outside our video classes to spend in transformative practice, preferably daily
A desire to extend your current level of understanding shamanic practice
An understanding that this is not a beginner's course
Description
Bring shamanism alive for you. Imagine what you could achieve if you could take your shamanic journeying skills to the next level. With is course, you can deliver personal transformation and bring healing blessings for yourself and others. If you're already a healer in any modality (eg. massage therapist, Reiki practitioner, etc) you'll be able to quickly apply and integrate these practices in your own life and work with them to provide healing to others.
Sharon is one of Udemy's top instructors and pioneered teaching shamanism online globally. NB: This is NOT a beginners course you must have an understanding of how to do a shamanic journey.
Sharon offers you a certificate of attunement by request for free at the end of this course.
What people are saying about Becoming a Master of Shamanic Journeying, Ritual and Ceremony:
"I thoroughly enjoyed taking this course from Sharon. There are many instructors who try to teach a course online, but often their explanations and teaching styles can be incomprehensible. Sharon's teaching style is clear and concise, making the course easy to understand, leaving no room for confusion, and thoroughly enjoyable. You can tell she loves her work and is a very gifted teacher. I thank her for giving me this gift of Shamanism to add to my work with my clients." - Grace L -
"What an epic journey. From the first course on... Sharon's courses have transfigured me, one after the other. I have come to find answers and a plethora of epiphanies way beyond any expectation. I wouldn't have want this journey any other way. It was meant to be and it builds itself up naturally, one step upon the other. I am so grateful for Sharon and the shamanic tradition. A path to free oneself and see our true divine heart. I encourage everyone to take on the first step, there is so much here for each one of us and for us as a whole. Again, thank you." - Francoise -
"I wouldn't have changed NOTHING! I must admit it took some getting used to, but I'm thrilled to have taken this journey with Sharon specifically! I admire her willingness to open up about her own experiences and engage with me. I'm looking forward to taking all her courses and have joined her YouTube channel as well. I'd highly recommend her to teach you what you may need to know on your journey as well weather-related to shamanism, magic, or finding your life purpose! Namaste Sharon! I look forward to learning more from you!" - Melody -
"I am a spirit walker and this course is a breath of fresh air, an exceptional and brilliant match for me." Lori -
Continue your own personal healing journey today and discover how you can empower others.
Enrol now in my Master Shamanic Journeying course to expand your use of specific shamanic practices to access hidden dimensions, spirit allies and healing wisdom for your family, community, the environment and society. Together we will enter into a powerful field of practice in which you'll discover how to bless, heal and transform collective emotions and energies. Work on the subtle levels of consciousness in ways that free up stuck patterns by applying divination, transmutation, prayer, soul retrieval and classic journeying practices. This is rocket fuel for personal transformation.
Open your heart and expand your mind joining Sharon Ramel - the instructor who pioneered bringing shamanism to Udemy. She will bring you all together in our sacred ceremonial space to deepen your spiritual journey within a wonderful committed supportive community.
By the end of this Master Shamanic Journeying course you will know:
How to interpret the messages the shamanic journey is trying to convey - it is about the details, not the story.
Create and participate in shamanic healing ceremonies, weaving threads of love, light, unity, equality and harmony for a healthier reality for yourself and whomever you wish to share your pathway with.
Learn how to Journey into the far future and deep past, as well as communicate with beings who have healing wisdom and guidance to open new portals in your consciousness and the world.
Build on your basic skills of shamanic journeying, working with spirit guides to support your unique journey.
Discover your powers, you will be able to apply shamanic skills, radiating light, happiness and helping ease pain wherever it has manifested.
How to develop approaches for our collective challenges from a shamanic point of view, giving you means to be proactive and creative as well as to make a positive difference even from a distance.
How to approach your health differently as you will discover many new ways to take care of your emotional, spiritual, mental and physical life.
This is very powerful and available to everyone.
Shamanism is the way of the heart - a way of life that empowers, delivers and embodies truth, integrity, personal healing and interconnectedness - is the oldest form of healing - you are invited today to discover how to not only embrace your amazing life but to help others raising their self-esteem to realise it too.
You will participate in shamanic healing ceremonies, you will learn how to create your own unique ceremonies spinning threads of intention, love, unity, and light weaving a new, healthier reality for yourself, and whomever you wish to share your skills with. I designed this course to give you a practical skillset to navigate opening new portals in your consciousness to work effectively with. I am so confident you will discover a powerful opportunity with these shamanic practices. You will see how to enter into a powerful field of practice in which you'll discover how to bless, heal and transform collective emotions and energies. Shamanism will become a way of life.
Shamanic journeying practices can open, shift and move energetic fields in a positive direction. Discover how you can use them to heal relationship rifts as well as communities facing violence or unresolved ancestral issues.
The shamans of old received wisdom from the spirit realms guided collective healing for their tribes. Illness or disharmony in members, animals or the plant kingdom were healed as interconnected parts of the whole, all being an integral part of the Great Web of Life.
What's inside Master Shamanic Journeying:
Unlock the keys to begin using shamanic practices to help others
How to journey with me into our four-part uniting breath ceremony
Discover the importance of how to become a hollow bone
Discover the key principles in using a variety of shamanic practices to help others
A shamanic and dictionary definition of spirit and soul
How to journey to the wild rivers - the blood of your life
Code of ethics to conduct a big river ancestral line healing soul retrieval shamanic journey for someone else
How to tell the inspirational story behind the metaphors
Learn a divination journey you can on behalf of another person
How to do a Soul retrieval for yourself
How to retrieve lost power for others and a spirit boat journey
Learn how to do the Seven breaths cycle preparation ready to move into a soul retrieval journey
Remember the language of the soul
How to do a Soul star journey for another
Discover your ability to offer healing; for yourself, our earth mother and so much more
Learn how to do a big river ancestral line healing soul retrieval
How to do a transfiguration journey to bring the four petals together
These practices with your diligence will become second nature, empowering your personal transformation to be of service when illness, conflicts and other issues present. If you are willing to approach your health differently discovering new ways to take care of your emotional, spiritual, mental and physical life then this is for you.
Each section will build harmoniously upon the next so that you'll develop a complete, holistic understanding of the practices, tools and principles needed to access the power of shamanic journeying to make a positive difference playing a larger healing role for the planet.
I bow humbly before you.
How To Approach This Course:
It is ideal to commit to a schedule, add the same time into your calendar each week to watch one section at a time. Please complete all videos, read the PDF's and answer any assignments that help you to deepen your practice. Watch the video or listen to the audio, and practice the ceremonial aspects. Contemplate your growing practice. It is a great idea to review and to listen again and practice again from your emerging new awareness.
Weekly is ideal. However, it may work better for you to take longer in between each section. The same is true of the opposite you may watch several parts at a time. This is your sacred journey.
When a ceremony, teaching or practice touches you deeply or brings you to a new revelation or breakthrough, gift yourself an opportunity to pause and explore your experience
Certification and Accreditation: Some instructors offer "accreditation" via external official-sounding bodies. The majority of these are fake. We call them Certificate Mills. The only thing the "Mill" wishes to see from the instructor is money (ranging from $40 - $1500 per course depending on the Mill) to pay for the process. They do not even wish to see 1 minute of any course nor any qualification an instructor may hold. You; the student is then sent to these places to pay them (more) money as the student. They commonly offer public liability insurance that you can get WITHOUT them and the fake fancy-looking Diploma.
As you know Udemy offers you a certificate of completion at the end of this course. However, I am happy to offer you a certificate of completion for any course of mine that you complete. Please ONLY message me through Udemy when you have completed the course. Note - I will not answer any requests for this outside of Udemy as I need to verify that you have completed the course!
#Shamanic #Self-discovery #ShamanicJourneying #Shamanism #Meditation #Manifestation #Spirituality #Spiritual
Who this course is for:
Healer's in any modality (eg. massage therapist, Reiki practitioner, etc) you'll be able to quickly apply and integrate these Rites in your own life and work with them to provide healing to others.
People wishing to learn deeper applications of ancient advanced Shamanic Journeying practices that will activate your light body for spiritual awakening, vitality and healing,
Visionaries and healers wishing to activate the light body with spirit helpers and luminous sources of healing assistance. Those wishing to learn to receive and deliver sacred ceremony and life-changing skills through Shamanic ritual
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/master-advanced-shamanic-journeying-ceremony-and-ritual/
Code: https://nitroflare.com/view/4DEB4B635453C3C/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part1.rar
https://nitroflare.com/view/EC82107AF96053F/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part2.rar
https://nitroflare.com/view/62796B344B5A6CB/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part3.rar
https://nitroflare.com/view/E08F53AB2697C7A/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part4.rar
https://nitroflare.com/view/46FB8894D7D27D4/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part5.rar
https://nitroflare.com/view/CFD45E6D609870D/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part6.rar
https://nitroflare.com/view/EFEB97644475452/Master_Shamanic_Journeying%2C_Ritual_%26_Ceremony_(Certified).part7.rar
Code: https://rapidgator.net/file/cfbcad9a54fc1c885848d20a198faaf6/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part1.rar.html
https://rapidgator.net/file/7f59070f861f9c2b2719f288178f186d/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part2.rar.html
https://rapidgator.net/file/d37eb2bb320de9762729197af2191754/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part3.rar.html
https://rapidgator.net/file/f74bdc3a21ad401d0d7c6157253f551e/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part4.rar.html
https://rapidgator.net/file/7b83c30458d375b44d26e53d14a7c343/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part5.rar.html
https://rapidgator.net/file/8b17da533c943fed5c75567680136f56/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part6.rar.html
https://rapidgator.net/file/b1abfe2e3e0c947cf818d48193145395/Master_Shamanic_Journeying,_Ritual_&_Ceremony_(Certified).part7.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Kotlin Coroutines in Android Masterclass
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 48000 Hz
Language: English | VTT | Size: 5.87 GB | Duration: 10h 40m
What you'll learn
The fundamentals of Coroutines framework
Use Coroutines to implement common concurrent flows in Android applications
Understand Coroutines cancellation mechanics
Write unit tests using Coroutines
Learn the bigger picture of Structured Concurrency
Requirements
Basic experience with Android and Kotlin
Description
This course is your complete guide into the world of Kotlin Coroutines in Android applications. It will equip you with all the knowledge and skills required to write reliable, maintainable and responsive Android apps using Kotlin and Coroutines.
The philosophy of this course is "learn by doing", so you're going to practice everything you'll learn here by solving a series of carefully designed, hands-on exercises. The exercises are built into a tutorial Android application to give you the most "real-world" experience possible. Therefore, by the end of this course, you'll have a real experience with Kotlin Coroutines in various typical scenarios that you'll meet in real-world Android apps.
Even though the main goal of this course is to equip you with practically applicable skills, it also covers all the theory required to understand Coroutines framework at a more conceptual level. In particular, you're going to learn what Structured Concurrency is, what benefits it provides and how Coroutines implement this advanced paradigm.
Given the ever-increasing adoption of Kotlin, it's evident that Coroutines are the future of concurrency in Android world. It's going to be a mandatory skill for all Android developers going forward. After completing this course, you'll become expert Coroutines user. You'll be able to write reliable and maintainable concurrent code in Android projects using Coroutines framework, and you'll be able to answer even the most tricky questions at job interviews.
So, if you're serious about Android development and you want to master Kotlin Coroutines, this course is a perfect match for you!
Who this course is for:
Professional Android developers
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/kotlin-coroutines-in-android/
Code: https://nitroflare.com/view/643C4D7A6FD80C1/Kotlin_Coroutines_in_Android_Masterclass.part1.rar
https://nitroflare.com/view/15123C728D12593/Kotlin_Coroutines_in_Android_Masterclass.part2.rar
https://nitroflare.com/view/432C42DED22F07E/Kotlin_Coroutines_in_Android_Masterclass.part3.rar
https://nitroflare.com/view/60338D0C5CB1189/Kotlin_Coroutines_in_Android_Masterclass.part4.rar
https://nitroflare.com/view/FF97A096C136FF2/Kotlin_Coroutines_in_Android_Masterclass.part5.rar
https://nitroflare.com/view/EE86EE2E68B155D/Kotlin_Coroutines_in_Android_Masterclass.part6.rar
Code: https://rapidgator.net/file/dc66996ce2f8789a32e7f4a793a091d5/Kotlin_Coroutines_in_Android_Masterclass.part1.rar.html
https://rapidgator.net/file/33bc037838b71ab4e7509523c3aa650e/Kotlin_Coroutines_in_Android_Masterclass.part2.rar.html
https://rapidgator.net/file/8c945a1cc5a640267316816bb0998004/Kotlin_Coroutines_in_Android_Masterclass.part3.rar.html
https://rapidgator.net/file/c3eca83f9fd4fd4344cfbd0948878ee8/Kotlin_Coroutines_in_Android_Masterclass.part4.rar.html
https://rapidgator.net/file/1075eae6508af0c962ef1a0cde6d5d18/Kotlin_Coroutines_in_Android_Masterclass.part5.rar.html
https://rapidgator.net/file/0a93c6e3534c792e83737f647b17b679/Kotlin_Coroutines_in_Android_Masterclass.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Full Stack Xamarin with C# for Beginners to Build Apps
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 5.62 GB | Duration: 11h 40m
What you'll learn
Fundamentals of C#
Fundamentals of C# and .NET Framework
Learn C# by coding
Installation of Visual Studio
Work with classes, structs, arrays
Debug C# applications
Build Native Cross-Platform Apps with Xamarin
Build Native Cross-Platform Apps with Xamarin Forms
Use free tools and platforms for Xamarin and Visual Studio
Use Xamarin Forms Previewer
Requirements
No prior knowledge of C# is required
A computer for installing all the free software and tools needed to practice
Free software and tools used during the course
Desire to learn C# and Xamarin
Nothing else! It's just you, your computer and your ambition to get started today
LIFETIME ACCESS, course updates, new content, anytime, anywhere, on any device
Description
Hello,
Welcome to Full Stack Xamarin with C# for Beginners to Build Apps course
Do you want to learn C# but have no experience at all.
This Full Stack Xamarin with C# for Beginners to Build Apps course is the perfect place for you to start. In this course, we designed C# .NET course to give you everything you need to become productive with C#.
Code with C# today!
After learning about C#, you will be able to easily make your own applications with Xamarin.
The best course is right in front of your eyes. This is the most complete course that teaches you how to build Native Cross-Platform Apps with C# Codes.
In this course, we will develop cross-platform apps with Xamarin Forms. You do not need to learn Java, Kotlin, Objective-C, Swift, or anything of that. All you need to know is C #, and you will learn it in this course.
No prior knowledge is needed!
Enroll and master fundamentals of C# and programming with .NET framework, because you'll have lots of options waiting in front of you. Either choose to build mobile apps or you can make a job transition and work as a web developer. We want you to know that when you know the fundamentals well, switching to different technology stacks is easier.
That`s why you are at a great place to start with C#.
All my students will have a chance to learn not only the whats but also learn the whys and hows.
What you will learn?
C# Programming and Features of C#
Visual Studio IDE
Console Application
Variables
Primitive Types and Non-Primitive Types
Flow Control Expressions
Arrays and Lists
Error Handling and Debugging
Functions
Reading File
Writing to File
Installing Visual Studio and Xamarin libraries
Creating a custom Emulator
Running project on the Emulator
Developing native mobile apps for Android, iOS and UWP
Building user-interfaces with XAML and C# code
Using Xamarin Forms Previewer
Managing NuGet packages
Creating pages and navigation between them
Adding and using elements
Designing with Layouts
TableView and Cells
Displaying popups
ListView and data binding basic
Getting platform-specific functions with Dependency Service
Using native controls with Custom Renderers
By registering the course you will have lifetime access the all resources, practice videos, and will be able to ask questions about related topics whenever you want.
Why would you want to take this course?
Our answer is simple: The quality of teaching.
When you enroll, you will feel the OAK Academy`s seasoned developers' expertise.
This course starts with very basics. First, you will learn how to install the tools, some terminology. Then the show will start and you will learn everything with hands-on practices. I'll also teach you the best practices and shortcuts.
Step-by-Step Way, Simple and Easy With Exercises
By the end of the course, you'll have a firm understanding of the Xamarin and valuable insights on how things work under the hood and you'll also be very confident in the basics of coding and game development, and hungry to learn more. The good news is since the Free and popular tools are used you don't need to buy any tool or application.
Video and Audio Production Quality
All our videos are created/produced as high-quality video and audio to provide you the best learning experience.
You will be,
Seeing clearly
Hearing clearly
Moving through the course without distractions
You'll also get:
Lifetime Access to The Course
Fast & Friendly Support in the Q&A section
Udemy Certificate of Completion Ready for Download
Dive in now!
We offer full support, answering any questions.
See you in the course!
Who this course is for:
Newbies or students looking for a refresher on the basics of C# and .NET
People who wants to learn C# and Xamarin
People who wants to learn Visual Studio
People who want to learn game development & design
People who wants develop their own game
Anyone who wants learn to build native mobile apps with Xamarin for Android, iOS and Windows
Those who wants to start learning Xamarin from scratch and move forward
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/full-stack-xamarin-with-c-for-beginners-to-build-apps/
Code: https://nitroflare.com/view/A8511A11BEAAA3A/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part1.rar
https://nitroflare.com/view/DCFB3387650F35D/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part2.rar
https://nitroflare.com/view/9A4CE2E4E266530/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part3.rar
https://nitroflare.com/view/813D28EDC9A745F/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part4.rar
https://nitroflare.com/view/3B0B29A19C70853/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part5.rar
https://nitroflare.com/view/F4F6E40FC0DFCB1/Full_Stack_Xamarin_with_C%23_for_Beginners_to_Build_Apps.part6.rar
Code: https://rapidgator.net/file/e470b39c3b89916451451f8150da9108/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part1.rar.html
https://rapidgator.net/file/d4c7680eb21ad98767f71da6c04fa056/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part2.rar.html
https://rapidgator.net/file/be3fcdd4c6acfdf110877e97515729dc/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part3.rar.html
https://rapidgator.net/file/c959e9175f27b0f3ddcf0996a3dbc411/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part4.rar.html
https://rapidgator.net/file/ff6b23168605743f1d796253ca7d9350/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part5.rar.html
https://rapidgator.net/file/f053f274dd3e4ca4c74832233a5ba346/Full_Stack_Xamarin_with_C#_for_Beginners_to_Build_Apps.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Electrical Low Voltage System Distribution Design
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 48000 Hz
Language: English | VTT | Size: 6.62 GB | Duration: 10h 0m
What you'll learn
Electrical Design in AutoCAD
Lighting Design in DiaLux
Lighting & Power Distribution Design
Defining Engineering Formulas in Excel Sheets
Solving several Electrical Low Voltage Related Equations Manually & By Using Excel Sheets
Coordinating with other teams when designing an electrical system
Gathering of the precise information needed from other engineering departments
Design of Earthing & Lightning Systems
Requirements
Have a basic Electrical Engineering knowledge
Description
This Course is dedicated for students who are looking to acquire electrical low voltage power design experience from scratch.
In fact, this course covers low voltage distribution system design related topics in a total duration of 10 hours.
Essentially, the course begins section 1 with introducing the well-known drawing software "AutoCAD" by emphasizing on its different toolbar options for the purpose of preparing the student to be familiar with its use. Consequently, lighting design and lux calculations using DIALux software is fully explained in section 2 for the aim of preparation for the lighting distribution system that will be explained and designed as a following step in section 3.
Thereafter, lighting & power systems distribution are covered in sections 3 & 4, which in turn prepares the student understand how to gather information and calculate the total connected loads in accordance with the lighting and power designed layouts to be reflected in the panel schedules and single line diagrams which will be explained in the 5th section of this course.
Once reaching this stage of the course, you will have to perform a range of low voltage system related calculations of sizing Transformers, Generators, Cables, Circuit Breakers, calculations of voltage drop and short circuit current levels & power factor correction to ensure a safe design for the entire system for the aim of reflecting the calculated values in the single line diagram of the project. All these calculations will be explained separately in details using simple steps that you will be able to apply manually and with the help of predefined Excel sheets for solving different formulas in section 6.
The last section of this course covers the earthing & lightning system topics emphasizing on their different types, components & the appropriate methods to design these systems in accordance with the international standards.
Furthermore, design topics in this course are explained in accordance with explored pictures of different electrical equipments that are installed in the site for the purpose of clarifying the bond between the design and real site installations.
Besides, the course is enhanced with a variety of helpful resources that are attached with it.
In a nutshell, the sections of this course are arranged in ascending relevant stages starting from section 1 which introduces AutoCAD, and finalizing the course by explaining the earthing & lightning systems which could be designed in the last stages of the design.
Who this course is for:
Electrical Engineers
Electrical Draughtsmen
Electrical Designers
Electrical Fresh Graduates
Technicians
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/electrical-low-voltage-power-system-distribution-design/
Code: https://nitroflare.com/view/D84370647BEAF94/Electrical_Low_Voltage_System_Distribution_Design.part1.rar
https://nitroflare.com/view/4917376D72E9DCD/Electrical_Low_Voltage_System_Distribution_Design.part2.rar
https://nitroflare.com/view/68C171A202532A8/Electrical_Low_Voltage_System_Distribution_Design.part3.rar
https://nitroflare.com/view/5A2A402AFF0128E/Electrical_Low_Voltage_System_Distribution_Design.part4.rar
https://nitroflare.com/view/97D7B441ADCAAC4/Electrical_Low_Voltage_System_Distribution_Design.part5.rar
https://nitroflare.com/view/F41DB66AB0DE4C8/Electrical_Low_Voltage_System_Distribution_Design.part6.rar
https://nitroflare.com/view/078405775A9BCE4/Electrical_Low_Voltage_System_Distribution_Design.part7.rar
Code: https://rapidgator.net/file/000e114755621bdba6c06a7ba0eea7d6/Electrical_Low_Voltage_System_Distribution_Design.part1.rar.html
https://rapidgator.net/file/753e8f580d7092bce01ae64569c64c80/Electrical_Low_Voltage_System_Distribution_Design.part2.rar.html
https://rapidgator.net/file/46c951095723e0ad78092e5d3b4619b1/Electrical_Low_Voltage_System_Distribution_Design.part3.rar.html
https://rapidgator.net/file/06baa59a5b34ddf87b16886ed2c09bd5/Electrical_Low_Voltage_System_Distribution_Design.part4.rar.html
https://rapidgator.net/file/b30fa723917b7ee7f1cc7686eaa59d21/Electrical_Low_Voltage_System_Distribution_Design.part5.rar.html
https://rapidgator.net/file/184810262fb183a3b9c1d58fbed0811c/Electrical_Low_Voltage_System_Distribution_Design.part6.rar.html
https://rapidgator.net/file/bcb921100c6254b9a6e1dc4819a7de10/Electrical_Low_Voltage_System_Distribution_Design.part7.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Complete Cognos Training Course for a Dream IT Job
Duration: 12h 41m | .MP4 1280x720, 30 fps® | AAC, 44100 Hz, 2ch | 5.64 GB
Genre: eLearning | Language: English
The Best and Complete Course on Cognos Technology That Prepares You for an IT job better than any other course
What you'll learn
This course is designed to make you an expert Report Developer. You will be able to accomplish following with ease:
Create Sophisticated Single and Multi-Dimensional Reports
Dash-boarding and Amazing Charts
Report Formatting, Prompts & Filters
Master Detail and Drill-Through Reporting
Conditional Statements
Data Modeling and packages
SQL Queries
Install, Configure and Use IBM Cognos Server and Framework Manager
Install, Configure and Use SQL Server Management Studio
Requirements
Willingness to Learn Business Intelligence Technology
Description
IBM Cognos is one of the largest and successful business intelligence software used for report development. If you want to start your career in Business Intelligence and have little or no knowledge of reporting or Technology, then I can help. In this course you will learn everything from installing a database to creating reports and all that goes between these two points. I have also included a module on successfully finding a Cognos Business Intelligence Job which will definitely help you to get to your dream IT job.
I have been teaching Cognos in a classroom environment in New York City for the past 10 years. It is important to note that close to 90% of my students got jobs and are enjoying their successful careers in Business Intelligence. Over 75% of these student had zero prior knowledge of Cognos or IT except Internet surfing. I want you to imagine yourself in that role - It will be a great journey indeed.
Following is the list of topics I will cover in this course:
Module 0 - Introduction to Cognos
· What is Cognos and It's use
· A Brief History of the Company
· Business Intelligence Market Place and Key Players/Software
· How they compare against Cognos
· Future Growth outlook of Business Intelligence
Module 1 - Microsoft SQL Server 2019
· Download and Install SQL Server 2019
· Download and Install SQL Server Management Studio
· Configuration
· Writing SQL Queries
· Restoring Database
· Creating New Database
Module 2 - Cognos Installation
· Installation
· Server Configuration
· Log files
· Content-store Configuration
· Running Cognos Service
Module 3 - Cognos Framework Manager
· Installation & Configuration
· Data Source Connections
· Import Metadata
· Table Relationships
· Name Spaces
· Query Subjects & Items
· Function & Calculations
· Create & Publish Package
Module 4 - Cognos Connection
· Introduction
· Interface Deep-Dive
Module 5 - Cognos Report Studio
· Create Simple Reports
· Multi-Dimensional Reporting
· Charting
· Report Formatting
· Function & Calculated measures
· Master Detail Reporting
· Drill-Through Reporting
· Prompts & Filters
· Conditional Statements
· Parameters
· Dash-boarding
Module 5 - Cognos Administration
· Introduction
· Management
· Security
· Data Sources
· More
Module 6 - Landing your Dream Job
· Resume
. Resume Must Haves!
· Where to Look
· What to Look
· Applying & Follow up
· Next Steps
Who this course is for:
Anyone interested in business intelligence and data analytics without having programming background including professionals in Management business, Finance, and marketing. Also People with legacy technical skills who want to learn new technology. Additionally, College students who want a career in IT, but did not take IT classes during college years. - Any individual who wants to get an IT job with little to no IT experience.
More Info
Code: https://www.udemy.com/course/complete-cognos-training-course-for-a-dream-it-job/
Code: https://nitroflare.com/view/1D40F83D098A7BE/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part1.rar
https://nitroflare.com/view/22AA1A8559D61FE/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part2.rar
https://nitroflare.com/view/0F291ADFA13C2A6/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part3.rar
https://nitroflare.com/view/9B2427365CDD6F8/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part4.rar
https://nitroflare.com/view/D13BCA7B7DCFDD3/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part5.rar
https://nitroflare.com/view/CA1F196B2834BE8/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part6.rar
Code: https://rapidgator.net/file/bb6e69c9ca42a1e59dd489d3101da00d/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part1.rar.html
https://rapidgator.net/file/5bb516ae294fa4adfddc1dddc268e27e/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part2.rar.html
https://rapidgator.net/file/e9358695c6e0380a4b289815cea53b07/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part3.rar.html
https://rapidgator.net/file/4de704d7e6b4c9c1ef57b90f3ffbe6e2/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part4.rar.html
https://rapidgator.net/file/9b1582ef2e2f92765b738fe2176d7678/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part5.rar.html
https://rapidgator.net/file/5bd3fa457aacf42628a604bdd6f876c1/Complete_Cognos_Training_Course_for_a_Dream_IT_Job.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Building Command Line Tools with Python,JavaScript and Julia
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + .srt | Duration: 83 lectures (12h 36m) | Size: 5.63 GB
Mastering the fundamentals of CLICK,ArgParse,Commander.js,Fire.jl and more
What you'll learn:
Building Command Line (CLI) Tools and Apps
Mastering the fundamentals of CLICK and ArgParse in Python
How to build your own CLI in JavaScripts and Nodejs
Best Practices on building Command Line Interfaces
What is Julia and How to Build CLI tools in Julia Language
Build 5+ CLI Projects from scratch
Requirements
Understanding the basics of Python (For the Python Section)
Understanding the basics of JavaScript and Julia (For Each Section Respectively)
Determination
Description
Command Line Apps are everywhere nowadays from git to npm, to AWS cli to terraform,to gcloud ,heroku CLI,linux tools and more. They make our life easier and help us do repeatable task with ease and efficiency.
What if you could build you own from scratch as well as from other libraries?
What if you can master this skill-set and add it to your arsenal?
In this wonderful course we will be exploring the various ways we can build our own CLI tools and apps using several libraries and tools.
We will learn how to build command line interface tools using Python,JavaScript and Julia. Hence there is a section for everyone, whether you work with Python,Julia or JavaScript (Nodejs).
We will master the fundamentals of popular and useful Command Line Interface development library. This course is designed to get you up and running with the fundamentals as well as the more useful aspects of each CLI development library. We will dive into the various features of each.
This will equip you to build your own custom CLI tools and products that others can benefit from.
With every section of the course you will develop new skills and improve your understanding of this challenging and intimidating yet important arsenal.
This course is unscripted,fun and exciting but at the same time we dive deep into building cool CLI tools and apps.
In this course You will learn
what command line tools are.
the basic syntax and pattern for designing CLI.
how to build CLI tools with CLICK.
how to build CLI tools with ArgParse.
how to convert your functions into useful and reusable CLI tools.
how to build CLI tools Nodejs using with Commander.js,etc.
best practices for building and designing command line interface tools and apps.
how to build CLI tools with Julia.
how to master command line tools.
how to add colors,spinners and more fancy animations to your CLI.
how to build,package and deploy your command line apps.
build 5+ CLI projects.
etc
Join us as we explore the world of building command line tools .Enroll now !!!
Who this course is for
Python Developers
Julia Developers curious about building CLI Tools
JavaScript or Nodejs Developers
Everyone interested
Homepage
Code: http://anonymz.com/?https://www.udemy.com/course/building-command-line-tools-with-pythonjavascript-and-julia/
Code: https://nitroflare.com/view/68F16595FB3A30C/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part1.rar
https://nitroflare.com/view/98B432E13E85BAF/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part2.rar
https://nitroflare.com/view/A309BAE5AC60C68/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part3.rar
https://nitroflare.com/view/3F3BCE2C2FC5252/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part4.rar
https://nitroflare.com/view/74374F0756BB0AC/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part5.rar
https://nitroflare.com/view/C2D8B5810A9F537/Building_Command_Line_Tools_with_Python%2CJavaScript_and_Julia.part6.rar
Code: https://rapidgator.net/file/3dcd802d7ceb42364206f5cc4af4db53/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part1.rar.html
https://rapidgator.net/file/95925698f734f4f5db1cd388dd543600/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part2.rar.html
https://rapidgator.net/file/f31d41aee8b609bb22b36de5130feef6/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part3.rar.html
https://rapidgator.net/file/3133dbfceb4e22704e51cda2d5047808/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part4.rar.html
https://rapidgator.net/file/58e895bd12b69a5854bc32e2059326a4/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part5.rar.html
https://rapidgator.net/file/bfdc64cf0cd14cc586bbd9c13291e607/Building_Command_Line_Tools_with_Python,JavaScript_and_Julia.part6.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
AZ-204 - Developing Solutions for Azure - UPDATED 2020
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz
Language: English | VTT | Size: 9.59 GB | Duration: 20h 6m
What you'll learn
Students will be better prepared for the AZ-204 certification exam
Students will learn the important aspects for what is required from an exam perspective
Curated for the Udemy for Business collection
Requirements
Students need to be well versed in .Net and C#
Students need to have 1-2 years experience as a developer
Students should create or have an account in Azure to practice along
Students need to be aware on what is Cloud computing
Students need to be aware on developing web applications
Description
Update history
v 2.2 - June 2020
Added new Exam section for AZ-204 exam with over 160 test questions (includes Solution based quiz, case studies and practice test questions)
Added new videos on exam specific contents - Azure Container Instances - Container Groups , Policies on Azure API Management, developing Azure Functions locally.
v 2.1 - May 2020
Added new chapters on Azure Functions to reflect the new interface for Azure Functions
Added more chapters on Cosmos DB, Azure Services, Azure Event Hubs
v 2.0 - May 2020
Updated course to include contents for the AZ-204 exam.
Refreshed chapters on deploying virtual machines , containerizing .Net core applications, Azure Functions and Azure Storage
Added more chapters on the Azure Web App service which includes Custom domains, SSL, working with Blobs from .Net
v1.2 - October 2019
Added 76 new practice questions
Added additional exam specific topics - Entity Framework, Azure Service Bus - Message properties, Azure Service Bus - Subscription filters
Added a new case study
v1.1 - September 2019
Added 86 practice questions
v1- September 2019
Course releases
This course is designed for students who want to attain the "Developing Solutions for Microsoft Azure" certification
This course has contents for the Exam AZ-204
The objectives covered in this course are
Develop Azure compute solutions (25-30%)
Develop for Azure storage (10-15%)
Implement Azure security
Monitor, troubleshoot, and optimize Azure solutions
Connect to and consume Azure services and third-party services
Who this course is for:
Those who want to pursue the Azure Developer certification
Those who want to pass the Microsoft exam AZ-204
Homepage
Code: https://anonymz.com/?https://www.udemy.com/course/exam-microsoft-azure-dev/
Code: https://nitroflare.com/view/3FD48A28F536FE6/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part01.rar
https://nitroflare.com/view/E1F7F4B39D698AC/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part02.rar
https://nitroflare.com/view/8DBBFA4EAFA0F22/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part03.rar
https://nitroflare.com/view/5CD6801416378F4/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part04.rar
https://nitroflare.com/view/13CCA81125B2BDC/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part05.rar
https://nitroflare.com/view/F564AE11A16CC59/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part06.rar
https://nitroflare.com/view/B8DA2D805FCBBBD/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part07.rar
https://nitroflare.com/view/A679946429FCFE1/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part08.rar
https://nitroflare.com/view/AE88704F6EA37F4/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part09.rar
https://nitroflare.com/view/3694E668661AD4A/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part10.rar
Code: https://rapidgator.net/file/00ca40fec65399c7a930d623fbe8d022/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part01.rar.html
https://rapidgator.net/file/e6fa49cd1361826c7e2f2c45ef948d61/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part02.rar.html
https://rapidgator.net/file/e7a7cc08a22d462dbd1dbec6a26f6b6c/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part03.rar.html
https://rapidgator.net/file/d58b1a762449f96f2d50a41c2f6e4864/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part04.rar.html
https://rapidgator.net/file/2b425093c8ec8e6890fa77d2e663278e/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part05.rar.html
https://rapidgator.net/file/9adc182d1b93f37b0b8552494e4e83a8/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part06.rar.html
https://rapidgator.net/file/86913718d52dd659bb64501cda71ba39/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part07.rar.html
https://rapidgator.net/file/ac01472984a88b821320aa06af7b0007/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part08.rar.html
https://rapidgator.net/file/0fbc5250225d80318c6fd30d11c636d6/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part09.rar.html
https://rapidgator.net/file/fe98c44f2ac9243da054a54e1acde269/AZ-204_-_Developing_Solutions_for_Azure_-_UPDATED_2020.part10.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Ultimate Power Electronics for Electrical Power Engineering (Updated 09/2020)
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + .srt | Duration: 125 lectures (17h 23m) | Size: 6.12 GB
Learn everything about power electronics for electrical engineering as rectifiers, AC and DC choppers and inverters.
What you'll learn:
Understand Definition of Power Electronics
Realize different applications of Power electronics
Know different types of Converters
Know different Categories of Power Electronic Devices
Understand different Losses associated with Power Electronics
Difference between Ideal and Practical Switch
Understand Different factors when selecting the Power Electronic device
Understand how Diode Works
Understand the Diode V-I Characteristics
Learn about Different Types of Diodes
Learn how a Thyristor works
Understand Thyristor V-I Characteristics
Understand Different operating states of Thyristor
Know the Latching and Holding Current of Thyristor
Understand different Types of Thyristor
Learn how Fully Controlled Switch works
Understand different Types of Fully Controlled switches
Understand Why GTO is the King of Power Electronics
Understand how Rectifier works
Learn Different Types of Rectifiers for Single Phase
Learn about Half Wave Rectifier R load for both controlled and uncontrolled
Learn about Half Wave Rectifier R-L load for both controlled and uncontrolled
Learn about Half Wave Rectifier R-L load for both controlled and uncontrolled with Free wheeling Diode
Understand the Usage of Freewheeling Diode
Understand the Principle of Firing angle
Understand the Biphase Rectifier
Understand the fully , half controlled and uncontrolled Bridge Rectifier
Understand the Performance Parameters for Rectifier Circuit
Learn about the Power Factor
Learn about the Firing Circuit UJT
Understand the Protection of Power Electronic devices Against Over-current,Over-Voltage and Transient state.
Understand the Series and Parallel Diodes
Learn the Isolation of Firing Circuit using Pulse Transformer
Learn the Isolation of Firing Circuit using OptoCoupler
Understand the definition of AC chopper
Analyze the AC chopper R load circuit
Learn the AC chopper L load circuit
Analyze the AC chopper R-L series load circuit
Understand the AC chopper R-L parallel load circuit
Analyze the AC chopper Capacitive load circuit
Understand the integral cycle control
Learn how to use AC chopper in transformer tap changing
Learn the applications and disadvantages of AC choppers
Analyze the AC chopper loaded by AC Motor
Definition of DC choppers
Applications of DC choppers
Understand step down DC chopper with R-load.
Generation of duty cycle
Step down DC chopper with R-L-E load
Step up DC chopper R or R-L load
Step up DC chopper with RE load
Buck regulator
Boost regulator
Buck-boost regulator
Definition of inverter
Importance and applications of inverters
Analysis of single phase half bridge R-load
Analysis of single phase half bridge RL-load.
Performance parameters of an inverter
Analysis of single phase bridge R-load
Analysis of single phase bridge RL-load.
Understand the three phase inverters and obtaining the line voltages and phase voltages.
Single pulse width modulation
Multiple pulse width modulation
Industrial inverters
Sinusoidal pulse width modulation
Requirements
Basics of electric circuits or you can join my course for complete electric circuits
Passion to learn !
Description
Welcome To Our Course "Ultimate Power Electronics Course For Electrical Engineering"
This course is specially designed for anyone who would like to learn everything about fundamental circuits in power electronics
This course is the only course with full detailed explanation with step by step lessons in addition to MATLAB simulations :)
What are you going to learn in this course?
✔ Definition of power electronics circuit and its application.
✔ Different types of switches as uncontrolled switches, semi-controlled and fully controlled switches as diodes, thyristors, IGBT, Mosfet,.....
✔ Types and applications for different switching devices.
✔ Definition of rectifier.
✔ Different single-phase rectifier circuits and their configurations.
✔ Half wave and full wave rectifier single-phase circuits in case of uncontrolled and in case of half and full controlled bridges.
✔ AC chopper circuits with R load.
✔ AC chopper circuits with L load, R-L parallel, and series load.
✔ AC chopper with capacitive load.
✔ Integral cycle control of AC chopper with example.
✔ AC chopper in transformer tap changing.
✔ AC chopper loaded by an AC motor with back e.m.f.
✔ Applications and disadvantages of AC choppers.
✔ Definition of DC choppers and applications of DC choppers.
✔ Generation of the duty cycle.
✔ Types of circuits used to step up or step down the DC voltage.
✔ Analyze of the step-down DC chopper with R and R-L-E load,
✔ Analyze of the step-up DC chopper with R, RL, and RE loads.
✔ Analyze of a buck regulator, boost regulator, and buck-boost regulator circuits.
✔ Equations to get the minimum values of inductance and capacitance required for those circuits.
✔ Definition of the inverter.
✔ Importance and applications of inverters.
✔ Single-phase half-bridge R-load.
✔ Single-phase half-bridge RL-load.
✔ Performance parameters of an inverter.
✔ Single-phase bridge inverter R-load.
✔ Single-phase bridge inverter RL-load.
✔ Three-phase inverters and obtaining the line voltages and phase voltages.
✔ Single pulse width modulation.
✔ Multiple pulse width modulation.
✔ Sinusoidal pulse width modulation.
Who this course is for
Anyone who is interested in understanding power electronics.
Anyone who wants to know about different converters and how rectifiers work
Beginner course for electrical engineering students and for those who want to gain knowledge about AC Choppers
Electrical engineers and electrical power engineering students who want to learn about DC choppers
Electrical engineers or electrical power engineers who want to learn more about inverters in power electronics.
Homepage
Code: http://anonymz.com/?https://www.udemy.com/course/fundamentals-of-power-electronics-1/
Code: https://nitroflare.com/view/CB09E611F7FB1CC/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part1.rar
https://nitroflare.com/view/3BD2F375A072050/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part2.rar
https://nitroflare.com/view/E9B97BC6D27FF55/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part3.rar
https://nitroflare.com/view/89E8A1F434CFA0B/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part4.rar
https://nitroflare.com/view/4CD83CC9765549D/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part5.rar
https://nitroflare.com/view/34CB91A85A864FB/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part6.rar
https://nitroflare.com/view/C7A8BA2CC1C772E/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part7.rar
https://nitroflare.com/view/32E559311B84771/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part8.rar
Code: https://rapidgator.net/file/eaf96c85a3ee2a6ac6f6a9f0a458bba6/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part1.rar.html
https://rapidgator.net/file/f23711ca6c6c87159c310b00786b191a/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part2.rar.html
https://rapidgator.net/file/bc4c70c3ee50d0bc337c5442a0abeccb/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part3.rar.html
https://rapidgator.net/file/c38d13ab5db10541b4ca855077794388/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part4.rar.html
https://rapidgator.net/file/c166da8f0770890d0385b4886cd6a447/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part5.rar.html
https://rapidgator.net/file/56140117937525300472a9c471812091/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part6.rar.html
https://rapidgator.net/file/5be51d01d193c6d73f853cf4079b61af/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part7.rar.html
https://rapidgator.net/file/fe0ed58c5ede303fd57417214786015a/Ultimate_Power_Electronics_for_Electrical_Power_Engineering.part8.rar.html
•
Posts: 20,236
Threads: 2
Likes Received: 34 in 31 posts
Likes Given: 0
Joined: Jan 2019
Reputation:
4
Alomoves - Restore & Rejuvenate
MP4 | Video: AVC, 1280x720 | Audio: AAC, 48 KHz, 2 Ch
Difficulty: Beginner | Genre: eLearning | Language: English | Duration: 7 Videos (3h19m)| Size: 7.15 GB
This series is all about giving you the tools to implement your own self-care routine. It's the perfect blend of Hatha postures and long yin holds. The six calming 30-minute classes are meant to counterbalance the hard, intense physical work we do on a daily basis.
The benefits of this series are both physical and mental. Physically, this plan will help release tension, increase mobility and relieve pain from overused muscle groups in your hips, legs, back, arms and shoulders. Mentally, you'll take a step back from the athletic intensity and everyday stresses of life to reset and unwind, which reduces stress, improves mood and helps sleep.
EQUIPMENT
Yoga Block (Optional)
Blankets (Optional)
Bolster (Optional)
Homepage
Code: http://anonymz.com/?https://www.alomoves.com/series/restore-rejuvenate
Code: https://nitroflare.com/view/B52450863C3E217/RESTORE_%26_REJUVENATE.part1.rar
https://nitroflare.com/view/825CF81A48168A2/RESTORE_%26_REJUVENATE.part2.rar
https://nitroflare.com/view/3BFE71053EBADEB/RESTORE_%26_REJUVENATE.part3.rar
https://nitroflare.com/view/2ECB5ECFC832E62/RESTORE_%26_REJUVENATE.part4.rar
https://nitroflare.com/view/1A3BF91554D2399/RESTORE_%26_REJUVENATE.part5.rar
https://nitroflare.com/view/EF5268DBDD15E24/RESTORE_%26_REJUVENATE.part6.rar
https://nitroflare.com/view/6F525E678BEBA16/RESTORE_%26_REJUVENATE.part7.rar
https://nitroflare.com/view/8282B85BF79BC37/RESTORE_%26_REJUVENATE.part8.rar
Code: https://rapidgator.net/file/68fc121ecbf6cc03a01401d44234b6cf/RESTORE_&_REJUVENATE.part1.rar.html
https://rapidgator.net/file/6d37e6f65ccb55a5d6899e3d6fe6da93/RESTORE_&_REJUVENATE.part2.rar.html
https://rapidgator.net/file/c8741696c487464ba51d78345a15cc86/RESTORE_&_REJUVENATE.part3.rar.html
https://rapidgator.net/file/0c0c80f1b566d0e68e076471688c9e9b/RESTORE_&_REJUVENATE.part4.rar.html
https://rapidgator.net/file/63cba621183b8770541a344333547cfd/RESTORE_&_REJUVENATE.part5.rar.html
https://rapidgator.net/file/2a50340f896fddb43fbff5debcdde252/RESTORE_&_REJUVENATE.part6.rar.html
https://rapidgator.net/file/0caf6dbd2aa722eebb7be7b5c7cbc553/RESTORE_&_REJUVENATE.part7.rar.html
https://rapidgator.net/file/3c5e8caedacc5618bf2b54eb6716f20c/RESTORE_&_REJUVENATE.part8.rar.html
•
|