Episodes
Connext Network (previous articles 1, 2, 3) and Axelar Network (1, 2) are quite similar. In order to understand their pros and cons let’s compare them.Full articleMy media: Telegram | Youtube | Podcast | Medium | All linksМои медиа: Telegram | Youtube | Youtube 2 | Подкаст | Medium | Все ссылки
Published 05/31/22
In order to understand in general why we are generally interested in the Connext Network, which we considered in previous articles (1, 2, 3), let’s compare it with its analogues. Let’s start this series of articles with Axelar.My media: Telegram | Youtube | Podcast | Medium | All linksМои медиа: Telegram | Youtube | Youtube 2 | Подкаст | Medium | Все ссылки
Published 05/30/22
We’ve already talked about Connext and its Ambassador Program in past articles and videos.In a nutshell: Connext is a decentralized protocol that allows developers to build scalable and secure cross-chain bridges without having temporary layers. In addition, it works in a similar way as L2 systems, which gives it versatility.Full article.Connext links: Website | Documentation | Twitter | Discord | Github | BlogMy media: Telegram | Youtube | Podcast | Medium | All linksRu media:...
Published 05/21/22
Connext is a L2 communication protocol which allows you to send values ​​and invoke contracts across Ethereum compatible chains and L2, with possible plugin support for non-Ethereum systems. Unlike other approaches, Connext does this without compromising economic security by introducing third-party validators — instead, it has the same trust considerations as the underlying network or networks.Connext links: Website | Documentation | Twitter | Discord | Github | BlogMy...
Published 05/18/22
https://axelar.network/https://axelar.network/wp-content/uploads/2021/07/axelar_whitepaper.pdfConsensus in the presence of partial synchrony. https://groups.csail.mit.edu/tds/papers/Lynch/jacm88.pdfFlexible round-optimized schnorr threshold signatures. https://eprint.iacr.org/2020/852
Published 03/29/22
In the next decade, web services will be everywhere, not only in our browsers. Our private lives have become a public commodity. We will leave the fact that most of us partially did it by choice with all these social media. But now we are starting to realize the real problem.Today, there is no such thing as private web data.Services use your data in order to let you use them. Sounds unnecessary but we can live with that. But here is the thing. Service providers must manage sensitive data, and...
Published 03/17/22
We are now in a world with an unbelievable lack of privacy. Companies are irresponsible about the storage of personal information — they sell it, or they care little about its security, which is why so many thefts happen. On this note, Bitcoin began to gain popularity.In 2017, when many came to the crypto market, people mistakenly believed that bitcoin was private when in reality it could be called pseudo-privacy. Now there are fewer such misunderstandings, but there is also no proper...
Published 02/25/22
https://axelar.network/https://en.wikipedia.org/wiki/Border_Gateway_Protocolhttps://axelar.network/wp-content/uploads/2021/07/axelar_whitepaper.pdfConsensus in the presence of partial synchrony. https://groups.csail.mit.edu/tds/papers/Lynch/jacm88.pdf.Flexible round-optimized schnorr threshold signatures. https://eprint.iacr.org/2020/852Background - 10 Minimal piano piecesMore platforms
Published 02/03/22
Mentioned:https://mirror.xyz/https://filecoin.io/https://www.usebraintrust.com/https://axelar.network/Background - 10 Minimal piano piecesMore platforms - https://link.chtbl.com/jun-en
Published 02/01/22
All episodes before this one (including) were recorded 2 years ago.More platforms - https://link.chtbl.com/jun-enFeel free to contact me on Linkedin
Published 01/26/22
Even if you are a developer this episode might be interesting for you.In recent years, programming has become more and more popular. In this episode, we'll talk about the reasons for this rapid growth. And yes, it's not just about money, although it seems to me that they START doing it, mainly because of them. So, are going to consider 5 other reasons.More platforms - https://link.chtbl.com/jun-enFeel free to contact me on LinkedIn
Published 01/19/22
React 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
Published 01/12/22
Linkedin Feel free to contact me.
Published 01/05/22
Is Django a good choice for the SAAS solution (users subdomains handling, scalability, multi-database, speed)?SourceLinkedin Feel free to contact me.
Published 12/29/21
Model 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...
Published 12/22/21
In this episode, we are going to take a look at some funny comments.Linkedin Feel free to contact me.
Published 12/15/21
https://code.djangoproject.com/wiki/NoSqlSupporthttps://docs.djangoproject.com/en/dev/faq/Linkedin Feel free to contact me.
Published 12/08/21
Django 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...
Published 12/01/21
In 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.
Published 11/24/21
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...
Published 11/17/21
Often 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...
Published 11/10/21
Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development.Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn...
Published 11/03/21
This episode explains some of the fundamental philosophies Django’s developers have used in creating the framework.Linkedin Feel free to contact me.
Published 10/27/21
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the code is improved so that the tests pass. This is opposed to software development that allows code to be added that is not proven to meet requirements.https://code.tutsplus.com/tutorials/beginning-test…https://rubikscode.net/2019/03/04/test-driven-deve…Linkedin Feel free to contact me.
Published 10/20/21