Thanks for this! very useful, does the tailwind intellisence extension not work with V4 yet?
@codingwithshiku473510 сағат бұрын
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 💕💕
@codeandcreate9 сағат бұрын
You're welcome! Glad I could help.
@Lenons1706Күн бұрын
So, I don't have to create tailwind.config.js file? right?
@codeandcreateКүн бұрын
Correct, it’s no longer generated when you install Tailwind 4.0
@johnbritto712Күн бұрын
What is the theme you are using?
@codeandcreateКүн бұрын
That’s my custom theme. Check out our video about creating custom themes in VS code
@rajii2012 күн бұрын
Thank you!
@sleepeasyguitar95052 күн бұрын
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Күн бұрын
Thanks for reaching out. Go ahead and post the code here
@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...
@SpokenEnglishGurukul3 күн бұрын
Please make a video on infinite marquee text on scroll it should Move to the right side else left using gsap please
@blessingmwandila14735 күн бұрын
deepseekR1 nails the backend
@joshtrembath50666 күн бұрын
really enjoyed this
@codeandcreate5 күн бұрын
Glad you enjoyed it!
@madartblocker6 күн бұрын
Oh cool, I'm going to try this later.
@madartblocker6 күн бұрын
It's offline for now but I do appreciate the tutorials and thanks.
@DiegoRodrigues2907 күн бұрын
ameeeei a dublagem, obrigado pelo carinho
@codeandcreate7 күн бұрын
Thanks!
@aogunnaike7 күн бұрын
Can I install it on a vps server so I can use it in an application I want to use?
@codeandcreate7 күн бұрын
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.
@aogunnaike7 күн бұрын
@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?
@codeandcreate7 күн бұрын
@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.
@aogunnaike7 күн бұрын
@@codeandcreate thanks alot 👍 I'll try this and update u as it goes, thanks a lot
@piticka7 күн бұрын
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
@LeaningIsTheKey8 күн бұрын
Wow i just download it and deepseek is the best
@etni_dev8 күн бұрын
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
@codeandcreate8 күн бұрын
Thanks for the feedback! I’m glad to hear you’re enjoying DeepSeek. I agree, adding image and video generation would be great features
@Jeffersontubel8 күн бұрын
pro portugues, chatgpt saiu como sachê hahaha. No geral ficou bom a dublagem. Obrigado
@codeandcreate8 күн бұрын
Thanks!
@guilhermegaeski8 күн бұрын
parabéns pelo canal e pela iniciativa de dublar em português logo a comunidade nerd brasileira invadirá seu canal
@codeandcreate8 күн бұрын
Thanks!
@rfcsb7 күн бұрын
estamos aqui
@AinaqEntertainment8 күн бұрын
You are a great teacher and developer ! Appreciate your skills ❤
@codeandcreate8 күн бұрын
Thank you!
@nerdzone_oficial_br8 күн бұрын
Greater scientists in the world that ocasionally are from China
@akashb75158 күн бұрын
Quick and straightforward 💥
@tonytenorio84829 күн бұрын
amazing, but DeepSeek would make programmers obsolete?
@codeandcreate9 күн бұрын
I’d say there’s no need to worry just yet
@madartblocker9 күн бұрын
Interesting, I haven't messed with anything AI yet... DeepSeek serve me beer. Cheers! ChatGPT serve me beer. I need a tip first.
@codeandcreate9 күн бұрын
Sounds like you need to try them out! 😉
@madartblocker9 күн бұрын
@@codeandcreate I might get addicted and turn into a tech junkie lol.
@LeaningIsTheKey20 күн бұрын
Amazing 🥰
@codeandcreate20 күн бұрын
Thanks!
@SpokenEnglishGurukul21 күн бұрын
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
@codeandcreate21 күн бұрын
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 🙂
@SpokenEnglishGurukul21 күн бұрын
@codeandcreate thank you so much i found your channel today and seems very helpful ☺️
@codeandcreate21 күн бұрын
@SpokenEnglishGurukul Glad to hear❤️
@SimplyZaidy21 күн бұрын
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
@codeandcreate21 күн бұрын
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-xb1nh22 күн бұрын
Make some modern design projects in React and Next Js too
@codeandcreate22 күн бұрын
Thanks for you suggestion. We have lots of projects here on the channel with React so you can check them out
@FaeminoJustoFlecha22 күн бұрын
Hola y saludos desde España. Excelente Tutorial, como todos los que haces y Gracias por compartir con nosotros tus conocimientos. Un saludo.
@codeandcreate22 күн бұрын
Thank you!!
@madartblocker23 күн бұрын
Awesome and gracias.
@codeandcreate23 күн бұрын
Thanks!
@samsiddique475123 күн бұрын
How to learn js
@codeandcreate23 күн бұрын
Hey, we have tons of tutorials about JavaScript, just check them out 🙌
@a7mdbest1523 күн бұрын
very awesome and nice video, most of these can be in my personal component library thank you
@codeandcreate23 күн бұрын
Thanks a lot man!
@OmarFaruk-bz4gw23 күн бұрын
❤❤❤❤ Bangladesh
@vsrock340927 күн бұрын
Please make majaor project using react and firebase
@codeandcreate27 күн бұрын
Thanks, we’ll keep that in mind
@moerv67328 күн бұрын
Awesome and comprehensive breakdown! thanks!
@codeandcreate28 күн бұрын
Glad it was helpful!
@moerv67328 күн бұрын
Awesome and comprehensive breakdown! thanks!
@NikhilAthukuri28 күн бұрын
on 2:17:29 there is a bug. we can enter multiple numbers in hours & minutes
@digilink827229 күн бұрын
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-d9i29 күн бұрын
thank you for the pricious informations 😀
@codeandcreate29 күн бұрын
Thanks!
@abdiqafaarabdulahi233529 күн бұрын
you deserve million bro😍
@codeandcreate29 күн бұрын
Thanks!
@alan-overthenet29 күн бұрын
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.
@AshwinSKumar29 күн бұрын
Does this still work?
@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Ай бұрын
Good project but your source code empty in github
@joeljacob4484Ай бұрын
Can't believe a channel like this exist...whaaaat😳
@codeandcreateАй бұрын
Glad you’ve found it 🤝
@TahaJSDevАй бұрын
Amazing 🤩 did you use nodejs or any backend or just local storage? If local storage, how?
@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Ай бұрын
also how you dublicate the code
@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Ай бұрын
Which font are you using?
@TahaJSDevАй бұрын
Amazing 🤩
@TahaJSDevАй бұрын
Very good, What theme are you using?
@codeandcreateАй бұрын
It’s called Noctis
@TahaJSDevАй бұрын
@codeandcreate thanks, sorry for asking a lot about themes, because I like to go with different themes 😅
@codeandcreateАй бұрын
You can check out our recent video about VS code themes and fonts
@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Ай бұрын
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.