UdemyTailwind CSS

Tailwind CSS and Alpine JS - Essentials Training

التصنيف الكامل: Development > Web Development > Tailwind CSS

Tailwind CSS and Alpine JS - Essentials Training

عن هذا الكورس

This course is for people who have a basic understanding of html and css, that want to get started with either Tailwind CSS or Alpine JS.This course also includes some javascript basics, but don’t worry if you don’t have much or any javascript experience, we take the time to learn these basics where needed as we complete the course.We start off by quickly building a homepage of a website to give you an overview of what it's like working with Tailwind CSS and Alpine JS. Then we pump the brakes and take our time to explain each part of the homepage. This course isn’t so much about building a complete website from start to finish, it’s about giving you the tools to get started with, and complete your own project. We will build a homepage and also talk about some practical examples.Things you are going to need are a text editor and web browser. In this course I use Sublime Text and Google Chrome, it’s 100% ok for you to use whatever you are comfortable with.We are combining Tailwind CSS and Alpine JS into one course so we’ll have a working web page or two at the end, rather than static pages.

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق ومباشر

ينقلك لصفحة التسجيل الرسمية

سعر الكورس
$99.99
المنصة:Udemy
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Master Mendix: Low-Code App Development for All Levels
Udemy
Mendix

Master Mendix: Low-Code App Development for All Levels

Hello and welcome to my course!Mendix, as one of the most popular low-code platforms today, is a useful tool for anyone who wants to speed up and simplify their application development process. This course aims to transform you from scratch to a professional application developer.What will you learn in this course?- Mendix Studio Pro: You will meet easy-to-use and powerful tools, and develop fast applications with visual modeling.- No-Code and Low-Code Fundamentals: You will learn the intricacies of transforming your business requirements into applications without the need for technical knowledge.- Domain Model and Microflows: You will gain the skills to create database models and manage business processes.- Security and Account Management: You will have the necessary knowledge to ensure the security of your applications and manage user accounts effectively.- Rest API Integrations: You will add richness to your applications by integrating with external services.Who should attend this course?- Software Developers: It is an ideal opportunity to expand your existing knowledge and skills, and develop your projects faster and more effectively.- Business Analysts and Citizen Developers: Those who want to transform their business processes into applications without the need for technical knowledge.- Technology Enthusiasts: Anyone who wants to explore no-code and low-code platforms and learn how to develop comprehensive applications with Mendix.- Agile and DevOps Practitioners: Those who want to develop projects where business units and technical teams can collaborate using Agile and DevOps best practices.Why should you choose this course?- Step-by-Step Guidance: You will learn each step from basic to advanced in a detailed and understandable way.- Practical Applications: You will reinforce what you have

The Complete Python Developer Certification Course
Udemy
Python13 total hours

The Complete Python Developer Certification Course

Welcome to The Complete Python Developer Certification Course!Are you an absolute beginner eager to master Python and confidently pass the PCEP-30-01 and PCAP-31-02 exams?Do you want to build a strong coding foundation and become an industry-ready Python developer?Are you seeking hands-on practice instead of just watching endless videos?Do you want clear guidance and practical assignments to truly absorb Python concepts?If you answered yes to any of these questions, you’re in the right place.What Makes This Course Stand Out?Exam-Focused Roadmap: Specifically designed to help you excel in the PCEP-30-01 (Certified Entry-Level Python Programmer) and PCAP-31-02 (Certified Associate in Python Programming) exams.Hands-On Learning: Over 20+ assignments and coding projects where you code alongside the instructor, reinforcing concepts through real-world practice.Practical Explanations “No Student Left Behind” Model: Every concept—variables, data types, control flow, OOP, and more—is broken down with step-by-step solutions and clear, digestible explanations.Career-Focused Approach: Build the confidence and skill set to pursue roles in web development, data science, machine learning, or automation. Learn how Python can open doors to high-paying tech careers.Beginner-Friendly: No prerequisites required. The course starts from the very basics, ensuring you have a solid foundation before moving on to intermediate and advanced topics.Why This Course Is Essential:Getting certified as a Python developer is one of the best moves you can make to enter the job market as a developer! Python is ranked as the 2nd most in-demand programming language in

4.5/ 5
13 total hours
Complete C# Masterclass
Udemy
C# (programming language)46 total hours

Complete C# Masterclass

Learn C# from A to Z with this Masterclass and become a C# Software Developer.In this course, you are going to discover how to become a C# developer by learning all the real-world software development skills that you'll need.Are you ready to dive deep into the world of C# and .NET framework development?I have created a course that makes the path to becoming a skilled C# developer as easy as possible, all with this C# Masterclass!You start off by learning the C# basics and programming concepts in general:VariablesArraysIf StatementsLoopsBuilding Algorithms LogicThen you learn the pillars of object-oriented programming:ClassesMethodsObjectsInheritancePolymorphismClean CodeSOLID principlesOnce you mastered them, you will go into advanced C# Topics, such as:EventsDelegatesInterfacesGenericsDatabasesLINQWPFUnit TestingThe C# Masterclass is full of amazing exercises and best practices that'll help you get into professional C# development in a fast and fun way.In addition to the C# development topics you'll also dive into some of the most popular Frameworks that C# developers use around the world! Such as WPF for building Desktop applications and Unity for building Games.I'm here to help!I know that learning to code can be hard at times, and sometimes you just get stuck. But no worries, I am here to help you. Me and my team answer each question as quickly as we can and make sure that you reach your goal of becoming a

