Тёмный
CodeDunks
CodeDunks
CodeDunks
Подписаться
Former D-1 basketball player 🏀 turned programmer 👨🏼‍💻 | Senior Full Stack Engineer @arch.dev | 🇧🇷🇺🇸
GraphQL Fragments Tutorial
27:45
2 года назад
MaterialUI Flexbox & Grid Tutorial
21:20
2 года назад
Комментарии
@JonathanCoe-my1gl
@JonathanCoe-my1gl 11 дней назад
What wizard trick did you do ~13:15? No change appears in the video that is obvious.
@Roi007leaf
@Roi007leaf 28 дней назад
Can we get a link to the code/repo? for further in depth look?
@betheleyo2701
@betheleyo2701 29 дней назад
Good work, but you missed explaining all the permissions in an aws iam policy file that is needed to be able to run a successful "serverless deploy" command, it took me a while to have that set up
@andrewshaban2888
@andrewshaban2888 Месяц назад
Thank you. Clear and concise. Subscribed!
@yuriyfse6555
@yuriyfse6555 Месяц назад
Men, where is the code?!
@shmuelroth4995
@shmuelroth4995 Месяц назад
Hi I know you uploaded it a long ago, the think I liked is the usig types in useFieldArray. The problem is that in my form I have useFieldArray inside useFieldArray and in this case its doesnt recognize the type
@mugdhawadhokar1071
@mugdhawadhokar1071 Месяц назад
hey great video. Here I am confuse about invcocation API, why does it generates and can we avoid it from generating ?
@DhiegoSpider
@DhiegoSpider 2 месяца назад
In Next 13, I have a list of products with categories. I want to put these categories into constants so I can check if a product belongs to one category or another. For example: if (product.id === CONSTANTS.DRINKS) { //do something with the product if it is from the drinks category } These constants would be populated upon a request to an external API. They must be filled in throughout the code and will be used in both common javascript files and React components. Is there a way to do this in the next 13? Considering that there are files that are rendered on the server and other files that use RTK that will be rendered on the client. Is there another approach to distributing these constants throughout the code? I tried to make a request to the API to fill in the constants, but as there are files that are rendered on the server and others on the client, it didn't work as I expected. They must only be filled once and all code will be able to see this value filled.
@MG-wx8yx
@MG-wx8yx 2 месяца назад
Very difficult to follow along.
@valentingorrin4541
@valentingorrin4541 2 месяца назад
amazing thank you so much
@limpep
@limpep 3 месяца назад
s3 triggers, schedulers
@HosseinBajan
@HosseinBajan 3 месяца назад
It was the best node environment that I have seen so far, it was really great, thank you
@purchtechnologies3414
@purchtechnologies3414 3 месяца назад
This is solid. Thanks
@Lodka_Is_Sad
@Lodka_Is_Sad 3 месяца назад
Thank you very much man, you teaching so clearly, that's cool for sure
@pro4v
@pro4v 3 месяца назад
You did a great job explaining, thank you
@marcpanther8515
@marcpanther8515 3 месяца назад
CRA didn't bother with devDependencies because webpack knows to only include the required items in the final build. devDependencies only matter if you are building npm packages, I think.
@blackbeans3112
@blackbeans3112 3 месяца назад
How to import styled components in SSR components in next js it is possible?
@AdeshSinghchandel
@AdeshSinghchandel 4 месяца назад
Can you help me i try to integrate okta openid auth with private public key how can i do that , when using in react getting error 401 in both react and node js can you guide me usign public key and private key with react and node js i am stuck and no correct documents found
@anonymousnoob3660
@anonymousnoob3660 5 месяцев назад
Why is the pages : { newUser : '/onboarding' } not working in the new app router?
@exerge9202
@exerge9202 4 месяца назад
if you have nextauth url in your .env it can cause issues
@anonymousnoob3660
@anonymousnoob3660 4 месяца назад
@@exerge9202 so what can I do instead?
@bequitedev
@bequitedev 5 месяцев назад
Hey man , thank you for your help 🎉❤
@romaghorjomeladze439
@romaghorjomeladze439 5 месяцев назад
there is a strange behaviour in the code. If you put console.log in for example resolver function or service, the api endpoint is not returning response. So if you put console.log in getAllBooks resolver function and run books query from playground, it won't return any response (it's spinning and response isn't returned). If you remove the console.log, than there won't be any issue.
@romaghorjomeladze439
@romaghorjomeladze439 5 месяцев назад
I think it would be great to add request validation, error handling and JWT authorisation in this example repo for more completeness
@romaghorjomeladze439
@romaghorjomeladze439 5 месяцев назад
The best content. I love it 🤩
@baremetals
@baremetals 5 месяцев назад
Exactly what I needed, excellent
@shineLouisShine
@shineLouisShine 6 месяцев назад
6:12 - what was that?! - how did you do that?? Not worth an explanation? What else are you doing without explaining? Nevermind. Thanks anyway..
@dungam9402
@dungam9402 6 месяцев назад
only one thing to complain please zoom the screen bigger :'(
@Hellbending
@Hellbending 7 месяцев назад
Guys… please for the love of everything don’t use a linter for formatting 🤣🤣😓😓
@bencorbett1867
@bencorbett1867 7 месяцев назад
Thank you! Much help so far
@tony3fk
@tony3fk 7 месяцев назад
Thanks for this! It's just what I was looking for 🤩
@kezevraanwar2
@kezevraanwar2 7 месяцев назад
Great vid exactly what I need 👍🏾
@dimitrisqq
@dimitrisqq 7 месяцев назад
Hey Leo thanks for the video! I have 2 questions: 1) how does someone changes that "?" to "✅" and I have prepared a template (GitHub repo) with JS/TS, Playwright, GSAP. I want to create a CLI, which actually will "create" a template based on user input: 1. JS or TS? 2. Install GSAP? 3. Install Playwright? The thing is, that I don't know how to create it: from within the CLI or fetch the files based on user input, example jsconfig.json or tsconfig.json with options? Also common files like .prettierrc.json, .eslintrc.json etc.. If I create it from within (for example having a folder "template" with "common", "javascript", "typescript" subfolders and pick the files needed, i'm afraid that It will be very difficult to debug only @ 1 place (I suppose I will have to debug my end-template and then go and "copy" "paste" parts of code inside my CLI's code & templates folder). But if I "fetch" files then the CLI is not actually versioning correctly since it will only fetch the latest files. I'm superconfused...
@Hamsterhomka
@Hamsterhomka 8 месяцев назад
Great presentation of the material and very useful content. Thank you!
@tarunhasija4751
@tarunhasija4751 8 месяцев назад
After investing over 48 hours into learning about serverless from various sources and blogs, I was surprised to find that this video managed to encapsulate the entire topic in just under 30 minutes. Outstanding job, Leo!
@avidcaster
@avidcaster 9 месяцев назад
Your skill in creating excellent videos is commendable.
@markcaz
@markcaz 9 месяцев назад
Hard to follow this. The explanation of why you set teamHistory to true, and what that does, is unclear. Later in video you remove something to show that observables no longer work, but you don’t show or explain what you did. Frustrating. I was hoping this would teach me what I need to know, but there are too many confusing things about it
@medelhedihaddar7149
@medelhedihaddar7149 19 дней назад
I think this is the change he made to show the importance of the observer <<< export default observer(Roster) ===> export defaul Roster >>>
@bad_guru_
@bad_guru_ 9 месяцев назад
Really good video. I have learned a lot!!!
@ngoclam98242
@ngoclam98242 9 месяцев назад
sorry but can you explaint, why we use "./../packages/ui/**/*.{ts,tsx}" not "./packages/ui/**/*.{ts,tsx}"
@user-sg4kw8uh3m
@user-sg4kw8uh3m 9 месяцев назад
awesome!
@alexandardimcevski9136
@alexandardimcevski9136 10 месяцев назад
How do we add Font to the UI package and the Apps?
@oguzhankandakoglu1360
@oguzhankandakoglu1360 10 месяцев назад
Thanks!
@tammycollinse1417
@tammycollinse1417 10 месяцев назад
Hi all, not sure if I will have any luck with this but I am trying to add a flask api authorization (also using okta) with an existing react app that has spa authentication with okta. Is this possible? Any help would be greatly appreciated!
@sparttan21
@sparttan21 11 месяцев назад
Can you published that ?
@user-qh6rb6ne7h
@user-qh6rb6ne7h 11 месяцев назад
How about using a vite cli?
@nishukumar7621
@nishukumar7621 11 месяцев назад
Very good video
@ABCshake
@ABCshake 11 месяцев назад
For anyone using this on windows, the shebang line doesn't work. You'll need a bat file to be able to run the cli using a node interpreter.
@user-py2le2gx9b
@user-py2le2gx9b 11 месяцев назад
hai can i ask ? why when im passing props , im getting console : Warning: React does not recognize...
@curiousprogrammer90
@curiousprogrammer90 11 месяцев назад
Why aren't testing dev deps installed in config workspace but rather in the root? Thanks! :)
@curiousprogrammer90
@curiousprogrammer90 11 месяцев назад
Very nice and good explanations! Thanks! :)
@seeds_of_growth-yi5gx
@seeds_of_growth-yi5gx Год назад
Thanks a lot, for being on-point and touching upon important parts of the topic. On the debug section, in the run configs, the "protocol" is not longer supported, and for me it was just exiting with 1 so I added the --verbose flag to know what's going on, and just adding --verbose as follows, solved the problem and the debugger works great! "args": ["offline", "start", "--httpPort", "4000", "--noTimeout", "--verbose"], Cheers!
@seeds_of_growth-yi5gx
@seeds_of_growth-yi5gx Год назад
Why in the hello arg is _event, and goodbye is just event without underscore ?