CodeWithMosh - Next js Projects Build an Issue Tracker

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : CodeWithMosh - Next js Projects Build an Issue Tracker
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:1.28 GB

Files Included :
0001 1 Welcome.mp4 (14.23 MB)
MP4
0002 2 Prerequisites.mp4 (2.29 MB)
MP4
0003 3 Source Code.mp4 (2.04 MB)
MP4
0004 4 How to Take This Course.mp4 (9.16 MB)
MP4
0005 1 Project Roadmap.mp4 (10.49 MB)
MP4
0006 2 Setting Up the Development Environment.mp4 (3.56 MB)
MP4
0007 3 Creating the Project.mp4 (8.47 MB)
MP4
0008 4 Building the navbar.mp4 (24.32 MB)
MP4
0009 5 Styling the Active Link.mp4 (18.31 MB)
MP4
0010 1 Setting Up MySQL.mp4 (6.57 MB)
MP4
0011 2 Setting Up Prisma.mp4 (4.4 MB)
MP4
0012 3 Creating the Issue Model.mp4 (14.14 MB)
MP4
0013 4 Building an API.mp4 (20.86 MB)
MP4
0014 5 Setting Up Radix UI.mp4 (8.12 MB)
MP4
0015 6 Building the New Issue Page.mp4 (12.69 MB)
MP4
0016 7 Customizing Radix UI Theme.mp4 (14.28 MB)
MP4
0017 8 Adding a Markdown Editor.mp4 (5.37 MB)
MP4
0018 9 Handling Form Submission.mp4 (27.29 MB)
MP4
0019 10 Handling Errors.mp4 (23.08 MB)
MP4
0020 11 Implementing Client side Validation.mp4 (20.51 MB)
MP4
0021 12 Extracting the ErrorMessage Component.mp4 (10.11 MB)
MP4
0022 13 Adding a Spinner.mp4 (14.64 MB)
MP4
0023 14 Discussion Code Organization.mp4 (13.15 MB)
MP4
0024 1 Showing the Issues.mp4 (16.31 MB)
MP4
0025 2 Building the Issue Status Badge.mp4 (23.81 MB)
MP4
0026 3 Adding Loading Skeletons.mp4 (23.85 MB)
MP4
0027 4 Showing Issue Details.mp4 (19.09 MB)
MP4
0028 5 Styling the Issue Detail Page.mp4 (10.7 MB)
MP4
0029 6 Adding Markdown Preview.mp4 (10.4 MB)
MP4
0030 7 Building a Styled Link Component.mp4 (17.59 MB)
MP4
0031 8 Additional Loading Skeletons.mp4 (17.53 MB)
MP4
0032 9 Disabling Server side Rendering.mp4 (8.13 MB)
MP4
0033 10 Refactoring Organizing Imports.mp4 (18.07 MB)
MP4
0034 1 Adding the Edit Button.mp4 (13.97 MB)
MP4
0035 2 Applying the Single Responsibility Principle.mp4 (25.64 MB)
MP4
0036 3 Building the Edit Issue Page.mp4 (19.12 MB)
MP4
0037 4 Building an API.mp4 (20.56 MB)
MP4
0038 5 Updating Issues.mp4 (6.83 MB)
MP4
0039 6 Understanding Caching.mp4 (20.62 MB)
MP4
0040 7 Improving the Loading Experience.mp4 (19.96 MB)
MP4
0041 1 Adding a Delete Button.mp4 (18.55 MB)
MP4
0042 2 Adding a Confirmation Dialog Box.mp4 (13.83 MB)
MP4
0043 3 Building an API.mp4 (8.44 MB)
MP4
0044 4 Deleting an Issue.mp4 (7.56 MB)
MP4
0045 5 Handling Errors.mp4 (17.11 MB)
MP4
0046 6 Improving the User Experience.mp4 (8.5 MB)
MP4
0047 7 Removing Duplicate Skeletons.mp4 (10.02 MB)
MP4
0048 1 Setting Up NextAuth.mp4 (10.46 MB)
MP4
0049 2 Configuring Google Provider.mp4 (20.9 MB)
MP4
0050 3 Adding the Prisma Adapter.mp4 (16.6 MB)
MP4
0051 4 Adding the Login and Logout Links.mp4 (15.03 MB)
MP4
0052 5 Change the Layout of the NavBar.mp4 (12.03 MB)
MP4
0053 6 Adding a Drop down Menu.mp4 (13.26 MB)
MP4
0054 7 Troubleshooting Avatar Not Loading.mp4 (7.29 MB)
MP4
0055 8 Refactoring the NavBar.mp4 (25.38 MB)
MP4
0056 9 Adding a Loading Skeleton.mp4 (4.87 MB)
MP4
0057 10 Securing the Application.mp4 (23.12 MB)
MP4
0058 1 Building the Assignee Select Component.mp4 (9.12 MB)
MP4
0059 2 Populating the Assignee Select Component.mp4 (17.99 MB)
MP4
0060 3 Setting Up React Query.mp4 (12.27 MB)
MP4
0061 4 Fetching Data with React Query.mp4 (22.16 MB)
MP4
0062 5 Add Assigned Issues to Prisma Schema.mp4 (11.04 MB)
MP4
0063 6 Implementing the API.mp4 (34.43 MB)
MP4
0064 7 Assigning an Issue to a User.mp4 (14.28 MB)
MP4
0065 8 Showing Toast Notifications.mp4 (8.59 MB)
MP4
0066 9 Refactoring the Assignee Select Component.mp4 (14.16 MB)
MP4
0067 1 Building the Filter Component.mp4 (16.69 MB)
MP4
0068 2 Filtering Issues.mp4 (20.29 MB)
MP4
0069 3 Making Columns Sortable.mp4 (25.03 MB)
MP4
0070 4 Sorting Issues.mp4 (8.61 MB)
MP4
0071 5 Fix Filtering Bugs.mp4 (17.27 MB)
MP4
0072 6 Generating Dummy Data.mp4 (10.42 MB)
MP4
0073 7 Building the Pagination Component.mp4 (17.17 MB)
MP4
0074 8 Implementing Pagination.mp4 (13.56 MB)
MP4
0075 9 PaginatingIssues.mp4 (16.81 MB)
MP4
0076 10 Refactoring Extracting IssueTable Component.mp4 (29.03 MB)
MP4
0077 1 Building the LatestIssues Component.mp4 (23.69 MB)
MP4
0078 2 Building the IssueSummary Component.mp4 (22.94 MB)
MP4
0079 3 Building the BarChart Component.mp4 (21.43 MB)
MP4
0080 4 Laying Out the Dashboard.mp4 (7.28 MB)
MP4
0081 1 Adding Metadata.mp4 (12.12 MB)
MP4
0082 2 Optimizing Performance Using React Cache.mp4 (15.09 MB)
MP4
0083 3 Removing env File.mp4 (11.27 MB)
MP4
0084 4 Setting Up Error Tracking.mp4 (12.58 MB)
MP4
0085 5 Setting Up the Production Database.mp4 (9.55 MB)
MP4
0086 6 Deploying to Vercel.mp4 (36.1 MB)
MP4
0087 1 Course Wrap Up.mp4 (4.79 MB)
MP4

_f9931c7b8adc0f4cf288d0bede2cc2ad.jpg


363506399_rg.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
418437041_filestore.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
364146951_nitroflare.jpg

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten