It's really nice to see a video like this. Showing all the tools you used for this project, and how everything goes together. I'd love a more in depth video showing everything you can show about the website. Also, a video describing the bottle necks of development would be nice too. Keep on Coding :D
@mmkvhornet7522 Жыл бұрын
that a great suggestion
@alexmadera8323 Жыл бұрын
If that's too much info he could also consider just building another website and going I'm depth for that other website which might not divulge so much information that competitors could use.
@outflayed2239 Жыл бұрын
There needs to be more videos out there as transparent as this one, I love it. I'm still learning some of the details necessary to build a web application from scratch even though I have a few years of web development experience, so videos like these are gold. Definitely inspiring to start working on a long-term web application myself
@brbrbrbrokenrecord24 Жыл бұрын
I'd love to see more of the code execution docker setup! Very cool video!
@yonishachar18872 ай бұрын
Finally KZbin suggested a straight the point video, showing everything the title makes you expect!
@Dysfunctional7046 ай бұрын
We'd like to see how you did the code execution part with Docker!
@lifeofsanjai Жыл бұрын
this was a really help full video. please make video with even more explanation or a demo project like cloning the website.
@serenalovescoding3 ай бұрын
Can you make a video on how you set up linode and akamai?
@greglane501 Жыл бұрын
I did kinda notice that your bootstrap site looked an awful lot like a boot strap site.
@dahamne6 ай бұрын
Certainly! I'm interested to know more about your process. Do you create a Docker container each time a user submits code? If so, I'm curious about how you achieve such fast container creation. Typically, initializing and running a Docker container can take several seconds.
@tpalacino3 күн бұрын
Dude. This is fantastic!!! Thanks for sharing this.
@jonesy833 Жыл бұрын
Really interesting video. Hope you do more of these. In the meantime, can anyone recommend any channels that do similar content?
@kirillfedtsov Жыл бұрын
Thank you! I wonder what kind of problems did you encounter with Flask that you would rather use Django. And I also really wanted to ask you how can you setup a Docker container to restart on infinite loop within the container? I guess the check could be if there's no output from the container for 10 seconds you restart it, right?
@1nkerx Жыл бұрын
Really nice to see, really amazing. My question is why didin't you code in spring framework using java? More to learn more python? I thought java is better in load demanding projects with possibly many requests.
@juanmacias5922 Жыл бұрын
Dang, that's impressive! Talk about a cool full stack project! Edit: How long did it take you to complete this SaaS???
@KeepOnCoding Жыл бұрын
About 3-4 months working on it full time, but a large portion of it was adding the questions.
@juanmacias5922 Жыл бұрын
@@KeepOnCoding that's awesome! Thank you so much for sharing!
@tootyrnt5533 Жыл бұрын
Nice video! Would like to see how some of the behind the scenes items work, such as website hosting, nginx, etc.
@And1997Ruz Жыл бұрын
What are the advantages of your product over algoexpert?
@adamohm Жыл бұрын
Very nice! I would like to se more about you OAuth2.0 implementation. Great Video!
@bouchrabusy43984 ай бұрын
So much interesting, and such a great video, Keep on Going, are you required to do any extra funding to start a SaaS?
@omjavir07 Жыл бұрын
Please make another video on code execution part.
@crisi6754 Жыл бұрын
If I understand correctly, when a user is purchasing premium, you get a 200 OK from Stripe, then you can change the db column in the users table (is_premium) to true? And then from there you can handle all the other logic from the front end?
@KeepOnCoding Жыл бұрын
The premium feature is now deprecated, but that's essentially how it worked.
@xxRAP13Rxx Жыл бұрын
Thanks for sharing! I learned a lot from this!
@Angry-Panda-Studios Жыл бұрын
So you made a leet code?
@realmani3859 Жыл бұрын
Pretty cool good job!
@learnerlearner1839 Жыл бұрын
Hi, Your courses verification code never reached my email, what should I do? I can't study.
@aloSolo10 ай бұрын
Will you be making more courses on other languages?
@tadiwashangwa4931 Жыл бұрын
this is what im talking about bro!
@craiggazimbi Жыл бұрын
Cool video, Hey man , I am a JavaScript Developer and I am considering getting certified in Java, before I do that , I was hoping you could assist me in knowing if Java is worth learning in 2023 and what the future of JAVA looks like. perhaps a video would be great if you get the chance.
@Abhishek-ye8ql10 ай бұрын
This was very helpful. Thank you!
@automateddude Жыл бұрын
Thanks, nice video, learnt a lot!!
@KeepOnCoding Жыл бұрын
Glad to hear it!
@canjiica10 ай бұрын
When you said subscribe in the stripe section the subscribe button got funny lol great video btw! Sharing this is awesome for devs like me that are also building things
@omjavir07 Жыл бұрын
Great idea 💯
@KeepOnCoding Жыл бұрын
Thanks 💯
@rgablejr Жыл бұрын
Nice work!
@KeepOnCoding Жыл бұрын
Thank you!
@MonirS-s8r Жыл бұрын
Great video,thank you
@UillanEduardoАй бұрын
very useful. thanks
@tpalacino3 күн бұрын
Thanks!
@MSalman1 Жыл бұрын
Very interesting!!!!
@greeneryman9 ай бұрын
Informative
@shapelessed Жыл бұрын
"axios to make frontend http requests" - Ever heard of this little known method called "fetch"...? 🤔
@And1997Ruz Жыл бұрын
Are you trying to make yourself feel better?
@champfisk5613 Жыл бұрын
These coding interviews are disingenuous, why test someone on leet code stuff and when this isn’t practical for real world work in most cases
@KeepOnCoding Жыл бұрын
Not one binary tree used in this application
@mubin986Ай бұрын
Well, this is a good software you've built. But, from the engineering perspective: it's not a SaaS.