Technology

02
Jun

Bringing Hexagonal Architecture to Angular: A Scalable Approach for Frontend Development

If you’re reading this, chances are that you are already familiar with the hexagonal architecture, the well-known design approach that helps decouple core business logic from external dependencies. But although it’s a very popular approach for backend development, you probably haven’t seen it applied as often in frontend development.
Read More
12
May

Component Testing in Cypress

Component testing in Cypress allows individual components of an application to be tested in isolation to ensure they function correctly before being integrated into the entire system. This is particularly useful for applications developed with frameworks like React, Angular, or Vue.
Read More
21
Apr

How We as Project Managers Use Jira Filters at WATA Factory 

Jira is a powerful tool for project management. One of its most practical features is filters, which help maintain an overview, prioritize tasks, and identify bottlenecks early. By using filters effectively, workflows can be optimized, and projects can be managed more successfully—exactly what we do at WATA Factory every day. 
Read More
12
Mar

PHP & WordPress: What You Need to Know (Even If You’re Not a Developer)

Hey there, I’m one of the WordPress and PHP enthusiasts at WATA Factory. Over the years, I’ve watched WordPress evolve from a simple blogging platform into a powerhouse that can handle e-commerce sites, membership portals, media repositories, and so much more. If you’re curious about how WordPress works behind the scenes—or maybe you’re a designer...
Read More
26
Feb

BEM in Angular: Enhancing CSS Maintainability and Scalability

When we work with Angular, the organisation of the CSS code is crucial to ensure a scalable and easily maintainable project. One of the most commonly used methods for structuring styles is BEM (Block, Element, Modifier). In this article, we explain what BEM is and how to use it in Angular with simple examples. We...
Read More
1 2 3 7