Golang
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
The Clean Architecture Interpretation
I would like to tell you how we started to use the practice of code organization in our projects, what we reached and also show you an example how it looks like at our.

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.

Using GoLang and MQTT
Surprisingly, on GoLang we don't have a lot of different solutions around MQTT protocol. My goal is to build a reliable solution based on paho client and highlight different cases. While trying different approaches I finally come out with a scalable and robust solution.

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.

How You Can Make It Easy To Write Unit-Tests In Golang
When I started to write unit-tests in golang at first it wasn't easy and it was taking much time. I didn't know specific tools, technique and libraries to make easy writing of tests.

Step by step guide for creating WebSocket client in Golang using mutex and channel
In this guide to using WebSockets in Golang I would like to concentrate on the following: the application should work whether WebSocket server is online or not. The server can be offline for a number of reasons: poor connection, server issues, etc, but a

How to set up Ethereum private network
It seems like the internet has tons of articles on how to set up your own Ethereum private network, but to do this, I walked through several problems and decided to write down the full article which includes problems I faced and solutions.

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”.
