Andreas Jud
Andreas Jud
  • Видео 122
  • Просмотров 343 016
Tag and Search in Wagtail - Part 2
In this video we will integrate Tagging and Search into our Django app with Wagtail.
Repository: github.com/andyjud/wagtail
Live Blog: awesomepixx.com/blog
0:00 Demo
1:38 Article Tag Class
5:20 Tag Loop
9:08 Search Query
11:28 Search Field Index
15:40 Search Value and Empty Results
17:30 Reversed Order with Sorted
Support me on:
Patreon: www.patreon.com/andreasjud
Buy me a Coffee: www.buymeacoffee.com/andreasjud
Merch Store: andreas-juds-store.creator-spring.com/
Thank you.
Follow me on:
Twitter: ajudmeister
Instagram: ajudmeister
#wagtail #django #webapp #tailwindcss #python #pythonprogramming #selftaughtdeveloper #webdevelopment #webdesigner #programmer #coding #codingforbegin...
Просмотров: 79

Видео

Create a Blog in Django with Wagtail - Part 1
Просмотров 1 тыс.19 часов назад
In this video we integrate the Wagtail CMS into a Django application and create a blog page with articles. Repository: github.com/andyjud/wagtail Django-Starter: github.com/andyjud/django-starter Live Blog: awesomepixx.com/blog 0:00 Intro & Demo 4:13 Django-Starter Setup 6:50 Wagtail Installation 10:45 Blog Page 16:04 Article Page 24:26 Articles Loop 29:00 Reversed Order Support me on: Patreon:...
Subscriptions with Stripe and Django - Part 7
Просмотров 469Месяц назад
In this video we implement a subscription model with Stripe with 3 tiers. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Demo 2:08 Subscription page 4:32 Products on Stripe 6:33 Checkout Session 11:04 Database Subscription Object 21:10 Cancel Subscription 24:00 Switch Plan Support me on: Patreon: www.patreon.com/andreasjud Buy me a Coffee: www.buymeacoffee.com/andr...
Htmx and AlpineJS upgrade - Stripe with Django - Part 6
Просмотров 551Месяц назад
In this video we will upgrade the product page with htmx and AlpineJS to create a fast and smooth user experience. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Demo 1:24 Load image with Htmx 6:05 Add selection highlight with AlpineJS 13:06 Dynamic values for backend Support me on: Patreon: www.patreon.com/andreasjud Buy me a Coffee: www.buymeacoffee.com/andreasju...
E-Commerce Variation with Django and Stripe - Part 5
Просмотров 5462 месяца назад
In this video we will see how we can add variations e.g. different product images, colors, sizes and qualities to a product. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Demo 2:17 Models 8:23 Product Variation page 16:02 Interactive Options 22:00 Add to Cart 28:10 Unique Item IDs 35:25 Stripe Checkout Support me on: Patreon: www.patreon.com/andreasjud Buy me a Co...
Checkout with Stripe and Shipping Info - Part 4
Просмотров 4352 месяца назад
In this video we will create a checkout page to receive the shipping information from the customers and finish the payment process with Stripe. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Demo 2:14 Shipping & Checkout Models 5:12 Shipping Form 6:08 Checkout Page 9:15 Checkout Logic 15:48 Prefill Shipping Details Support me on: Patreon: www.patreon.com/andreasjud...
Shopping Cart with Stripe, Django and Htmx - Part 3
Просмотров 8182 месяца назад
In this video we will build a Shopping Cart page, we create a cart class, a cart session and add interactivity to the site with a htmx event trigger and out of band swap. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Demo 2:00 Shop page 8:33 Product page 10:56 Cart class 15:00 Context Processor 16:00 Add to Cart 22:10 Htmx & Event Trigger 26:52 Cart page 35:00 Rem...
Payment (One-off) with Stripe and Django - Part 2
Просмотров 1,1 тыс.3 месяца назад
In this video we will build a one-off payment process using the Stripe API. Repository: github.com/andyjud/stripe Django Live Site: awesomepixx.com 0:00 Stripe API Secret Key 3:25 Stripe Price ID 5:27 Stripe Product ID 8:46 Stripe Checkout Session 15:15 User Payment Record 18:18 Webhook Support me on: Patreon: www.patreon.com/andreasjud Buy me a Coffee: www.buymeacoffee.com/andreasjud Merch Sto...
Stripe payments with Django - Intro - Part 1
Просмотров 2,3 тыс.3 месяца назад
In this video I give an introduction to Stripe payments and set up a basic Django app Repository: github.com/andyjud/stripe Django-Starter: github.com/andyjud/django-starter Django Live Site: awesomepixx.com 0:00 Demo & Workflow 3:48 Django-Starter Setup 6:00 Stripe app & Model 8:42 Frontend Support me on: Patreon: www.patreon.com/andreasjud Buy me a Coffee: www.buymeacoffee.com/andreasjud Merc...
SAAS with Django Tenants & Auto Tenant Creation - Part 5
Просмотров 1,8 тыс.3 месяца назад
In this video we will deploy our Django Tenants application Repository: github.com/andyjud/tenants Django Live Site: awesomepixx.com 0:00 Demo 2:42 Django-Starter & Postgres Container 4:50 Django-Tenants Setup 7:42 SaaS Auto Tenant Creation 13:09 Session Cookies 15:00 Tenant Landing Page 16:32 Tenant-Member relationship 20:24 List of tenants 22:04 Member Roles / Permissions Support me on: Patre...
Deploy Tenants with Django, Railway, AWS S3 bucket & Porkbun - Part 4
Просмотров 1,1 тыс.4 месяца назад
In this video we will deploy our Django Tenants application Repository: github.com/andyjud/tenants Deploy Tutorials: ruclips.net/video/BO6O3I88mU4/видео.html Django Live Site: awesomepixx.com 0:00 Intro 1:30 Environment Variables 3:20 Static Files 3:56 Remote Database 7:16 Deploy App on Railway 11:42 AWS S3 Bucket 19:35 Custom Domain with Porkbun 25:42 Custom Schema Storage 29:10 Auto Create Sc...
Customize a Tenant with Django & Custom File Storage - Part 3
Просмотров 1,5 тыс.4 месяца назад
In this video we will customize a tenants site and create a custom file storage for media files. Repository: github.com/andyjud/tenants Django Live Site: awesomepixx.com 0:00 ColorField property 4:35 Custom Header Template Tag 8:34 Logo upload 10:50 Tenant File System Storage 12:46 Custom Schema Storage 15:55 Multi-Tenant relative Media Root 18:15 Car Dealer tenant Support me on: Patreon: www.p...
Create a Tenant with Django - Part 2
Просмотров 2,5 тыс.4 месяца назад
Create a Tenant with Django - Part 2
Tenants with Django, Intro - Part 1
Просмотров 6 тыс.4 месяца назад
Tenants with Django, Intro - Part 1
Deploy Docker Image, Github Container Registry & Github Actions - Docker Part 4
Просмотров 1,4 тыс.5 месяцев назад
Deploy Docker Image, Github Container Registry & Github Actions - Docker Part 4
Docker Compose with Celery, Flower, Beat and Redis containers - Docker Part 3
Просмотров 2,8 тыс.5 месяцев назад
Docker Compose with Celery, Flower, Beat and Redis containers - Docker Part 3
Postgres Container - Docker Part 2
Просмотров 1,6 тыс.6 месяцев назад
Postgres Container - Docker Part 2
Docker - Containerize a Django App
Просмотров 7 тыс.6 месяцев назад
Docker - Containerize a Django App
Custom Logging with Django - Log to Console, File and Email
Просмотров 1,4 тыс.6 месяцев назад
Custom Logging with Django - Log to Console, File and Email
How to deploy Celery, Flower and Beat - Django Background Tasks - Part 5
Просмотров 1,8 тыс.7 месяцев назад
How to deploy Celery, Flower and Beat - Django Background Tasks - Part 5
How to send a newsletter with Celery Beat - Django Background Tasks - Part 4
Просмотров 1,2 тыс.7 месяцев назад
How to send a newsletter with Celery Beat - Django Background Tasks - Part 4
How to monitor Celery Tasks with Flower - Django Background Tasks - Part 3
Просмотров 3,5 тыс.7 месяцев назад
How to monitor Celery Tasks with Flower - Django Background Tasks - Part 3
How to set up Celery and Redis - Django Background Tasks - Part 2
Просмотров 4,2 тыс.7 месяцев назад
How to set up Celery and Redis - Django Background Tasks - Part 2
How to send Email Notifications as Background Tasks with Celery - Python Threading - Part 1
Просмотров 3,6 тыс.7 месяцев назад
How to send Email Notifications as Background Tasks with Celery - Python Threading - Part 1
Deploy with Daphne and Redis - Real-Time Chat app - Part 10
Просмотров 4 тыс.8 месяцев назад
Deploy with Daphne and Redis - Real-Time Chat app - Part 10
Django Deploy with Render, PostgreSQL, Cloudinary, Gmail, Github & Tailwind
Просмотров 1,8 тыс.8 месяцев назад
Django Deploy with Render, PostgreSQL, Cloudinary, Gmail, Github & Tailwind
Sending Files - Real-Time Chat app - Part 9
Просмотров 2,7 тыс.8 месяцев назад
Sending Files - Real-Time Chat app - Part 9
Live Activity Monitoring - Real-Time Chat app - Part 8
Просмотров 2,2 тыс.8 месяцев назад
Live Activity Monitoring - Real-Time Chat app - Part 8
Group Chat - Real-Time Chat app - Part 7
Просмотров 3,4 тыс.9 месяцев назад
Group Chat - Real-Time Chat app - Part 7
Private Chat - Real-Time Chat app - Part 6
Просмотров 4,8 тыс.9 месяцев назад
Private Chat - Real-Time Chat app - Part 6

