Hi! People, there is a great opportunity for all of you by IIIT KOTA. IIIT KOTA is оffering skill develорment Mаssive Орen Оnline Соurses (MООСs) in the Hindi аnd English lаnguаges bоth fоr students frоm diversified bасkgrоunds асrоss Indiа. IIIT KOTA launched free certification courses. These courses surely will help you to enhance your skills.
About Courses :
English for Personal and Professional Development :
This course is designed to improve communication skills and details many tools which will improve your communication skills. In the end, of course, you will be able to develop your personality, soft skills and much more which will help you get ahead in business and rest of life.
Language: English
Certification: Yes
Duration: 21 hours
Eligibility: Anyone
Click here to Enroll free in English for personal and professional development
Wildlife Naturalist:
This course will give you lots of information about wildlife in India. In this course, you will be provided the details of Birds, Amphibians, Butterflies and guide you as a professional.
This course will help you to make your dream comes true as an Entrepreneurship. This course will be helpful to understand the basic concepts of entrepreneurship.
Language: Hindi
Certification: Yes
Duration: 4 hours
Eligibility: Anyone
Click here to Enroll free in Basics of Entrepreneurship
Introduction to Photography:
Nowadays photography is a next-level skill. This course covers a wide range of topics with history, composition, different terminologies, storytelling.
Language: Hindi
Certification: Yes
Duration: 4 hours
Eligibility: Anyone
Click here to Enroll free in Introduction to Photography
Basic Computer Skills:
This course is designed to learn the basic essential to computer skills. After the course, The learners will be able to perform the basic task of a computer system such as sending emails, using search engines, Spreadsheets, Presentation, Receive and send emails, and different types of software such as MS Word, MS Excel, MS Powerpoint
Language: Hindi
Certification: Yes
Duration: 5 hours
Eligibility: Anyone
Click here to Enroll free in Basic Computer Skills
How to get the certificate :
You need to complete all the Videos. The score should be more than or equal to 50% and alsoupload your profile picture in the Profile section to generate your certificate.
Title: Demystifying Generator Functions in JavaScript Introduction: In the world of JavaScript, there are numerous powerful features that developers can utilize to enhance the functionality and flexibility of their code. One such feature is generator functions, which offer a unique way of working with iterable objects. In this blog post, we'll delve into the concept of generator functions and explore how they can be leveraged to simplify complex asynchronous code and enable efficient iteration. What are Generator Functions? A generator function in JavaScript is a special type of function that can be paused and resumed during execution. Unlike regular functions that execute from start to finish, generator functions allow you to yield values multiple times, creating an iterator that can be iterated over using the "for...of" loop or manually with the `.next()` method. Creating a Generator Function: To define a generator function, you use the `function*` syntax, denotin...
So, Are you tired to create multiple MODALS in ReactJS?? If yes, then In this article I will help you to learn how to Create Dynamic Modal in React JS. Creating a dynamic common modal in React-Bootstrap that can be reused across multiple components with different input fields involves a few steps. The idea is to create a flexible modal component that can receive different sets of input fields as children and handle the form submission dynamically. Here’s how you can achieve this: 1. Install react-bootstrap bootstrap package in your vite react project OR If you want then you can also use C-R-A. 2. Y ou include Bootstrap CSS in your project, typically in main.jsx. 3. Create a CommonModal Component : This component will render the modal and accept children elements, which will be the dynamic input fields. 4. Use CommonModal in Different Components : Now, you can use this modal in different components and pass different sets of input fields as children. Here, I use comm...
Visual Studio Code is a free rich source code editor with many functions such as debugging, version controls and more. In this post, we will talk about the Top 10 Visual Studio Code Extensions that help us grow our product. As Developer, we know that the right tools at the right time make our life easier. So, here are the Top 10 Visual Studio Code Extensions that every developer should have. 1. Auto Rename Tag Automatically rename the paired HTML / XML tag, as does Visual Studio IDE. Download: Auto Rename Tag 2. JavaScript (ES6) Snippets This extension contains captions for the JavaScript code in the ES6 syntax for Vs. Code editor Download: J avaScript (ES6) Snippets 3. Bracket Pair Colorizer This extension allows identical brackets to be identified by colors. The user can specify which characters should be matched, and which colors should be used. Download: Bracket Pair Colorizer 4. Prettier - Code formatter This extension is a visual cod...
Connect with me