Django with GeoLocation
التصنيف الكامل: Development > Web Development > Django

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Restful API With Spring Boot And React (Redux, Router,Hooks)
We will create a new project in this course.And we will implement this project with using Spring Boot, React, and MYSQL.In our project, we will implement CRUD operations. And these CRUD operations will be requested from React.Then This requests will be handled from Spring Boot.Our project goes on User operations. Our main operations will be user login, register, profile and user list.Also, we will go on with role based application.And this all things will be provided with secure way in both React and Spring Boot side.We will have two main components to implement our project.These are server side and client side.In Server Side:Spring Boot will be main thing.Model View Controller structure will be implemented with using Spring Boot.Our MVC structure will work like that:First of all, the entity classes will be created under model package.Later, if model class is permanent, we will create a repository for it.Then we will call repository from services.Finally, we will call services from from controllers. In Spring Boot, Data will be presented to client as API call so Spring Rest Controller will be used to handle it.We will use MySQL as Database.We will also use Object Relational Mapping with Java Persistence API and Hibernate.You know, We can map our database tables to objects with hibernate.We will use JPA Repository and Crud Repository in Spring Boot. So these repository templates will handle common database operations like save, update, find, delete.With Spring Boot, we will also use Lombok library to clear code.You know that we don't want to implement getter, setter, equals and hash code. So we can escape it using Lombok @Data or @Value annotation.</

Build Convai Artificial Intelligence AR App With Unity3D.
Curious about Augmented Reality, You have come to the right place. Learn the basics fundamentals and programming techniques required for building fully functional Augmented Reality android and iOS apps. For this course you will need an Android Smartphone or iPhone.So what is Augmented Reality?According to Wikipedia, Augmented reality (AR) is a live direct or indirect view of a physical, real-world environment whose elements are "augmented" by computer-generated or extracted real-world sensory input such as sound, video, graphics or GPS data.In Augmented Reality the real view is modified by a computer (Smartphone in this case). Augmented reality (AR) enhances one’s current perception of reality, whereas in contrast, virtual reality replaces the real world with a simulated one. Augmentation techniques are basically performed in real time,Eg : Displaying live scores and statistics inside a live video of a sporting eventPower of Augmented RealityI came across Augmented Reality in 2015 after watching a video of Augmented Reality Book. I was fascinated to know that such technology actually exists. So I started researching on different Augmented Reality platform. Vuforia platform seemed very promising as developers all over the World have used Vuforia for developing Augmented Reality apps.Pokemon Go game is the best example of Augmented Reality. Other than that Augmented Reality apps expand over a wide range of topics from Education, Business, Architecture, Health Industry, Home Decoration and obviously mobile gaming.Course Content and OverviewThis course is designed for students interested in creating Augmented Reality apps. No coding experience is required; all you need is an Android or iOS device for testing your Augmented Reality apps. We will start from basics of Unity, C# platform and then move to higher topicsIntro Basics

Complete MySQL Bootcamp: Learn SQL Step by Step
Are you ready to unlock the power of data? In today's data-driven world, SQL is an essential skill for anyone looking to work with databases, analyze information, or build robust applications. Whether you're a complete beginner with no prior coding experience or looking to solidify your foundational knowledge, this comprehensive MySQL Bootcamp is designed to take you from novice to confident SQL user.Why learn MySQL? MySQL is one of the most popular and widely used relational database management systems (RDBMS) in the world. It powers countless websites, applications, and enterprise systems, making it a highly sought-after skill for developers, data analysts, business intelligence professionals, and more. Mastering MySQL opens doors to exciting career opportunities and empowers you to manage, manipulate, and extract valuable insights from data.What you'll learn in this course:This bootcamp is built with a hands-on, practical approach, guiding you through every concept with clear explanations and real-world examples. You'll not only understand what to do but also why you're doing it.Fundamentals of Relational Databases: Grasp the core concepts of databases, tables, columns, rows, and relationships.Setting Up Your Environment: Get started quickly with easy-to-follow instructions for installing MySQL and a powerful GUI tool.Basic SQL Commands: Master the essential SELECT, FROM, WHERE, AND, OR, NOT, ORDER BY, LIMIT, and DISTINCT clauses to query and filter your data.Data Manipulation Language (DML): Learn to insert, update, and delete records efficiently using INSERT INTO, UPDATE, and DELETE FROM.Working with Data Types: Understand different data types and how to choose the appropriate one for your data.Aggregate Functions: Unleash the power of COUNT, SUM, AVG, MIN, and MAX to summarize and analyze your data.Grouping D

