Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Podcast about WEB 3, Blockchains in cryptocurrencies.More platforms - https://link.chtbl.com/jun-enRussian podcast - https://link.chtbl.com/jun-ruhttp://kant1742.com/All links - https://taplink.... more
FAQs about Jun. Cryptocurrency and Blockchain [WEB 3]:How many episodes does Jun. Cryptocurrency and Blockchain [WEB 3] have?The podcast currently has 90 episodes available.
January 12, 2022React JS. Features and descriptionReact JS. Features and description.Yeah, the sound is not the best.Components:1 ReactDOM.render(, 2 document.getElementById('myReactApp'));An example of JSX code:1 class App extends React.Component { 2 render() { 3 return ( 4 5 Header 6 Content 7 Footer 8 9 );10 }11 }More platforms - https://link.chtbl.com/jun-enFeel free to contact me on LinkedIn...more6minPlay
January 05, 202210 Python Project Ideas (Beginner, intermediate, advanced)Linkedin Feel free to contact me....more4minPlay
December 29, 2021Is Django a good choice for SAAS solution (users subdomains handling, scalability, multidatabase, speed)?Is Django a good choice for the SAAS solution (users subdomains handling, scalability, multi-database, speed)?SourceLinkedin Feel free to contact me....more6minPlay
December 22, 2021Model Inheritance DjangoModel inheritance in Django works almost identically to the way normal class inheritance works in Python, but the basics at the beginning of the page should still be followed. That means the base class should subclass django.db.models.Model.The only decision you have to make is whether you want the parent models to be models in their own right (with their own database tables), or if the parents are just holders of common information that will only be visible through the child models.There are three styles of inheritance that are possible in Django.Often, you will just want to use the parent class to hold information that you don’t want to have to type out for each child model. This class isn’t going to ever be used in isolation, so Abstract base classes are what you’re after.If you’re subclassing an existing model (perhaps something from another application entirely) and want each model to have its own database table, Multi-table inheritance is the way to go.Finally, if you only want to modify the Python-level behavior of a model, without changing the models fields in any way, you can use Proxy models.https://docs.djangoproject.com/en/3.0/topics/db/mo…Linkedin Feel free to contact me....more5minPlay
December 15, 2021Developers tell about their fatal mistakes in careerIn this episode, we are going to take a look at some funny comments.Linkedin Feel free to contact me....more7minPlay
December 08, 2021Django FAQhttps://code.djangoproject.com/wiki/NoSqlSupporthttps://docs.djangoproject.com/en/dev/faq/Linkedin Feel free to contact me....more5minPlay
December 01, 2021Deploying Django and Django Deployment ChecklistDjango is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s inception, ease of deployment has been a major goal.There are many options for deploying your Django application, based on your architecture or your particular business needs, but that discussion is outside the scope of what Django can give you as guidance.Django, being a web framework, needs a web server in order to operate. And since most web servers don’t natively speak Python, we need an interface to make that communication happen.https://docs.djangoproject.com/en/dev/howto/deploy…Linkedin Feel free to contact me....more6minPlay
November 24, 2021Django interview questions Part 3In this episode we are going to consider the following interview questions:What is Django ORM?What is a Model in Django and what is the Model class?How does Django Templating Work?What are View functions? Can we directly import a function in URL?What is Jinja Templating?https://data-flair.training/blogs/django-interview…https://jinja.palletsprojects.com/en/2.11.x/templa…Linkedin Feel free to contact me....more7minPlay
November 17, 2021What are the best Python scripts you've ever written?1) I automated the Right Swipe on Tinder.It’s actually far simpler than you think.One fine lonely day, when I opened up the app, it proudly proclaimed to have launched a website too, quite similar to WhatsApp web. Yeah, that would indeed be more convenient.So having nothing better to do, I closed down the app and opened up the webpage to spend some more time looking at selfies of girls that I’m quite sure haven’t opened the app for at least one month...https://www.quora.com/What-are-the-best-Py…Linkedin Feel free to contact me....more5minPlay
November 10, 2021What is Git? What’s GitHub? Difference between Git and GithubOften in development, there’s a lot of trial, error, and correction that goes into creating something that actually works the way it’s supposed to. That’s where version control comes in.Version control is like a savings program for your project. By tracking and logging the changes you make to your file or file sets over time, a version-control system gives you the power to review or even restore earlier versions. Version control takes snapshots of every revision to your project. You can then access these versions to compare or restore them as needed.https://blog.devmountain.com/git-vs-github-whats-t…https://towardsdatascience.com/getting-started-wit…Linkedin Feel free to contact me....more3minPlay
FAQs about Jun. Cryptocurrency and Blockchain [WEB 3]:How many episodes does Jun. Cryptocurrency and Blockchain [WEB 3] have?The podcast currently has 90 episodes available.