- 29
- 141 956
Lord - Full Stack
India
Приєднався 9 кві 2018
Hey There! I'm Making Videos For people who are new to Programming. Sharing some Progress And Tips For Programmers or Developers. Mostly I will discuss Web Development here. Hope I will help you at some points!
Github Actions explained with example ( python linting )
in this, I explained what are GitHub actions with an example.
Переглядів: 121
Відео
Environment Variables in Vite + React
Переглядів 42 тис.2 роки тому
Environment Variables in Vite React
React js With SSR without Next.js ( Out of the box , No configs required )
Переглядів 27 тис.2 роки тому
You don't have to learn Next.js, just because you need SSR.
Django Wallet App design and Flow ( For side projects )
Переглядів 3 тис.2 роки тому
Just a guide to show how you make a minimalist wallet app using Django and handle payment :),
How to start Freelancing
Переглядів 1702 роки тому
My take on - How you can start freelancing as a web dev!
24 hours of a Full Stack Developer. 😁
Переглядів 2342 роки тому
My Instagram - praveen.malethia My Twitter - PraveenMalethia Udemy courses (non-sponsored) - Django and React - www.udemy.com/share/1043Ly3@LIV3lP-KEbCnqcig3jCEHHU1N1t9c6hLdqfu8J6xaZDo5bV8m00onYxA0Ew4BL2Z/ Django - www.udemy.com/share/104Mw63@stCxp29eY6XxxITm7_HXQ1veiI1gcmSzKfbDsFUA6zuWKN4C3idg6Lv9OCKoTXiJ/
Setup Vitejs + React.js + TypeScript + TailwindCss in 5 mins
Переглядів 25 тис.3 роки тому
This is How you can set up Vitejs with Reactjs TypeScript and TailwindCss
Make A Python Script Runs Automatically Whenever A File is Modified
Переглядів 5 тис.3 роки тому
Python Script which will run whenever you make some changes to a specific File by Praveen Malethia
How to Make a Custom Button Component in Vue | Praveen Malethia
Переглядів 1,6 тис.3 роки тому
Just an Approach to make a Better Button Component in VUE!
Django all-auth explained
Переглядів 6 тис.3 роки тому
Official Docs of Django-allauth to explore more: django-allauth.readthedocs.io/en/latest/installation.html
How to Get User IP Address in Django
Переглядів 6 тис.3 роки тому
How to Get User IP Address in Django
Widely Used Django Packages ( You must Know )
Переглядів 2,5 тис.3 роки тому
Widely Used Django Packages ( You must Know )
Deploy Django with Nginx , Gunicorn , PostgreSQL on Linux Server
Переглядів 12 тис.3 роки тому
Deploy Django with Nginx , Gunicorn , PostgreSQL on Linux Server
setting india timezone in django . Django timezone setting
Переглядів 3,9 тис.5 років тому
setting india timezone in django . Django timezone setting
Thank you so much❤
Thanks a lot bro..💖💖 you helped me a lot
i really wonder why after i change the port it worked... wtf is problem with 5173...
Finally, after a long time searching. God bless u
Tnx bro
if i use this, vite ssr, i also need to use the 'ssr approach' of the router that i am going to use right?
Thanks!
Finally found it! So straight to the point. Helped me a lot, thanks :)
Since I have discovered this video every time I start a new project my first step is to come here... much love!
Sorry for all the questions but would be an example of a keyboard interrupt in this context?
Also, while True, is just a way to always be running a set of commands, right?
Yes
The dot is supposed to represent the parent directory of the file to monitor?
Yes Correct!
@@LordFullStack gotcha so if its just a folder path on my local computer rather inside a virutal environment like yours, Id just take the folder path Thank you Lord Full Stack!
very good thanks🍀
3AM and this setup worked, so I can now go to sleep. Thanks!!
Perfect!
straight to the point man, keep up the good work 🏆.
me: "I wonder if this video is going to do the trick... it was posted 2 years ago..." *Sees consistent string of people saying this video saved their life all dated throughout the last 2 years* me: "Well I think I'm in the right place"
Yep, you are at the right place. Let me know if it helped.
thanks for the guide bro
Good job
this guys is becoming Fireship Hindi Version
bro how can we use routing
how can i do this in my existing vite react project?
how to deploy build project on the server?
so JSON.stringify(import.meta.env.VITE_REACT_API_URL)
Stringify was just to render the json in react component. You can just use import.meta.env.VITE_**** in your javascript logic
Can you make tutorial for converting already created react app (csr) to ssr
that nice video for me. but you create a video how hosting on cpanel this vite react ssr project plzzz...
🙌 thanks for valuable information
Don't forget everyone to put .env in your gitignore when you're done
I gave you a like. This is very helpful
Glad it helped
cant hear anything
lanti
useful, thank you
You're welcome!
how to host this in RDP ?
Thanks bro ;)
Any time
Thank you man
Any time
thank you sir .. nice video
Most welcome
Thanks, This works.
You're welcome!
thank you brother
Welcome
Thanks dude for the solution 🤝
Happy to help
So weird a random youtube video helped solved an unecessary problem that googling for hours couldnt, thanks for this
You just save me. Thank you so much
thanks man
Anyone knows how to implement this along React Router? I'm having serious problems with it, even with vite-ssr-boost lib
hey have you found a solution ? I have a custom react + ts + webpack setup and need SSR in it.
@@shogunkodogun Yes I did, I started a new React-SSR (with Vite@latest, then in "others"), and I had a hard time configuring the React Router, React Helmet and React i18Next (particularly the entry-server, entry-client and server files) but it finally worked
@@shogunkodogun However, I still face some problems in the SEO for my app (even despite having successfully configured React Helmet), but feel free to ask anything!
can you share your the source code or any tutorial or article that handles this problem@@dasaauploads1143
@@dasaauploads1143 bro could you please provide code sample or gihub link , im facing issue in react router
You are the best indian i know bro! i love you.
Thanks, really appreciate 🙏🏻 . Lots of love and blessings for you too man.❤️
Deploying vite ssr is a nightmare.
Haha yes true.
Praise lord ganesh!!
गणपति बप्पा
i love you <3
Thanks, keep loving me 😜 JK.
Thank you very much, this video helped me SUPER. I saw many other videos, all super long and didn't give a functional answer, unlike yours, direct and functional. Congratulations, and hello from Brazil! (Sorry if the English is bad, it's 100% the translator)
Glad it helped! ( Your English is more than good 😉)
I want my apiKey to be imported this way so that my app can fetch some data using it but don’t want it exposed on the client side. How do I do this?
Put it in env and remove env file from git and add it to gitignore
@@LordFullStack the key will still be exposed in the browser if you view source.
did you find the solution to it?
Then you can use a reverse proxy, but there's always will be a visible source that will be exposed to the browser.
@@AdnanSami-jp1en Yes, I created a proxy server that performs any fetching I need that requires the protection of the env var. Then from my app I make calls to it.
thank you so muchhh !!!!
You're welcome!
Genio