Комментарии

  • @verax7892
    @verax7892 День назад

    been looking for a good wagtail tutorial for ages, THANK YOU SO MUCH Andreas Jud, very much appreciated.

  • @Armin-q6p
    @Armin-q6p День назад

    Excellent Bro continue your work and good luck

  • @chadwickm.2524
    @chadwickm.2524 3 дня назад

    Do bullet points and numbered lists work for you? For me they won´t show up in the article page

    • @ajudmeister
      @ajudmeister 3 дня назад

      @@chadwickm.2524 tailwind resets all the styles, so you can customise it to your liking. Here is the standard one: ul, ol { list-style: initial; padding-left: 40px; margin: 0 0 1em 0; }

    • @chadwickm.2524
      @chadwickm.2524 3 дня назад

      Okay I added this in the base.html (css): ul { list-style-type: disc; margin-left: 1.5rem; } ol { list-style-type: decimal; margin-left: 1.5rem; } li { margin-bottom: 0.5rem; }

  • @NickL.Kole.7
    @NickL.Kole.7 4 дня назад

    Heyy sir, Nikhil here from India, I am glad that someone is posting such a good level of content for free on RUclips. I see the amount of effort you are putting into this. Loved your content man awesome keep it up 💎🤍✨

    • @ajudmeister
      @ajudmeister День назад

      Awesome, thanks so much for your feedback!

  • @zatchouli6208
    @zatchouli6208 4 дня назад

    Hi, what’s the meaning of using django starter first? Is it for the custom user model?

    • @ajudmeister
      @ajudmeister 3 дня назад

      It’s a basic django application which has user profiles and a settings page added to it. However you can use your own django project if you have one.

  • @chadwickm.2524
    @chadwickm.2524 5 дней назад

    Awesome project as always. I'm looking forward to code it at the weekend :)

  • @bored_panda
    @bored_panda 6 дней назад

    please also show how to add login/subscribe and payments with paywall

    • @ajudmeister
      @ajudmeister 3 дня назад

      This can be done with Stripe. Have a look at my tutorials.

  • @sale7680
    @sale7680 6 дней назад

  • @sale7680
    @sale7680 6 дней назад

    Bravo well done 🙏

  • @sale7680
    @sale7680 6 дней назад

  • @sale7680
    @sale7680 6 дней назад

  • @sale7680
    @sale7680 6 дней назад

  • @matipendino879
    @matipendino879 7 дней назад

    I just started to dive into wagtail and this is super useful! Thanks for sharing your knowledge

    • @ajudmeister
      @ajudmeister 7 дней назад

      @@matipendino879 thanks and good luck!

  • @MarianoBustos-i1f
    @MarianoBustos-i1f 7 дней назад

    Andreas, my friend, your content keeps getting better and better. I wish yo continue making these. May I suggest a series on HTMX?

    • @ajudmeister
      @ajudmeister 7 дней назад

      Thanks for the feedback! Great suggestion. I series on just htmx would be useful. I will put it on the list.

  • @igordjuricigor
    @igordjuricigor 7 дней назад

    Andreas tnx for video. When I switch (in blog_page.html) "for loop" from "...page.get_children" to "articles", I loose my article on the web page... Must be I missed something.... 30:07 on timelap

    • @ajudmeister
      @ajudmeister 7 дней назад

      do you have the def get_context(self, request) defined in the models.py file? there you create the articles object and add it to the context.

    • @igordjuricigor
      @igordjuricigor 7 дней назад

      @ajudmeister Yes. I have copied that from Yoiur GitHub.

    • @igordjuricigor
      @igordjuricigor 7 дней назад

      @ajudmeister Yes I have copied that from Your GitHub...

  • @BrantScalan
    @BrantScalan 7 дней назад

    Great content !! Love your series. Looking forward to the upcoming videos.

  • @Qubit-sj6qo
    @Qubit-sj6qo 8 дней назад

    Hi andreas, I followed your real time chat app project and I learnt a lot - now I have free time again - I am starting this project with wagtail - will follow till then end - how many parts do u plan for this ?

    • @ajudmeister
      @ajudmeister 8 дней назад

      Hi, thanks for following. I can't say how many parts, but it probably is a shorter one, it sometimes depends what people want to see.

    • @Qubit-sj6qo
      @Qubit-sj6qo 8 дней назад

      @@ajudmeister Noted andreas

  • @sale7680
    @sale7680 8 дней назад

  • @sale7680
    @sale7680 8 дней назад

    Well done

  • @sale7680
    @sale7680 8 дней назад

  • @sale7680
    @sale7680 8 дней назад

    Well done

  • @Armin-q6p
    @Armin-q6p 8 дней назад

    Exzellent Bro continue your work and good luck

  • @matthiaswarlop2316
    @matthiaswarlop2316 8 дней назад

    Is there a reason you use allauth instead of the default django authentication?

    • @ajudmeister
      @ajudmeister 8 дней назад

      yes, it is great at handling the user signup process with email verification and password reset workflows. It also comes with a bunch of standard login templates you would otherwise build yourself.

  • @EntityCore
    @EntityCore 8 дней назад

    This is great man, really appreciate am a beginner

  • @arpitajana947
    @arpitajana947 8 дней назад

    I have carefully follwed all the steps still in tailwind.css file @tailwind or @apply is not being recognised, Im stuck please help!

    • @ajudmeister
      @ajudmeister 8 дней назад

      did you add the type? <style type="text/tailwindcss">

    • @arpitajana947
      @arpitajana947 7 дней назад

      @@ajudmeister yes!

    • @ajudmeister
      @ajudmeister 7 дней назад

      @@arpitajana947 Sorry, you were talking about the tailwind.css file. So you are saying standard css works in this file, but @apply code doesn't? @tailwind base; @tailwind components; @tailwind utilities; /* This doesn't work? */ h1 { @apply text-4xl font-bold mb-4 } /* This doesn't? */ h2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem; } After you run the tailwind command, do you see the @apply styles in the output css file? If you don't see them there, there is something wrong with the tailwind configuration.

    • @arpitajana947
      @arpitajana947 День назад

      @@ajudmeister Yes right i dont see @apply in output CSS file, can you help me resolve this?

  • @sale7680
    @sale7680 9 дней назад

    Bravo man

  • @sale7680
    @sale7680 9 дней назад

    Really amazing awesome tutorial I have never seen tutorials like this before

    • @ajudmeister
      @ajudmeister 8 дней назад

      thanks for the feedback :)

  • @sale7680
    @sale7680 9 дней назад

  • @purusoth9353
    @purusoth9353 12 дней назад

    I have a issue the images are storing in the postgresql but not in the cloudinary instead of that it is storing in local folder by creating a folder with the name specified in models

    • @ajudmeister
      @ajudmeister 8 дней назад

      It looks like you might not have configured the cloudinary upload functionality correctly. Does your config look like this: STORAGES = { "default": { "BACKEND": "cloudinary_storage.storage.MediaCloudinaryStorage", }, "staticfiles": { "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage", }, }

  • @emma.f.mkpurunchi599
    @emma.f.mkpurunchi599 12 дней назад

    I having the error of /bin/bash: line 1: gunicorn: command not found while deploying my application. the gunicon is installed, listed in the requirements.txt file and it is in the Procfile too. I don't know what could be the cause. the database is working fine.

    • @ajudmeister
      @ajudmeister 8 дней назад

      It looks like your Gunicorn executable is not available in the environment where your application is running. Did you add the Start Command in the Settings on Railway? gunicorn yourcoreapp.wsgi ?

  • @YoucancallmeRichLive
    @YoucancallmeRichLive 13 дней назад

    Bro I can’t learn anything from this tutorial my docker container keeps crashing when I boot it up

    • @ajudmeister
      @ajudmeister 13 дней назад

      @@YoucancallmeRichLive hmm, this could be caused by many factors. Are you sure your configurations are correct?

  • @Lion.-motivation
    @Lion.-motivation 13 дней назад

    thank you for the content!

  • @kriszet9772
    @kriszet9772 13 дней назад

    Thanks for this video, it is very useful. I was wondering that if I have a ecommorce website built with Django and I have already other apps and models for Customer, Product etc. - do I have to add that kind of fields in the UserPayment model or I have to create there a foreign keys? I will be grateful for a response.

    • @ajudmeister
      @ajudmeister 8 дней назад

      I think the cleanest way would be to use foreign keys to avoid duplications.

  • @Singh1405-l5u
    @Singh1405-l5u 14 дней назад

    I am having a minor doubt, how do we know that all the animations and effects are being applied to the new message only and not all the messages when we render the page.

    • @ajudmeister
      @ajudmeister 8 дней назад

      If the animation is placed only on the htmx partial which triggers when the user interacts with the page, the animation will not happen when rendering the initial page.

    • @Singh1405-l5u
      @Singh1405-l5u День назад

      @@ajudmeister Ok, thanks a lot and keep up the good work.🙌

  • @apuravmahajan283
    @apuravmahajan283 14 дней назад

    30:30

    • @ajudmeister
      @ajudmeister 8 дней назад

      haha, i switched screens, not actually clicked on the settings link

    • @apuravmahajan283
      @apuravmahajan283 8 дней назад

      ​@@ajudmeisteroh na this timestamp is for my reference, i left here

  • @edge12340
    @edge12340 15 дней назад

    this channel is great. Very practical and exactly what i needed. Thanks Andreas.

  • @juansebastiangomezserrano4905
    @juansebastiangomezserrano4905 16 дней назад

    Andreas I follow you from Colombia, thank you for your videos I have learned a lot

    • @ajudmeister
      @ajudmeister 8 дней назад

      Thank you so much for the feedback!

  • @matthiaswarlop2316
    @matthiaswarlop2316 16 дней назад

    would this be using nginx on Render?

    • @ajudmeister
      @ajudmeister 8 дней назад

      Yes, as far as I know Render uses NGINX

  • @ali8670
    @ali8670 17 дней назад

    Hi Andreas, when i am in mobile view of the website and i scroll to bottom posts are not loading. My infinite scroll isn't working. Can you tell what could be the problem? Edit: problem solved element was not properly revealed when reach bottom so i gave mb-14 and it worked.

    • @ajudmeister
      @ajudmeister 8 дней назад

      Hi, sorry for the late reply. I am glad you fixed it. Yes, the element needs to be revealed on the page and sometimes some css can help :) gj

  • @justsmile7449
    @justsmile7449 17 дней назад

    Hello thnks a lot for your videos thinking of learning django is it a good framework for a soloproneur making his own saas apps ? Or should i go with next js

    • @ajudmeister
      @ajudmeister 8 дней назад

      Depends what language you like to use and if you need frontend and backend. Python is a much cleaner and much easier to understand language, but if you prefer javascript then next js is a good option too. Django, in my opinion, is the best full-stack framework for general use, and can be applied to almost all use-cases, frontend and blackend, especially for solopreneurs, as many core features are already build-in and there is a huge community for support. Next js is only frontend and needs to be combined with a backend, like a javascript backend with Node.js (eg. Express.js or NestJS) or you could also combine it with Django as the backend (eg. Django Rest Framework)

  • @mickmchugh2039
    @mickmchugh2039 18 дней назад

    Subscribed - I feel more confident about deploying django to Railway after your video.

  • @AbhiLallu24
    @AbhiLallu24 18 дней назад

    The tutorial was amazing, but I am facing the following problem, Reverse for 'profile' with arguments '('admin',)' not found. 1 pattern(s) tried: ['profile/\\Z'] Can anyone help me?

    • @ajudmeister
      @ajudmeister 18 дней назад

      Hi, thanks for the feedback. Could it be that the admin user does not have a profile object in the database? This could have happened because the signal was not yet created when creating the user object. Try to manually create a profile object for the admin user through the admin interface.

    • @AbhiLallu24
      @AbhiLallu24 18 дней назад

      @ajudmeister the anchor tag that sends us to the user's profile "message.author.username" is causing this. Thanks for the reply, I have checked the Profiles and there is a profile created for the admin user.

    • @AbhiLallu24
      @AbhiLallu24 18 дней назад

      @@ajudmeister Ok, I got it. I have not updated the profile view to accept usernames. 👍

  • @casualengineerzombie
    @casualengineerzombie 18 дней назад

    Almost ok, the problem is you didn't listen for events when the charge.failed

    • @ajudmeister
      @ajudmeister 8 дней назад

      Yes, you're right; I didn't fully cover webhooks with event triggers, as they require a live site to be properly tested. When I have a live service, I might add this to the series. Cheers.

    • @casualengineerzombie
      @casualengineerzombie 7 дней назад

      @@ajudmeister perfect thanks!

  • @stephenebuka5453
    @stephenebuka5453 18 дней назад

    I keep getting errors on the other_user = User.objects.get()

  • @LongMaiNgọcHoàng
    @LongMaiNgọcHoàng 18 дней назад

    my redis not work redis.exceptions.ConnectionError: Error 11001 connecting to red-*****:6379. 11001.

  • @Eldarlll
    @Eldarlll 22 дня назад

    Thank you for your work! Great explanations. Came here from the superb django-htmx tutorial you made.

    • @ajudmeister
      @ajudmeister 19 дней назад

      Thanks a lot for the feedback. Ajax is one of those interesting topics in web development I had to explore, and this is where htmx makes it so simple.

  • @MasiSediqi-r3g
    @MasiSediqi-r3g 22 дня назад

    I will no longer watch your videos because you provide all the code only in exchange for money

    • @ajudmeister
      @ajudmeister 19 дней назад

      not true. 99% of the code is free to use and available on my github repository. I put a lot of effort in making the frontend templates which I will ask for a small contribution, but they are absolutely not necessary to follow the tutorial.

  • @MasiSediqi-r3g
    @MasiSediqi-r3g 22 дня назад

    I will no longer watch your videos because you provide all the code only in exchange for money

    • @ajudmeister
      @ajudmeister 19 дней назад

      not true. 99% of the code is free to use and available on my github repository. I put a lot of effort in making the frontend templates which users can use for a small contribution, but they are absolutely not necessary to follow the tutorial.

    • @MasiSediqi-r3g
      @MasiSediqi-r3g 17 дней назад

      @@ajudmeister Well, why don’t you provide those parts of the code that are very important for a project? Sometimes I am forced to stop following your lesson because I don’t have access to those parts of the code that you have put behind a paywall. There are many people like me.

    • @MasiSediqi-r3g
      @MasiSediqi-r3g 17 дней назад

      @@ajudmeister I know that your level in programming is very high, but I have a suggestion for you. Why don’t your subscribers increase rapidly, or why do they grow very slowly? The reason is those parts of the code that you put behind a paywall. I had subscribed to you, but in one of your lessons, you mentioned that the code must be obtained from the Patreon site. I went to that site, and there it asked me for money. That’s why I unsubscribed from you. Even though $10 or $5 isn’t a big amount, I know that for programmers in Afghanistan, it is a very significant amount. Do you know that?

    • @MasiSediqi-r3g
      @MasiSediqi-r3g 17 дней назад

      ​@@ajudmeister So if it is paid for others, please, if it’s not a problem, provide it for Afghan programmers for free.

  • @indiunix
    @indiunix 23 дня назад

    How would you add authentication on part of Alpine here...

    • @ajudmeister
      @ajudmeister 19 дней назад

      Hi, not sure what exactly you mean, but if you want to add AlpineJS to the page check out this tutorial where I add a dropdown menu using AlpineJS: ruclips.net/video/RR7z_eg_QHY/видео.htmlsi=P4ilzotuwQmi-m3G&t=246

  • @rayncodes
    @rayncodes 24 дня назад

    subscribed