4.5/ 5
46 total hours
.NET / C# Interview Questions with Answers.
Udemy
C# (programming language)9 total hours

.NET / C# Interview Questions with Answers.

If you are looking to clear C# and .NET Interviews then you have landed at the right course. You can be a hero in your project/company , you must have handled complex scenarios. But failing to answer simple .NET , C# Fundamental question during interview can lead to a very negative impact during interviews. This course focuses on Fundamental questions around C# and .NET... Happy job hunting.Below is the list of C# interview questions covered in the Series. Part 1 - Stack, Heap, Boxing, Unboxing, Array, ArrayList, Generics, ThreadingQuestion 1 :- Explain difference between .NET and C# ? Question 2 :- .NET Framework vs .NET Core vs .NET 5.0 Question 3 :- What is IL ( Intermediate Language) Code ? Question 4 :- What is the use of JIT ( Just in time compiler) ? Question 5 :- Is it possible to view IL code ? Question 6 :- What is the benefit of compiling in to IL code ? Question 7 :- Does .NET support multiple programming languages ? Question 8 :- What is CLR ( Common Language Runtime) ? Question 9 :- What is managed and unmanaged code ? Question 10 :- Explain the importance of Garbage collector ? Question 11 :- Can garbage collector claim unmanaged objects ? Question 12 :- What is the importance of CTS ? Question 13 :- Explain CLS ? Question 14 :- Difference between Stack vs Heap ? Question 15 :- What are Value types Reference types? Question 16 :- Explain boxing and unboxing ? Question 17 :- What is consequence of boxing and unboxing ? Question 18 :- Explain casting, implicit casting and explicit casting ? Question 19 :- What can happen during explicit casting ? Question 20 :- Differentiate between Array and ArrayList ? Question 21 :- Whose performance is better array or arraylist ? Question 22 :- What are generic collections ? Question 23 :- What are threads (Multithreading)? Question 24 :- How are threads different from TPL ? Question 25 :- How do we handle excep

4.6/ 5
9 total hours
Learn Servlets and JSP: Basics in a few hours
Udemy
Java Servlet7 total hours

Learn Servlets and JSP: Basics in a few hours

Learn Servlets in 3-4 hours.Learn JSPs in a short timeFocus on only the fundamentals (usually asked in interviews).Approach is more on practicals and lab sessions (theory is there to understand concepts).This course is ideal for beginners (students and less experienced professionals) as well as experienced ones.Ask any queries related to course on the forum and get answered asap.Learn HTTP concepts like Server and Client, methods like GET and POST.Learn concepts like Servlet Lifecycle , Servlet Container.Know HttpServlet (which makes your java program a servlet)Learn Servlet Api fundamentals like HttpRequest, HttpResponse , HttpConfig and HttpContext.Learn all Elements of JSPs (including Scriptlet, Directives, Expression, Declaration, EL and Action tags)Course apt for students as well as professionals.Course apt for students/professionals who want to get OCWCD (Oracle Certified Web Component Developer).Arrived and Uploaded : Advanced concepts in Servlets like Session Management and Http Session.Arrived and Uploaded : Understanding Listeners and their different types.Arrived and Uploaded : Understanding Filters and their pre/post processing capabilities.Coming soon : Advanced concepts in Servlets like Session Management and Http Session.Coming soon : Understanding Listeners and their different types.Coming soon : Understanding Filters and their pre/post processing capabilities.Coming soon : Advanced concepts in Servlets like Session Management and Http Session.Coming soon : Understanding Listeners and their dif

4.7/ 5
7 total hours
The Complete Android Oreo Developer Course - Build 23 Apps!
Udemy
Android Development37.5 total hours

The Complete Android Oreo Developer Course - Build 23 Apps!

The Complete Android 8.0 Oreo Developer Course by Rob Percival and Nick WalterLearn Android App Development with Android 8.0 Oreo by building real apps including Twitter, Instagram and Super Mario Run.----PLEASE NOTE: The most recent Android OS version from Google is Android 11. If you want to learn Android 11 development, check out our brand new The Complete Android 11 Developer Course: Build AMAZING Apps (taught by the brilliant Mashrur Hossain). ----ALSO NOTE: In this Oreo course I use the older Android Studio 3.0.1 version throughout as it's a great introduction to the development environment. For a smooth learning experience I'd recommend you use the same as me, but students can still use the latest Android Studio version available if they prefer!----Wish you’d thought of Whatsapp/Instagram/Google Maps?Me too.But until I work out how to build a time machine.Here’s the next best thing. The Complete Android O Developer CourseKicking things up a notch from my smash-hit The Complete Android N Developer Course (59,000 students + 8,500 five star ratings) -- my latest course is your fast-track, skip-the-queue ticket to building high-calibre Android apps.Because, let’s face it… you’re busy. You want results. And you don’t have time to hang around.And while you wait for that big idea, developers in the US are making an average of $95,000 a year… “Excellent instruction and content. Continuously building apps keeps me engaged and drives the lessons home nicely.”“So far it's a great tutorial for beginners! You learn a lot of concepts in short videos and hence it's not boring. You get to make a lot of apps which makes it lot more practical and interesting!”“I'm a senior android developer already but this course has bee

4.3/ 5
37.5 total hours