React and its Ecosystem - A Complete Beginner's Guide
التصنيف الكامل: Development > Web Development > React JS

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Introduction to JavaScript Object Notation (JSON)
JSON stands for JavaScript Object Notation. JSON has become a widely accepted and popular format for data due to it’s platform neutral nature, lightweight format, and it’s ability to convert directly to native JavaScript Objects. JSON is being used everywhere from Web APIs, to noSQL databases, to server side language libraries and client side frameworks. This course will give you a low level understanding of JSON syntax, data types, and formatting, followed by a high level introduction into the many applications of JSON out in the world today. This course will also address security concerns with JSON, so you can use JSON in your own applications with confidence. Putting JSON in your tool-belt is the first step. This course will give you not just an understanding of JSON syntax, but and understanding the role JSON is currently playing in the web today. In Web Development there are a lot of buzzwords buzzing like: JSON Web APIs Single Page Applications Client Side Model-View-Controller (or MVC) NoSQL Databases This course seeks to inspire you in how you can use the new JSON in your toolbelt through exposing you to the role JSON plays in these technologies. Join me, Marie Taylor, and learn JSON today.

Create a CRUD Contacts Database App with Python and SQLite
Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer.It is also known as a general purpose programming language due to it's flexibility.We are going to use the SQLite database which is a light and portable database system. It is ideal for small projects.We will interact and perform various CRUD (Create|Read|Update|Delete) operations on the SQLite database from our application graphical user interface.In this course,you learn the basics of graphical user interface (GUI) programming. The primary GUI toolkit we will be using is Tk, Python’s default GUI. We’ll access Tk from its Python interface called Tkinter (short for “Tk interface”).Tkinter is Python’s default GUI library Python, along with Tkinter, provides a fast and exciting way to build useful applicationsWe will be creating a contacts database application that we can use to store a list of contacts.

Mastering JWT Authentication in Node.js with Express.
Unlock the power of secure user authentication by mastering JSON Web Tokens (JWT) in a real-world Node.js environment. This course is designed for developers who want to build scalable, secure backend systems using modern practices with Express.js and the Model-View-Controller (MVC) architectural pattern.In the first part of this course, we start by setting up a clean and organized Express.js project using the MVC structure. You’ll learn how to separate your codebase into models, views, and controllers to create maintainable and scalable applications. We'll cover routing, middleware, and folder structuring—everything needed to prepare a professional-grade backend foundation.The second part dives into JWT—what it is, how it works, and why it’s one of the most widely used methods for stateless authentication. You’ll learn how to generate, sign, verify, and protect routes using JWTs. By the end, you'll have built a fully functional authentication system from scratch, including secure login, registration, token refresh, and protected routes.This course is perfect for developers familiar with a fairly good knowledge regarding JavaScript who want to deepen their backend skills and build real-world authentication systems using JWT.In the course I do not mention the Session authentication system which has advantages and disadvantages compared to the JWT token . Is a topic for another course I encourage you to read something about it to be able to compare and the decide which of the two systems is more suitable for your application needs.

Next js version 15 lengkap ( quiz, projects, typescript )
Kuasai Next.js versi terbaru (v15) dalam kursus lengkap ini yang dirancang untuk pemula hingga tingkat mahir. Anda akan belajar membangun aplikasi web modern dan cepat menggunakan routing berbasis file, API routes, dan server actions terbaru. Materi disusun secara bertahap agar mudah diikuti bahkan oleh pemula.Kursus ini mencakup penggunaan TypeScript di Next.js, integrasi Tailwind CSS, pengelolaan state global, hingga autentikasi pengguna menggunakan metode modern seperti NextAuth. Anda juga akan mempelajari teknik Server-Side Rendering (SSR), Static Site Generation (SSG), dan Incremental Static Regeneration (ISR) untuk meningkatkan performa aplikasi Anda.Fitur menarik lainnya termasuk:Quiz interaktif di setiap modulMini project nyata seperti dashboard, blog, dan lain lainPanduan lengkap deployment ke VercelSetelah menyelesaikan kursus ini, Anda akan mampu:Membangun aplikasi fullstack dengan Next.js 15Menggunakan TypeScript secara efektif dalam proyek Next.jsMengelola data dan autentikasi penggunaMendeploy aplikasi secara profesionalKursus ini cocok untuk:Pengembang React yang ingin beralih ke Next.jsMahasiswa dan pemula yang ingin belajar framework modernFreelancer yang ingin membuat aplikasi web cepat, aman, dan SEO-friendlyDengan kombinasi antara penjelasan teori, kuis untuk menguji pemahaman, dan proyek langsung, kursus ini memberikan pengalaman belajar yang menyeluruh. Anda tidak hanya akan memahami cara kerja Next.js, tetapi juga mampu menerapkannya dalam proyek nyata yang bisa dimasukkan ke dalam portofolio profesional Anda.

The Complete GameMaker Studio 2 Course 2019: Learn GML
Welcome to The Complete GameMaker Studio 2 Course 2019 in this course you will learn how to make 2D games in GameMaker Studio 2!You will be learning how to code, how to use GameMaker Studio 2, and, how to make games, by building a top-down adventure game!We will be learning GameMaker Studio 2, by building one large game, feature by feature. If you don't know how to code, we will go into how to program your game using GameMaker's programming language GML, from scratch.The course is designed to take you on a journey to build a ninja adventure game, where you will learn how to use features of GameMaker Studio 2 to build the game. For the game, we will program a ninja that can run around and throw shurikens, and enemies that will follow and attack the player. We will code all of this from scratch, if you don't know how to code, there's no need to worry, as the course is designed to teach you to code too.Here are a few examples of features we will be covering in this course:Random number generation, use randomization in your games to create unique experiences.Use GML to program enemies that follow the playerRoom PersistenceGUI, show your health on screen as your player moves.Work with tilesets, to make your levelsAt the end of this course, you will have built a ninja adventure game, where you can fight enemies, and defeat a boss. With this, you will have learned how to program and make games in GameMaker Studio 2.

Deep dive into Unit Testing
All dotnet developers looking to develop new skills and take their career to the next level – this is the course to help you get there!This course is focused on the Unit Testing .NET Core / .NET 6 Projects with xUnit .net, an open-source unit testing tool for .Net Framework and .Net Core/6 applications and the standard tool for unit testing C# VB. NET and F# projects in Visual Studio.Overall, this course is for everyone and for all the levels as it is designed to understand and learn about the technicalities in unit test cases.Being a proficient and confident user of this tool will allow you to execute essential .NET core development tasks.In this course, I will teach you:The basics of the xUnit .netLearn unit testing from scratchHow to write organized Unit Test CasesHow to use data-driven testing capabilitiesRun and Debug Unit TestsHow to use mocking frameworks, including MoQHow to test legacy codeHow to write unit tests for .NET Core Web APIsImplement unit testing in N-tier real world web application project using XUnitQuestions are always welcome from students and can be asked in the Q A section of the course. I endeavor to respond to these quickly to create an engaging learning environment for my students.
