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.
March 19, 2020Django vs Flask. Differences and preferences. Fast introductionLive development on Twitch (streaming) - vk.cc/awe0iULinkedIn - https://www.linkedin.com/in/alex-cher/The Flask framework, like Django, is used to develop web applications. These two are the most popular Python web frameworks, and for good reason, but they differ greatly in their philosophies.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNhttps://www.guru99.com/flask-vs-django.html#6 https://www.quora.com/What-is-flask-framework-used-for-in-Python-How-is-it-different-from-Django-and-why-would-you-prefer-it-over-Django https://testdriven.io/blog/django-vs-flask/Get early access and exclusive content:https://www.patreon.com/angrydeveloper...more5minPlay
March 16, 2020What does a Junior developer need to know?Live development on Twitch (streaming) - vk.cc/awe0iULinkedIn - https://www.linkedin.com/in/alex-cher/Software development careers are based on a combination of technical skills and soft skills. Both are equally important to get ahead in your career. In this episode, we will consider some aspects you need to know.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNhttps://buttercms.com/blog/best-skills-for-junior-developers-job-success https://www.quora.com/What-does-a-junior-developer-need-to-knowGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more4minPlay
March 12, 2020AJAX What is it and when it used?Basically Ajax (Asynchronous Javascript and XML) is a set of technologies that allow a website to send requests to a web server asynchronously. This means a Website doesn’t have to be fully reloaded to retrieve or send information to the webserver, this allows for much smoother interactions. All the popular services out there use it in some way or the other. Applications like Facebook, Twitter, Instagram, Gmail, Google Maps, Spotify, etc cannot function without AJAX.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNhttps://code.djangoproject.com/wiki/AJAX https://data-flair.training/blogs/ajax-in-django/ https://www.careerride.com/Ajax-Overview-Advantages-Disadvantages.aspxGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more5minPlay
March 09, 2020What is CI/CD and why is it matter?In this episode, I going to tell you What is CI/CD and why this is matters.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more6minPlay
March 05, 2020The things the WEB Developer should knowThe things the WEB Developer should knowApple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more5minPlay
March 02, 2020Freelance. How to start?In this episode, I going to tell you how to start your career as a freelance developer.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more6minPlay
February 27, 2020What is REST API? Django REST [DRF]Live development on Twitch (streaming) - vk.cc/awe0iULinkedIn - https://www.linkedin.com/in/alex-cher/REST is a shorthand for REpresentational State Transfer. It describes an architecture that is used for the purpose of web APIs for data communication. It also supports some of the common HTTP methods to make interaction between the machines or applications. HTTP methods: 1 GET The GET method is used to retrieve information from the given server using a given URI. Requests using GET should only retrieve data and should have no other effect on the data. 2 HEAD Same as GET, but transfers the status line and header section only. 3 POST A POST request is used to send data to the server, for example, customer information, file upload, etc. using HTML forms. 4 PUT Replaces all current representations of the target resource with the uploaded content. 5 DELETE Removes all current representations of the target resource given by a URI. 6 CONNECT Establishes a tunnel to the server identified by a given URI. 7 OPTIONS Describes the communication options for the target resource. 8 TRACE Performs a message loop-back test along the path to the target resource.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more6minPlay
February 24, 2020How to get your first job as a self-thought developerHow to get your first job as a self-thought developerApple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more5minPlay
February 20, 2020When to Use Django and When Not toChoosing a language and framework because you used it on your last project — or because you are more familiar with it — is not the way to go.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZNGet early access and exclusive content:https://www.patreon.com/angrydeveloper...more6minPlay
February 17, 2020"Scalability". What is this in software development?In this episode, I want to explain to you what scalability is.Apple Podcasts - https://link.chtbl.com/Apple_PodcastsSpotify - https://link.chtbl.com/8_-EyCh1Google Podcasts - https://link.chtbl.com/kQr7HKmaCastbox - https://link.chtbl.com/rVlRcBZN...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.