Тёмный
LearnWebCode
LearnWebCode
LearnWebCode
Подписаться
I make videos about CSS, JavaScript, and WordPress. I also teach premium courses which are available on my website.
Top 5 VS Code Color Themes!
4:03
Месяц назад
Next.js 14 Tutorial for Beginners
35:25
3 месяца назад
HTML CSS JavaScript Project
1:08:05
Год назад
Next.js Tutorial For Beginners
52:35
Год назад
Комментарии
@MrJfergs
@MrJfergs 40 минут назад
So wordpress is getting a client side router as default next year? So no need to use libs like swup anymore?
@raj080288
@raj080288 2 часа назад
Great video but the option and custom fields would be a breeze using acf
@paulodelgado6281
@paulodelgado6281 4 часа назад
I commend your work. Good work. I still cannot fathom having to work on windows. What a nightmare, going through all these hoops just to get something so basic done.
@chrisder1814
@chrisder1814 13 часов назад
hello and thank you very much for this video, however I had some ideas and I would have liked you to tell me what you think about them, I'm not sure if I could use them with the applications that I use and APIs
@louitdev5540
@louitdev5540 День назад
Thank you so much for making this tutorial. I learned everything perfectly, unlike in my classes. 😃
@louitdev5540
@louitdev5540 День назад
56:43 if you are in the part where he get the users posts with auth()->user()->posts()->latest()->get(); and you have the intelephense extension, it will trigger an error. This error is harmless and don't stop your project from running normaly. To stop this error from appearing go to the Intelephense Extension configurantion and search for the title "Diagnostics: Undefined Methods" and untick the box.
@subbunittala2012
@subbunittala2012 День назад
Neovim is game changer for me...and dumped vscode for it
@sidewaysdesign
@sidewaysdesign День назад
Related tip: Instead of manually adding cursors one-by-one, you can just make a selection across multiple lines, then press Shift+Alt+I to split the selection so that a cursor appears on the end of each line.
@LearnWebCode
@LearnWebCode День назад
🤯🤯🤯 Thank you so much!! Although, I'm not sure if I'm using it correctly. Selecting multiple lines wasn't working for me, as I believe that will select the next occurrence and since it's multiple unique lines that won't be anywhere else in your document. However, if I select a single closing </li> tag I can then press CMD + Shift + L and it automatically selects all following occurrences and places cursor at the end; awesome! That's one of the coolest tips I've ever learned about VS Code! Is that how you utilize it?
@sidewaysdesign
@sidewaysdesign 21 час назад
@@LearnWebCode My bad - I must have modified the keybinding a long time ago. The feature is "Insert cursor at end of each line selected", and the default key combo is apparently Shift+Alt+I.
@LearnWebCode
@LearnWebCode 8 часов назад
@@sidewaysdesign No way! That is amazing!!! Thank you for looking into the name / shortcut for that one, I'll never forget it.
@Z.Bridge
@Z.Bridge День назад
Being a very beginner I enjoyed your video's which are great, but even more your way of teaching. Thanks for bringing over your knowledge the way you do it.
@LearnWebCode
@LearnWebCode День назад
I'm so glad the video was helpful; and thank you so much for the kind comment 🙏
@Z.Bridge
@Z.Bridge День назад
Z.Bridge Being a very beginner I enjoyed your video's which are great, but even more your way of teaching. Thanks for bringing over your knowledge the way you do it.
@michaelfranco387
@michaelfranco387 День назад
Love the content!
@LearnWebCode
@LearnWebCode День назад
Thank you so much!
@vosyasabesquien
@vosyasabesquien День назад
0:10 for multiple cursors, it's the command key in mac
@vosyasabesquien
@vosyasabesquien День назад
hi brad. what about static blocks and the interactivity API? this new API makes total sense in dynamic blocks where the font end code already was in (render.)php. but what about static blocks where the front end is in React?
@highflyingactions
@highflyingactions День назад
Hey, how to move whole line code up and down using command, in phpstorm we can whole line code up and down using ctrl+ { left and right } bracket key. Can we do this in VSCODE
@LearnWebCode
@LearnWebCode День назад
Yes, we can do this in VS Code. On Mac you hold down the Option key (Alt key on Windows) and use the up or down arrow keys on your keyboard.
@highflyingactions
@highflyingactions День назад
@@LearnWebCode Thanks 🙏
@iambhavinpatel
@iambhavinpatel День назад
Is it necessary to learn react js before learning next js?
@LearnWebCode
@LearnWebCode День назад
Good question. My answer is no, you don't need to learn React before using Next, in fact, I think Next is an excellent first introduction to React. It gets you up and running in a real world setting, doing useful things immediately, and its the perfect playground to learn more about React as you go.
@vosyasabesquien
@vosyasabesquien День назад
for the most part, i think you should. you can use vite + react and learn basic react component composition (component rendering, essential hooks like useState and useEffect etc). just don't spend time learning specific tasks in react like routing and data fetching, because nextjs provides us with powerful and opinionated tools to do such things.
@iambhavinpatel
@iambhavinpatel День назад
@@vosyasabesquien hi thank you for your advice... Which developer are you?
@iambhavinpatel
@iambhavinpatel День назад
​@@LearnWebCode Are you planning to make a full video course on Next?
@iambhavinpatel
@iambhavinpatel День назад
3:59 Brad which tool do you use for selection for pointing... You used it often...
@LearnWebCode
@LearnWebCode День назад
On Mac you can press CMD + Shift + 4 to draw a rectangle and then press the escape key to not actually take the screenshot. Windows has a somewhat similar built in tool but it's not as instant / one click away, so I like the program called GreenShot on Windows which can be configured to be almost identical to the Mac equivalent of being one immediate keyboard shortcut away.
@iambhavinpatel
@iambhavinpatel День назад
Thank you so much Brad for this valuable tips 🙂🙂 from where do you get these tips? First comment ❤❤
@Vrtel__
@Vrtel__ День назад
Looks like less elegant Livewire.
@escapetothecountrylife-tq3el
@escapetothecountrylife-tq3el День назад
don’t want no stinkin’ job…
@AesSedai2020
@AesSedai2020 День назад
i love how you explain everything, thank you! really learned alot
@bargainpyramid
@bargainpyramid 2 дня назад
good job we are here at bargain pyramid and we love your detailed version.
@hamdhiharis6760
@hamdhiharis6760 2 дня назад
damn
@HamidBehnam
@HamidBehnam 2 дня назад
Hi Brad, I have an unrelated question. I noticed in your videos that you use a feature to draw a rectangle on the screen to highlight specific areas you're talking about. Could you please share the name of the app you use for this?
@LearnWebCode
@LearnWebCode 2 дня назад
On Mac you can press CMD + Shift + 4 and after drawing the rectangle press the escape key to avoid actually taking the screenshot. On Windows, there's a program called GreenShot that is almost identical, and can even be configured to use whatever keyboard shortcut you want.
@mikeakim4974
@mikeakim4974 3 дня назад
i get a scribble red line on userCoolPosts IN web.php ?
@oreokarail
@oreokarail 3 дня назад
Thank you. 😊
@codex4048
@codex4048 4 дня назад
I've watched a lot of tutorials for Penpot, but this is the one that made things click into place for me. As a dev that mostly does backend work, and an indepth knowledge of how browsers parse CSS I've been struggling understanding the thought pattern of a designer. Thanks a lot, it's so much easier than the other tutorials made it seem.
@cafelutsa_
@cafelutsa_ 4 дня назад
Figma was wonderful for developers, and I'm saying this as someone who designed in Figma and then coded 100% of the designs, but they got greedy, introduced the developer mode (that integrates wonderfully with vscode but it so unaffordable for a single dev), and then got rid of the CSS properties panel when you would click on an element while using the prototype mode.
@LearnWebCode
@LearnWebCode 4 дня назад
💯
@Tutorialist
@Tutorialist 4 дня назад
In July 2024 I am using my Option key instead of an Alt key on an M1 Mac.
@jonathanjohnson2785
@jonathanjohnson2785 6 дней назад
Thanks so much Brad. Learnt a lot ❤
@aseemlalfakawma5084
@aseemlalfakawma5084 6 дней назад
You're the main reason I have a job now cause I watched your WP, jQuery tutorials 10 or so years ago. Just wanted to drop in and say thank you. I am suprised you're still making videos till this date cause I remember you taking a hiatus some time back. Good luck and thanks a lot Brad.
@LearnWebCode
@LearnWebCode 4 дня назад
Thanks for searching up the channel again and dropping in! I lost 95% of my old audience because of all the hiatus's I took from RU-vid haha; it's great to hear from you! It makes my week to hear that those old videos were helpful. Best of luck to you too!
@awebcode
@awebcode 6 дней назад
After long time sufferring..I Finally understood. Thanks for clear presentation and teaching
@Erxme
@Erxme 6 дней назад
Intriguing work, man! Thank you. btw, if someone can't run 'sync' command, try remove quotes from url, that helped me.
@alansebastian-hn4bg
@alansebastian-hn4bg 7 дней назад
Hi Brad, I am converting the professor callout block into new method of block using block.json, index.js, edit.js, render.php. I want to define some php functions in a separate file for that block. My folder structure is like: my-block |--block.json |--edit.js |--render.php |--my-block-functions.php when i do npm run build, only render.php is getting created in build folder, my-block-functions.php is not. so getting errors due to missing functions.What to do ?
@waleedhassan9593
@waleedhassan9593 7 дней назад
u are amazing
@ByeonginYoon
@ByeonginYoon 7 дней назад
Hi, thanks for your tutorial! `data-wp-text="state.solvedCount"` How to observe 'create-block' store's solvedCount value at view.js not at directive like this example ?
@JuriBinturong
@JuriBinturong 7 дней назад
Hey Brad, do you think you could do a tutorial (either here on RU-vid or on Udemy), on WooCommerce?
@josem3933
@josem3933 9 дней назад
I have an up to date wordpress and apparently in the new version you can not see get the block to appear in the block selector...
@dsbaileyfreelancer2179
@dsbaileyfreelancer2179 10 дней назад
WordPress coding standards recommend NOT to close the php tag at the end of a php file. This prevents accidental whitespace or new lines after the closing tag. Just a reminder for those in the comments. It's a real time waster tracking down invisible errors caused by this.
@JJEvita
@JJEvita 11 дней назад
Thank you Sir.
@user-tq7ci3wd2z
@user-tq7ci3wd2z 11 дней назад
I love this tutorial so much. It's so fun to watch. And it clearly shows me what I should do and why. Just one noob question: why install Node.js on Linux? Is it bad to use Node.js in Docker?
@LearnWebCode
@LearnWebCode День назад
I'm glad the video was helpful! There's nothing wrong with using Node in Docker; for the actual environment of your app it's actually ideal to use Docker, because you can easily mimic the live/production environment that way. However, there are also many NPM tools that you'll want to run to do "local'ish things and so I always want Node available from my real command-line as well.
@dsbaileyfreelancer2179
@dsbaileyfreelancer2179 11 дней назад
At 24:00 changing "editorStyle" to array and adding "dashicons" is still needed in WordPress 6.5.5.
@markwhitted6641
@markwhitted6641 11 дней назад
Brad, Are there basically “design” and “dev” “modes” like Figma? What I’m thinking is, could a designer use the kinds of tools THEY are used to to create the DESIGN and then the developer take that design and go into a “dev mode” to get access to all of the CSS features?
@shadielwan
@shadielwan 12 дней назад
silly question, does interactivity api available to be used through gutenberg editor only or we could use it as developers through bricks builder even by tricky ways? or manual development without editor or builders?
@pxlbltz
@pxlbltz 14 дней назад
I'd really love a video on how to best setup VS Code for work with PHP. What extensions, code formatter etc. I should use. My colleagues who write PHP all use PHPStorm so no tips from there 😉
@learningtocode0
@learningtocode0 14 дней назад
very great tutorial to start Laravel. thanks
@allhailalona
@allhailalona 14 дней назад
very nice thank you very much for this video!
@Fels-li9hw
@Fels-li9hw 14 дней назад
Bro i feel like I'm stuck in an endless loop trying to learn the basics of JS, despite spending so many hours for over 2 months now, i feel like I'm going nowhere.. do you have any tips on what I should do to move forward? 😢
@LearnWebCode
@LearnWebCode 14 дней назад
I do have a tip because I've been there myself. I'd stop trying to learn the basics or "make sure you have the technical fundamentals" down because that could be a never ending never "good enough" task. I'd focus on building a usable web app for the next month or so. But here's the important part; it can't be one from a tutorial or course, but one that is your own idea that's different from any tutorial you've seen. This way, you'll feel ownership over the project, and you'll be problem-solving solutions to your app instead of "troubleshooting tutorials" - instead of frustration you'll be building confidence. I've taken some amazing courses over the years, and they're like a road map, which is necessary, but all of my actual confidence building comes when I finish the course and go build something by myself. Keep a notes / text file where you keep track of which features you still need to build, which experiments you need to try, which bugs you need to fix, and just keep working on the project as you get time. Eventually you'll finish it, and seeing the working finished project is like physical evidence that tells imposter syndrome to be quiet; that what you know is "enough" and that you built something worthwhile with your code knowledge.
@Fels-li9hw
@Fels-li9hw 14 дней назад
@@LearnWebCode thanks a lot for the info 😊
@ort.school
@ort.school 14 дней назад
literally the best explanation of git and github
@WisdomPrevails369
@WisdomPrevails369 15 дней назад
such good vibes and nostalgia, chill times
@petruciucur
@petruciucur 15 дней назад
An excellent tool that helps web developers focused more on php and mysql like me.