Vibe Coding with ChatGPT, GitHub Copilot, Tabnine & More
التصنيف الكامل: Development > Software Development Tools > Generative AI (GenAI)

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Image Super-Resolution GANs
We've all seen the gimmick in crime TV shows where the investigators manage to take a tiny patch of an image and magnify it with unrealistic clarity. Well today, Generative Adversarial Networks are making the impossible possible.Dive into this course where I’ll show you how easily we can take the fundamentals from my High Resolution Generative Adversarial Networks course and build on this to accomplish this impressive feat known as Super-resolution. Not only will you be able to train a Generator to magnify an image to 4 times it’s original size (that’s 16 times the number of pixel!), but it will take relatively little effort on our end.Just as in the first course, we’ll use Python and TensorFlow 2.0 along with Keras to build and train our convolutional neural networks. And since training our networks will require a ton of computational power, we’ll once again use Google CoLab to connect to a free Cloud TPU. This will allow us to complete the training in just a few days without spending anything on hardware!If this sounds enticing, take a few minutes to watch the free preview of the “Results!” lesson. I have no doubt that you will come away impressed.

Python Software, Application, Games, Automation Development
This comprehensive Python course is your one-stop shop for mastering one of the world's most versatile and in-demand programming languages. Whether you're a complete beginner or have some coding experience, this course will guide you step-by-step through the fundamentals of Python and empower you to build real-world applications, engaging games, automate tedious tasks, and develop robust software solutions.What You'll Learn:Python Fundamentals: Start with the basics, including data types, variables, operators, control flow, loops, functions, and object-oriented programming (OOP) principles. Gain a solid understanding of Python syntax and best practices.Software Development: Learn to design and develop software applications using Python. Explore modules, packages, and frameworks for building everything from simple utilities to complex systems.Application Development: Create cross-platform applications with Python. Discover how to build graphical user interfaces (GUIs) and work with databases to create data-driven applications.Game Development: Dive into the exciting world of game development with Python. Learn to use libraries like Pygame to create 2D games, implement game logic, handle user input, and design engaging gameplay.Automation: Streamline your workflow and boost your productivity by automating repetitive tasks. Learn to write Python scripts to automate file management, web scraping, data processing, and more.Who This Course Is For:Aspiring Developers: Whether you want to become a software developer, game developer, automation engineer, or simply want to learn a valuable skill, this course is for you.Why Learn Python?Versatility: Python is used in a wide range of fields, including web de

Programming Fundamentals + Python 3 Cram Course in 7 Days™
**** In this course, you'll learn the programming and algorithmic logic for applying it to EVERY PROGRAMMING LANGUAGE. ****Firstly, you will learn about how programming works, the sequential order and the variables. Next, we'll get into conditional statements, and while and do while loops. Once you know the basics, you can more easily learn specific languages to build on top of what you already know. It's time to introduce you to skills you can apply to almost any programming language in the future.Join over 200,000 students just like you who’re having massive success in Python.Want to go from no previous coding experience -- overwhelmed and confused about where to even start -- to advanced Python programmer, able to seamlessly build creative and exciting programs with confidence?You wouldn’t be reading this otherwise. Here’s the great news…You’ve just stumbled upon the most complete, in-depth beginner to advanced Python programming course online. Whether you want to:- become an in-demand Python developer for exciting software companies- go freelance and work from home, setting your own schedule and rates- sharpen your core programming skills to reach the advanced level- simply bring your own ideas to life with your first profitable program...this complete Python developer course is exactly what you need, and more. (You’ll even get a certification of completion to add to your arsenal)What makes this course a bestseller?Master Python in 7 Days! Learn the basic of computer programming, variables, if-statements and decision making, loops, funtions and files input-output, XML Processing and Database Handling.After this course you will be able to code your fancy app for your work or your personal por

PostgreSQL Basic Queries And Integration With Spring Boot
Hi there,In this course, we will learn PostgreSQL queries and differences from other RDBMS (like oracle, mysql...). Also, we will learn the example integration with Spring Boot. All project will be implemented step by step so to understand it wont be tough for anybody.When we learn them, we will also learn lots of technologies...Liquibase: Database migration tool.Hibernate: Object Relational Mapping with database.Rest API: Restful Protocol endpoint APIWe will go on with Java 8+-----------------------Hi guys,In this lesson, we will talk about how we will go on in this course.Also we talk about project structure that will be implemented in this course.We will create a new project in this course.And we will implement this project with using Spring Boot, PostgreSQL and Liquibase.In our project, we will implement CRUD operations. And these CRUD operations will be requested from Postman.Then This requests will be handled from Spring Boot.Our project will be Todo List Application. Our main operations will be user login, register and todo list.Also, we will go on with role based application.Our roles will be user and admin.Users can create todo items.Admins can see the all users.And this all things will be provided with secure way in Spring Boot.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 servi

Javascript concept and algorithms( Intermediate Level)
This course will be your second Javascript course, we will cover all the different functionality that are not really covered in a beginner course and also the major advanced topic that must be skipped in a beginnner level JS course.We'll see ES6 stuff asyncronous context so Promise async and await what is fetch macro task and micro task must come further with also some preovious knowledge of Data Structures what is a queue ,heap etccPrototype Chain ,the Object constructor , and all the regarding tricks , also classes exist in JS even to they are not relevant as in other languages ,they are the so to say second version of constructor function. Data Strucutre in depth unfortunately must be faced for every programmer to really upgrade his level we will cover this topic even tho isn 't the purpose of the course and this is related to the fact that we have to learn sorting algorithms , the last topic of this course , we'll see how to implement several sorting algorithm in JavaScript So let's get started you will see the course covers a wide range of topics that will give you a broader understanding of JS and computer science in general.

Springboot 3 with JWT Authentication & Authorization in 2025
This course has been updated in 2025 as per new Spring Security Features and JWT Specification to implement Role Based Authentication Authorization of any SpringBoot based Application.Develop CRUD API and secure it with JWTJWT(Json web token) is a standard for securing API's in a Microservices architecture, using this standard we can secure API's built in any technology like Nodejs, Python, .NET etc but in this course we will building API's using Java and SpringBoot and than we will be securing them using JWT and Spring security, we will also use all the industry best practices and standards along the way.We will start with learning concepts like:What is AuthenticationWhat is AuthorizationImportance of securing RESTful API'sWhat is JWT(Json Web Token)Various components and terminology associated with JWTWorkflow and a diagramatic use case of using JWTThan we will move on to the actual handson and implementation of JWT in our Springboot project by following below steps:Create springboot project from scratchAdding required maven dependenciesSetup project in Github and follow continous integration processSetting up database and establishing connectionCreate our Hibernate entity classesCreate our controller classCreate the first APIStart configuring JWT and Spring securityCreate security related classes like configuartion, filters, serviceMaking the secret and expiration time configurableConfiguring the allowed and not allowed endpointsCreating user registration and login endpointsCreating Role based classesCreate multiple rolesRestrict users to functionalities based on RolesS