Thank you for the raw tutorial Vandad, Not everything runs as smooth as the tutorials out there show, Part of development is getting everything to work together, Thanks also for sharing the thinking process and honesty, keep it up 👍
@kramstyles9 ай бұрын
I love your video man. I didn't skip and I'm glad I stuck till the end. You made it all simple especially for people who have no idea how to use Redis (or are too scared for it at first). I'm glad you included the entire process.
@toubibmaroc21482 жыл бұрын
I think it's a good idea to know your material very well before you publish a tutorial. I wish you all the best!
@WebLego2 жыл бұрын
I agree, feels like this tutorial is about 30 mins ahead of me just experimenting myself.
@sadegh96143 жыл бұрын
The training was very good I wish you also taught how to set time for cache !
@VandadNP3 жыл бұрын
Great idea!
@DavidKotschessa2 жыл бұрын
Love me some meat food. 🤣 Thanks for this - needed to cache up (see what I did there?) quickly on this topic.
@VandadNP2 жыл бұрын
Perfect! 😆
@omidestaji34572 жыл бұрын
Thank you Vandad (from IRAN)
@VandadNP2 жыл бұрын
Azizam khahesh mikonam 👍🏻
@thinhnguyenvan70032 жыл бұрын
I like the way you laughing. It is so peaceful😛
@VandadNP2 жыл бұрын
Haha, good to know
@Rei-km7yj2 жыл бұрын
Great tutorial. It was helped me.
@MrZzm883 жыл бұрын
Thank you for the great tutorial! What's the plugin in video to show realtime error when coding?
@MrZzm883 жыл бұрын
I found it : it's Error Lens
@devbazregari88792 жыл бұрын
awesome toturial bro . keep going .
@sabarinathjv45113 жыл бұрын
consider a new article model which has FK connection to User , i had a get fn which get all articles of the logged in user , at initial state the user will have only one article , at the first time calling the get fn we get first object , and the object is saved to cache , now the problem , more articles assigned to the user , and the get fn only returns the first object in its my , how can we solve this ?
@michaeljayarizala93053 жыл бұрын
How about on every time an article is assigned to the user, you update the cache as well such as appending to the cache ?
@hdphoenix293 жыл бұрын
Mashala dash vandad
@VandadNP3 жыл бұрын
Mamnoonam 💙
@MartinoxxHD2 жыл бұрын
What happens with cache if a recipe is updated?
@osvaldo_moncion2 жыл бұрын
At some point in your logic you must clear the cache when an update is made to the model.
@supriyomitra61352 жыл бұрын
Good tutorial, but why do you take the trouble of using vscode for python coding? It is much more convenient to use a text editor (like gedit on ubuntu or notepad on win) along with the command line to execute the code.
@jeanlasalle23512 жыл бұрын
Nah, it requires an operating system for that : Why take the trouble of using one for python coding ? It is much more convenient to engrave your HDD by hand along with your brain to execute the code. You don't need much hardware that way, which is a plus as CPU are expensive !
@VandadNP2 жыл бұрын
I believe most people use some sort of text editor for Python development, either PyCharm, VSCode or Sublime and many more alternatives are out there. It makes the whole process a lot more convenient with built-in support for the language.