Managing Training Development Projects
This course is aimed at professionals who work on training development projects, including training department managers, training project managers, instructional designers and functional (project) managers who are assigned to manage the training for their solution. This course will guide you through all the steps you need to start, execute and finish a training development project, using the ADDIE development model. At the end of this course, you'll be able to:· Define common training terms and acronyms· Describe the phases of the ADDIE model· Identify roles on a training team· Identify roles on a client’s project team· List the skills that a project manager needs to succeed· Conduct a Training Needs Analysis· Explain the factors that go into recommending a training solution· Conduct a training project kickoff meeting with the client· Create a Training Statement of Work (SOW)· Build a training schedule· Calculate a training budget· Define a Task Analysis· Describe the process of developing a course outline· Monitor client project progress· Monitor course development progress· Identify and manage risks· Learn how to resolve issues that arise during project development· Lead training reviews· Perform course production and testing tasks· Create a training survey· Write communications to announce the availability of the training to students· Review training surveys and interpret feedback· Conduct a Lessons Learned meeting· Explain the importance of archiving course materialsThroughout the course, we’ll use a sample training project to practice various activities. After each activity, suggested results will be reviewed.For our sample project, we’ll have a training team that includes a project manager and an instructional designer. We'll go through the ADDIE development model, focusing on the tasks of each training team member in each ph

ASP.NET 8 - Creating Minimal APIs + EF Core 8
Are you ready to master the art of building efficient, lightweight web APIs? Look no further! In today's digital world, every company relies on robust APIs, but what happens when you need something unique? Enter "ASP.NET 8 - Creating Minimal APIs," your comprehensive guide to creating custom web APIs using the minimal API approach in ASP.NET Core.What You'll Learn:Understanding Minimal APIs: Gain a clear understanding of the minimal API approach in ASP.NET Core and its benefits over traditional methods.Implementing CRUD Functionality: Learn how to create basic Create, Read, Update, and Delete (CRUD) operations with minimal code.Structuring Your API: Discover the best practices for structuring your minimal API for maintainability and scalability.Handling Exceptions Logging: Explore techniques for effective error handling and logging to ensure your API runs smoothly.Reusable Business Logic: Implement endpoint filters to create reusable business logic, enhancing your API's functionality.Securing Your API: Learn essential security practices to protect your API from common threats.Documenting Your API: Master the art of documenting your minimal API for seamless integration and use by other developers.The above topics are going to follow our Summary below:Introduction to ASP.NET - Minimal APIsBasic structure - ASP.NET Mininal APIEndpoints, Concepts and ResourcesManipulation of ResourcesMinimal API - StructureExceptions and LogsEndpoint Filters and Business LogicSwagger ASP.NET IdentityWhy This Course?By the end of this cours

React Data Visualization - Build a Cryptocurrency Dashboard
Warning: This is an advanced course for web developers already familiar with the basics of React and JavaScript!Build a complete Cryptocurrency Dashboard with this professional React Course! Settings Page with Intro greetingGreeting the user on first visit, asking them to choose their favoritesProviding a default 5 coins as favorites a complete list of all coinsSearching for coins with fuzzy searchHovering and Selecting coinsAdding/Removing coins on the list of favoritesDisabling out chosen coinsConfirm Favorite CoinRemembers those values for the userGenerates dashboard prices historical dataDashboardData initializes from remembered favorites, or forwards to Settings pageDisplays 5 major Cards for first 5 favorites and compact Cards for next 5Renders a line chart for the 10 historical points on current favorite symbolSelect coins changes and re-fetch data, remembers current favoriteSelect to render historical points on Date: Days Weeks MonthsDisplay name and image of coin next to chartBONUS: ThemesEasily configure the app’s theme to be dark or lightReact isn't just for experts in the industry, in fact beginners should start with React, as it is truly the easiest way to build apps.The create-react-app project is an amazing boilerplate to rapidly build apps. You no longer need to stress about Webpack, build tools, etc. This is all taken care of with the only starter project you need: create-react-app. Every line of code is walked through, as the project is built from scratch with no steps skipped or time wasted.You'll see how quickly things get done with the power of React Cont