Python
Article Filter:
- AI Software
- AI/ML Technologies
- AioHTTP
- Animation
- Architecture
- Assurance
- Async
- Become Designer
- Best Practice
- Big Data
- Blockchain
- Building an MVP
- CI/CD
- Computer Vision
- Connect Digital Products
- Cookies
- Cost Control
- Creation process
- Crowdfunding platforms
- CTO as a service
- Cyprus
- Dedicated team
- Design
- Development Process
- DevOps
- Digital Assets
- Django
- E-commerce
- Effective Team
- ERC-721
- Eth
- Ethereum
- Fintech
- Fixes ideas
- Flutter
- Frontend
- Function
- GCP
- Geth
- Golang
- Google Cloud Platform
- HTML
- Interview process
- Json
- Local Storage
- Login Action
- Long-Running products
- Lottie
- Machine Learning
- Meetings
- Mentoring
- Migration
- Mobile Payments
- Mock
- MQTT
- MVP
- Network Security
- Onboarding
- PageObject
- Pipenv
- Product Development
- Product Refinement
- Project Management
- Python
- Python 3
- QA
- Quality
- Redesign
- Relationships
- Remote Work
- Scalability
- Sign up
- SPA
- Startup
- Success Communication
- SVG
- Sync
- Tests
- The Clean Architecture
- Travelling
- Typescript
- Unit-tests
- UX/UI
- Virtualenv
- Vue
- Vuejs 2
- Web Design
- WebDriver
- Websocket
- Сomparison
Hand-written text recognition

Handle million requests per second during rush hours
For end-user, it doesn't matter how powerful your server if user needs to wait for couple seconds the see content on the main page. We are talking about latency of the whole platform in general and you need to keep in mind that a system is only as fast as the slowest component.

Recommended security practices
Choosing simple and fast solutions over security is not our way. We have worked with many projects that required a high level of security. Over the years we’ve learned to find a balance between the project budget, high-security standards, and better experience for the end-user. In Webdevelop Pro we strive to incorporate security into every product that we create.

The tiny framework based on AIOHTTP
Let me introduce our project, I think he's already moved on to a stage when it can be called a framework. Although its name says that it is boilerplate

Basic comparison between Python async and sync function
Async operation will really speed up your code for blocking I/O operations or networks requests. But it requires to work carefully with "event loop" and code might get complicated.

Unit Tests in Golang Way
I’ve been working more than 7 years with Python. The way I tested applications with Python was really different from Golang. At first, Golang might shock you, but you just need to understand the ideas behind “Go”.

Page Object Pattern in automated testing with Selenium WebDriver
Today I want to talk about Page Object Pattern which very popular in test automation with Selenium WebDriver. In my post will be used Python binding for Selenium WebDriver and Google Chrome Driver.

Django vs. Aiohttp Performance Test
Today I would like to take a trendy Python framework Django and compare it with a brand new framework aiohttp. I'm a Django fan and believe that Django is a really good framework, and I recommend to use it.
