Complete C# Masterclass
التصنيف الكامل: Development > Programming Languages > C# (programming language)

عن هذا الكورس
المدة: 46 total hours
شاهد الدروس في أي وقت ومن أي مكان
تقييم 4.5 من 5
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Learning Path: MongoDB: Backend Programming with MongoDB
Want to experience preparing scalable and efficient databases for your applications? Then this is the right course for you. MongoDB is the most popular NoSQL database in the market today. With support for real-time analytics, it is being used by many big enterprises for efficient and fast processing of data. This Video Learning Path will show you how you can get the most out of MongoDB’s advanced features with ease. After getting a quick overview of the basics of MongoDB, you will directly jump to covering the concepts related to advanced data modelling, complex querying, indexing, and database operations. This Video Learning Path will also cover important aspects such as cloud deployment which is important when it comes to web applications and integration with Hadoop for fast and efficient Big Data processing. MongoDB provides excellent set of tools and services to maximize your application’s performance. You will explore real-world examples that you can watch and use directly for your application. We will then explore the profiling and performance tools for MongoDB. We will make it even more accessible by moving to MongoDB cloud services, including analytics, automation, and even Database-as-a-Service. By the end of this Video Learning Path, you will have mastered all the concepts of MongoDB along with learning to boost your application’s performance. About the Author Rick Copeland is the Principal Consultant of Arborian Consulting, which provides MongoDB and Python-focused consulting, training, and custom development services. Rick has been using MongoDB since 2009 and Python since 2005, and has spoken at various user groups and conferences on both topics. He is a member of the Python Software Foundation and the Masters of MongoDB.

React - Build a Complete E-Commerce Application Step by Step
This course is for Beginners to React.js having some knowledge of HTML and JavaScript.In this course, I will show you how to build a complete front-end application using React. This application is also called a Single Page Application (SPA) because it contains a single HTML file that renders different views.We will use "JSON Server", which is a REST server, as our backend application. So we will only focus on creating the front-end application. We will perform CRUD (Create, Read, Update and Delete) operations on products by sending HTTP Requests to the backend application using the Fetch API. Then we will add Registration, Authentication and Role-based Authorization using JWT (JSON Web Token).In this course, you will learn:- How to create a React Application using JavaScript, JSX and Bootstrap- How to create React Components and how to Export/Import them- How to pass parameters (props) to React components- How to use useful React functions, called Hooks: useState, useEffect and useContext- How to use states within function components- How to create two types of forms: controlled and uncontrolled forms- How to validate forms using client-side validation and server-side validation- How to Implement Registration, Authentication and Role-based Authorization using JWT- How to perform CRUD operations (Create, Read, Update and Delete) on products using different HTTP requests and the Fetch API- How to use pagination (Split data on multiple pages), search, sort and filter functionalities- How to upload images to the server- How to store and access the application data locally on the browser using the local storage

Cloud Computing with SALESFORCE HEROKU
You might be already familiar with Amazon AWS, Microsoft Azure, Salesforce Heroku, IBM Bluemix, etc. What are they actually and why its need for the industry is elevating day by day. Everyone wants to shift their business on cloud whether a giant company or small startups. Yes, Cloud computing is one of the such skills which industry wants and to have forged careers in cloud computing you have to enroll this learning path to get familiar with cloud computing and its use cases.Salesforce Heroku is one of the famous cloud platforms and the best part is it enables developers to build and run their awesome applications entirely in the cloud without charging them. Yes, Heroku, a Salesforce company and industry pioneer in the PaaS (Platform as a Service) to do so.Over 5 million apps, including ones from Macy’s, Product Hunt and Citrix run on Heroku. It supports a wide range of popular languages such as Python, java, Ruby and Node.js, high-scale data services including Postgres, Kafka and Redis, and an add-ons ecosystem featuring over 180 cloud application services. It creates, deploys and manage apps in such an effective way that everyone is migrating to Salesforce Heroku. If you want to host a website using famous combo using HTML,CSS and Javascript or any CMS like Wordpress, Laravel etc. You'll need to write a few lines and it will be live. It's pricing is too low compared to other platform, an another reason to use Salesforce Heroku.Topics which you'll learn in this learning path : Heroku ArchitectureHeroku Deployment(Using Git)Heroku CLI to use Heroku through Command Line Interface Deploy WordPress, Laravel, Nodejs web app, Python web app etcHosting a static Website for freeHeroku CollaborationHeroku Teams and many more such topics.Heroku is for Developers from DevelopersBecome certified Heroku cloud developer today. Enroll Now !!

The Career BluePrint - Take Ownership of your Career Path!
In today’s fast-paced world, leaving your career to chance is a risk you can’t afford.The Career BluePrint is a practical, thought-provoking course designed for professionals who want to take ownership of their career journey — whether you're just starting out, preparing for the next move, pivoting directions, or simply seeking greater alignment between your work and personal values.Curated from my real-world career and academic journey, this course condenses years of experience into clear frameworks and tools that you can apply immediately. You'll learn how to develop a personalised career strategy — not one based on external expectations or random opportunities, but one aligned with your strengths, ambitions, and lifestyle goals.This course will empower you to:Craft a clear and compelling career visionMake strategic decisions with confidenceNavigate transitions and industry shiftsIdentify your core skills, values, and directionCreate alignment between career progression and personal fulfilmentWhether you’re aiming for leadership, looking to change paths, or want to build a balanced, meaningful career — this course is for you.You are the most important business you will ever manage. Therefore, learning to lead your career with intention is the most powerful thing you can do for yourself, so why delay...Let’s build your career blueprint today!

Let Us PIC: A Datasheet Approach for PIC Microcontroller
Hi, welcome you all to this course on PIC microcontrollers. The course is tailored for the need of students to best understand microcontrollers from scratch till you master your skills. This course is the outcome of the experience we gained after training hundreds of graduate students of engineering and technology, and with our expertise in the field of embedded systems. Few basic C concepts are also covered in initial lectures to help non-IT students to get hold of C coding.Swadeshee Parinatie invites you all to enroll in this course and explore the world of embedded systems as a step towards excellence. There is no better way to master the PIC microcontroller than joining this course.

Build an API from scratch with Python, Django, SQLite3
API stands for Application Programming Interface.An API is a software intermediary that allows two applications to talk to each other. In other words, an API is the messenger that delivers your request to the provider that you're requesting it from and then delivers the response back to you.When we are building APIs, we want our models to provide four basic types of functionality. The model must be able to Create, Read, Update,and Delete resources. In this course, we are going to build an API using the following technology:Python Django Django Rest Framework SQLite3What You Will Learn :How to Create and activate a virtual environmentHow to install DjangoHow to install Django REST FrameworkHow to Create a new Django ProjectHow to Create a new Django AppHow to register applications with DjangoHow to create and run MigrationsHow to Create a Django ModelHow to define Data Models and migrate it to MySQLHow to Create and apply a new migrationHow to Create a serializer classHow to Create viewsHow to Map views to URLsHow to Create Model ObjectsHow to test API with CRUD OperationsHow to use Django Rest Framework to process HTTP requestsHow to create CRUD operations interacting with API using Postman
