PWA and why it is good
What is an application? Many years ago, when people said a software application, we know they are telling about a program where: - Users need to download and install it
Some minor but powerful UX things
User Experience (UX) become more and more important nowadays. Maybe you will want to read more about an old but famous story about one single $300 Million Button. Or
CTA and its importance
Introduction In websites, CTA stands for “Call to Action” or “Call-to-Action”. They are the actions that the product owner wants their customer to do. We usually see CTAs as
History of web deployment
Introduction about Deployment Deployment is the process of copying everything from your local machine to a remote server. For over twenty years, the client-server architecture still is used and
How to choose solution for a technical problem
Choosing a solution for a technical issue is not something new. But get the right direction and understand how to choose the right solution is not an easy job.
History of Web Architecture
History of Web development in one picture It's 25 years when the world's first website has been published. There are lots of things changed, lots of things
Introduction to User Story Mapping
It can be quite complex to prioritise numerous user stories in Jira or spreadsheet. You must know which ones are more important and offer higher value so that you
Golang private repositories with cloudbuild
Problem If you build golang source code that uses any modules hosted in the github private repository with cloudbuild, cloudbuild will be failed in go build because it will
Service Mesh
What is microservices? You may already have knowledge of microservices architecture, but here's a quick summary of the features of microservices. Divide into multiple small "microservices" according to business