Systems | Development | Analytics | API | Testing

Clean architecture explored

It’s your first day at an exciting company, and everything’s going great. It’s time to familiarize yourself with the codebase. So you fork it from GitHub, and lo and behold, your warm smile is replaced with utter confusion. The codebase is filled with spaghetti code. Simply, it’s chaotic. We developers are often faced with scenarios like this.

9 Web Design Tools for Non-Designers

If you don’t have any design experience it doesn’t mean that you can’t learn a few easy ways to tweak your website if something changes or you want a slight revision. For major companies or a company you’re expecting to grow over the next few years, hiring a designer is one of the most important things you can do for your website, but a little bit of design knowledge on your end can go a long way.

Multi-Tenancy and Kong: An Architectural Guide

Engineering organizations building modern API-driven systems have different priorities when it comes to their API management solution. These priorities will drive design decisions about the deployment of various components for API gateways. Some organizations are looking to optimize compute resource utilization, helping to control costs or reduce operational toil.

How to add tickets to bug tracking projects | Kanban-styled workflow for tickets

Using our bug tracking feature, you can now scroll through your website or web app to report bugs as tickets. These tickets can then be assigned to collaborators, & you can also have conversations in threads on a single bug. So go ahead, sign-in to our Chrome browser extension, create a new project, add your website or web app, use the ticket creation process & let us know your thoughts.

Defining a Technical Architecture

When doing long-term planning for an organization, it is really helpful to start with a statement of what the architecture is and what that architecture will encompass. The architectural definition of the technology that will be used will serve as a long-term guide for making technical decisions. In addition, a properly built architecture serves as an instrument of focus, direction, and prioritization for the organization.

Solid Software Design Principles

In this article, we will see SOLID principles and how to implement those principles while building a software application. Robert. C. Martin (popularly known as Uncle Bob) introduced the SOLID principle. Later, Michael Feather re-orders the principle to form the acronym. It helps to implement better code design, maintainability, and extendability.