Пікірлер
@martinyates353
@martinyates353 8 сағат бұрын
Thanks for this! very useful, does the tailwind intellisence extension not work with V4 yet?
@codingwithshiku4735
@codingwithshiku4735 10 сағат бұрын
Thank you so much man i was stuck on making my new project cause i can't see my tailwind.config file now i understood the thing 💕💕
@codeandcreate
@codeandcreate 9 сағат бұрын
You're welcome! Glad I could help.
@Lenons1706
@Lenons1706 Күн бұрын
So, I don't have to create tailwind.config.js file? right?
@codeandcreate
@codeandcreate Күн бұрын
Correct, it’s no longer generated when you install Tailwind 4.0
@johnbritto712
@johnbritto712 Күн бұрын
What is the theme you are using?
@codeandcreate
@codeandcreate Күн бұрын
That’s my custom theme. Check out our video about creating custom themes in VS code
@rajii201
@rajii201 2 күн бұрын
Thank you!
@sleepeasyguitar9505
@sleepeasyguitar9505 2 күн бұрын
Thank you for the tutorial! I'm trying to implement this into one of my projects, but I'm having an issue with the JavaScript. I keep getting this error Uncaught TypeError: Cannot read properties of null (reading 'getBoundingClientRect') at HTMLDivElement.<anonymous> (app.js:7:60) My javascript knowledge isn't the best at the moment, so I'm not exactly sure how to go about fixing this error. Do you have an email address that I could send the rest of my code to, or should I post it here? (if you're willing to look at it)
@codeandcreate
@codeandcreate Күн бұрын
Thanks for reaching out. Go ahead and post the code here
@sleepeasyguitar9505
@sleepeasyguitar9505 Күн бұрын
Thank you, I've cut out the part that I used from your video. Here's the HTML: <section-growth class="section-growth text-standard margin" id="growth"> <img class="timeline-image" src="/Users/danielsmit/Documents/2Brus/images/2Brus timeline with restaurant logos.png" alt="2Brus timeline playing at different restaurants"> </section-growth class="margin"> <section class="videos"> <div class="slider"> <div class="slide active"> <video src="videos/video-1.MOV" autoplay loop muted></video> <h1 class="slide-heading">Hello Beach</h1> </div> <div class="slide" style="--i: 3"> <video src="videos/video-2.mp4" autoplay loop muted></video> <h1 class="slide-heading">Bridge Street</h1> </div> <div class="slide" style="--i: 2"> <video src="videos/video-3.MP4" autoplay loop muted></video> <h1 class="slide-heaading">Argos</h1> </div> <div class="slide" style="--i: 1"> <video src="videos/video-3.MP4" autoplay loop muted></video> <h1 class="slide-heading">Wedding</h1> </div> </div> </section> Here's the Javascript: const slides = [...document.querySelectorAll('.slide')] slides.forEach((slide) => { slide.addEventListener("click", ()=>{ const activeSlide = document.querySelector('slide.active') const activeSlideProps = Object.assign(activeSlide.getBoundingClientRect()) const slideProps = slide.getBoundingClientRect() activeSlide.style.cssText = `width: ${slideProps.width} px; height: ${slideProps.height}px; top: ${slideProps.top} px; left: ${slideProps.left}px;` slide.style.cssText = `width: ${activeSlideProps.width} px; height: ${activeSlideProps.height}px; top: ${activeSlideProps.top} px; left: ${activeSlideProps.left}px;` activeSlide.classList.remove('active') slide.classList.add('active') }) }) I've tried to look over the code a few times, so I hope I haven't missed over something very simple...
@SpokenEnglishGurukul
@SpokenEnglishGurukul 3 күн бұрын
Please make a video on infinite marquee text on scroll it should Move to the right side else left using gsap please
@blessingmwandila1473
@blessingmwandila1473 5 күн бұрын
deepseekR1 nails the backend
@joshtrembath5066
@joshtrembath5066 6 күн бұрын
really enjoyed this
@codeandcreate
@codeandcreate 5 күн бұрын
Glad you enjoyed it!
@madartblocker
@madartblocker 6 күн бұрын
Oh cool, I'm going to try this later.
@madartblocker
@madartblocker 6 күн бұрын
It's offline for now but I do appreciate the tutorials and thanks.
@DiegoRodrigues290
@DiegoRodrigues290 7 күн бұрын
ameeeei a dublagem, obrigado pelo carinho
@codeandcreate
@codeandcreate 7 күн бұрын
Thanks!
@aogunnaike
@aogunnaike 7 күн бұрын
Can I install it on a vps server so I can use it in an application I want to use?
@codeandcreate
@codeandcreate 7 күн бұрын
Yes, you can install DeepSeek R1 on a VPS server! Follow these steps: 1. Set Up VPS: Ensure your VPS has a Linux OS (Ubuntu/Debian recommended) and sufficient resources for DeepSeek. 2. Install Docker: Run sudo apt update && sudo apt install -y docker.io. 3. Pull DeepSeek Image: Use docker pull deepseekr1/image-name (replace with the correct image). 4. Run DeepSeek in a Container: Start the container with docker run -d -p 8080:80 deepseekr1/image-name. 5. Access DeepSeek: Access it via your VPS’s public IP at <your-vps-ip>:8080. 6. Integrate in Your App: Use the API endpoints provided in the DeepSeek documentation.
@aogunnaike
@aogunnaike 7 күн бұрын
@codeandcreate wow thanks for this 👍 does this means I wan create my app and Install deepseek on the same vps server? Or I need different vps servers for my app and deepseek?
@codeandcreate
@codeandcreate 7 күн бұрын
@aogunnaike You’re welcome! You can run both your app and DeepSeek on the same VPS server as long as it has sufficient resources (CPU, RAM, and storage) to handle both. Using Docker containers for each service (your app and DeepSeek) can help keep them isolated and manageable. Just ensure that each service runs on different ports to avoid conflicts.
@aogunnaike
@aogunnaike 7 күн бұрын
@@codeandcreate thanks alot 👍 I'll try this and update u as it goes, thanks a lot
@piticka
@piticka 7 күн бұрын
Nao confio , so pelo fato de vir da china. Nao que o gpt seja seguro, mas entre o ruim e o pessimo fico com o ruim
@LeaningIsTheKey
@LeaningIsTheKey 8 күн бұрын
Wow i just download it and deepseek is the best
@etni_dev
@etni_dev 8 күн бұрын
I tested a little bit the deepseek and some people that I know that tested agree, deep seek is the best free A.I. tool and maybe best than the paid one. They need put some image and video generation in the tool, after that, it will be the best A.I. model until now
@codeandcreate
@codeandcreate 8 күн бұрын
Thanks for the feedback! I’m glad to hear you’re enjoying DeepSeek. I agree, adding image and video generation would be great features
@Jeffersontubel
@Jeffersontubel 8 күн бұрын
pro portugues, chatgpt saiu como sachê hahaha. No geral ficou bom a dublagem. Obrigado
@codeandcreate
@codeandcreate 8 күн бұрын
Thanks!
@guilhermegaeski
@guilhermegaeski 8 күн бұрын
parabéns pelo canal e pela iniciativa de dublar em português logo a comunidade nerd brasileira invadirá seu canal
@codeandcreate
@codeandcreate 8 күн бұрын
Thanks!
@rfcsb
@rfcsb 7 күн бұрын
estamos aqui
@AinaqEntertainment
@AinaqEntertainment 8 күн бұрын
You are a great teacher and developer ! Appreciate your skills ❤
@codeandcreate
@codeandcreate 8 күн бұрын
Thank you!
@nerdzone_oficial_br
@nerdzone_oficial_br 8 күн бұрын
Greater scientists in the world that ocasionally are from China
@akashb7515
@akashb7515 8 күн бұрын
Quick and straightforward 💥
@tonytenorio8482
@tonytenorio8482 9 күн бұрын
amazing, but DeepSeek would make programmers obsolete?
@codeandcreate
@codeandcreate 9 күн бұрын
I’d say there’s no need to worry just yet
@madartblocker
@madartblocker 9 күн бұрын
Interesting, I haven't messed with anything AI yet... DeepSeek serve me beer. Cheers! ChatGPT serve me beer. I need a tip first.
@codeandcreate
@codeandcreate 9 күн бұрын
Sounds like you need to try them out! 😉
@madartblocker
@madartblocker 9 күн бұрын
@@codeandcreate I might get addicted and turn into a tech junkie lol.
@LeaningIsTheKey
@LeaningIsTheKey 20 күн бұрын
Amazing 🥰
@codeandcreate
@codeandcreate 20 күн бұрын
Thanks!
@SpokenEnglishGurukul
@SpokenEnglishGurukul 21 күн бұрын
Sir Can you please help I am beginner learning web developement i can easily understand each topic of javascript but can't use it to create desired activity or anything
@codeandcreate
@codeandcreate 21 күн бұрын
Hey thanks for reaching out, we all have been in your shoes. Start small and build a simple project, and then increase the complexity step-by-step 🙂
@SpokenEnglishGurukul
@SpokenEnglishGurukul 21 күн бұрын
@codeandcreate thank you so much i found your channel today and seems very helpful ☺️
@codeandcreate
@codeandcreate 21 күн бұрын
@SpokenEnglishGurukul Glad to hear❤️
@SimplyZaidy
@SimplyZaidy 21 күн бұрын
Hi! I started learning Angular, do you think making a project is the best way to learn and practice? By the way great video <3
@codeandcreate
@codeandcreate 21 күн бұрын
Hi! 😊 Absolutely, building projects is the best way to learn and practice! It helps you apply what you’ve learned and tackle real-world challenges. Start small, like a to-do app or a weather app, and work your way up to more complex projects. Thanks a lot for watching and your kind words-good luck with Angular! 💪🔥
@RR-xb1nh
@RR-xb1nh 22 күн бұрын
Make some modern design projects in React and Next Js too
@codeandcreate
@codeandcreate 22 күн бұрын
Thanks for you suggestion. We have lots of projects here on the channel with React so you can check them out
@FaeminoJustoFlecha
@FaeminoJustoFlecha 22 күн бұрын
Hola y saludos desde España. Excelente Tutorial, como todos los que haces y Gracias por compartir con nosotros tus conocimientos. Un saludo.
@codeandcreate
@codeandcreate 22 күн бұрын
Thank you!!
@madartblocker
@madartblocker 23 күн бұрын
Awesome and gracias.
@codeandcreate
@codeandcreate 23 күн бұрын
Thanks!
@samsiddique4751
@samsiddique4751 23 күн бұрын
How to learn js
@codeandcreate
@codeandcreate 23 күн бұрын
Hey, we have tons of tutorials about JavaScript, just check them out 🙌
@a7mdbest15
@a7mdbest15 23 күн бұрын
very awesome and nice video, most of these can be in my personal component library thank you
@codeandcreate
@codeandcreate 23 күн бұрын
Thanks a lot man!
@OmarFaruk-bz4gw
@OmarFaruk-bz4gw 23 күн бұрын
❤❤❤❤ Bangladesh
@vsrock3409
@vsrock3409 27 күн бұрын
Please make majaor project using react and firebase
@codeandcreate
@codeandcreate 27 күн бұрын
Thanks, we’ll keep that in mind
@moerv673
@moerv673 28 күн бұрын
Awesome and comprehensive breakdown! thanks!
@codeandcreate
@codeandcreate 28 күн бұрын
Glad it was helpful!
@moerv673
@moerv673 28 күн бұрын
Awesome and comprehensive breakdown! thanks!
@NikhilAthukuri
@NikhilAthukuri 28 күн бұрын
on 2:17:29 there is a bug. we can enter multiple numbers in hours & minutes
@digilink8272
@digilink8272 29 күн бұрын
What a beautiful design, I like it and also want to complete source code so that I could deploy it for a real website, is it possible?
@AytekinÖzkan-d9i
@AytekinÖzkan-d9i 29 күн бұрын
thank you for the pricious informations 😀
@codeandcreate
@codeandcreate 29 күн бұрын
Thanks!
@abdiqafaarabdulahi2335
@abdiqafaarabdulahi2335 29 күн бұрын
you deserve million bro😍
@codeandcreate
@codeandcreate 29 күн бұрын
Thanks!
@alan-overthenet
@alan-overthenet 29 күн бұрын
Thanks for the excellent content and advice as always, George. If I had more sense, I would follow it 🙃 This is just the tip of the iceberg. I am currently head down, chewing through Rust. Or Python and Django. Or PHP and Laravel. I need to stop before my head bursts 😵‍💫 I look forward to what you produce next. I forgot to add, the slides are very good.
@AshwinSKumar
@AshwinSKumar 29 күн бұрын
Does this still work?
@MrPyramide
@MrPyramide Ай бұрын
Salut, dommage pour ce tutoriel, qui, sur le papier avait l'air top.. :/ Le responsive n'en est pas vraiment, car régler des breakpoints aussi gros, fait que sur de l'affichage labtop(tout le monde n'a pas d'écran XXL) et ça aurait cool d'avoir une approche "mobile-first", car là, rien ne fonctionne bien. Et aussi de mettre tout en valeur fixes en pixel, n'est pas vraiment une bonne pratique. Je pense qu'il aurait judicieux de tout englober dans une div container ;) On perds beaucoup de temps à suivre la vidéo, juste pour faire des classes en tailwind et très peu de framer motion. Merci quand même pour la vidéo ;)
@husseffect
@husseffect Ай бұрын
Good project but your source code empty in github
@joeljacob4484
@joeljacob4484 Ай бұрын
Can't believe a channel like this exist...whaaaat😳
@codeandcreate
@codeandcreate Ай бұрын
Glad you’ve found it 🤝
@TahaJSDev
@TahaJSDev Ай бұрын
Amazing 🤩 did you use nodejs or any backend or just local storage? If local storage, how?
@codeandcreate
@codeandcreate Ай бұрын
For this App, we didn’t use Node.js or any backend-it’s purely frontend and relies on local storage to save data. The data is stored directly in the browser’s local storage, so it persists even after refreshing the page. It’s a simple yet effective way to manage data for smaller projects like this.
@Mr_RAX50
@Mr_RAX50 Ай бұрын
also how you dublicate the code
@Mr_RAX50
@Mr_RAX50 Ай бұрын
again hello buddie which type of images you use in this video products section if i want to use different types of images how i download
@BhavinSali
@BhavinSali Ай бұрын
Which font are you using?
@TahaJSDev
@TahaJSDev Ай бұрын
Amazing 🤩
@TahaJSDev
@TahaJSDev Ай бұрын
Very good, What theme are you using?
@codeandcreate
@codeandcreate Ай бұрын
It’s called Noctis
@TahaJSDev
@TahaJSDev Ай бұрын
@codeandcreate thanks, sorry for asking a lot about themes, because I like to go with different themes 😅
@codeandcreate
@codeandcreate Ай бұрын
You can check out our recent video about VS code themes and fonts
@thestrangerunboxing
@thestrangerunboxing Ай бұрын
Can it fully work after hosting,i mean its not full stack only Frontend and storing data on local storage!.so if we update post does it work??
@codeandcreate
@codeandcreate Ай бұрын
Hi there! 😊 Yes, the Blog and News App will fully work after hosting, even though it’s not a full-stack application. Since the data is stored in local storage, any updates you make to posts will still work as long as you're accessing the app on the same device and browser. However, keep in mind that local storage is limited to the specific device, so the data won’t sync across different devices or users.