Research Projects Blog Agent Skill Publications Contact
Tags  / Architecture

Architecture

9 articles tagged with this topic.

Architecture
AI Feb 19, 2025 15 min read

Adopting AI within an enterprise can be methodically approached using the TOGAF framework

Enterprise Architecture (EA) is a discipline that helps organizations align their business and IT strategies. With the rise of Artificial Intelligence (AI), organizations need to rethink their EA practices to effectively adopt and integrate AI capabilities. This article explores how TOGAF, a widely adopted EA framework, can be leveraged to facilitate AI adoption in enterprises. Demystifying AI for Enterprise Architects AI is a broad and rapidly evolving field, encompassing various technologies like machine learning, natural language processing, and computer vision. Enterprise architects need to understand the potential applications, benefits, and risks of AI to make informed decisions about its adoption and integration within the organization.

Read article →
Architecture
AWS Dec 17, 2024 24 min read

Building Resilient Systems: Cell-Based Architecture with the AWS Well-Architected Framework

Cloud resilient architecture based on cells is an approach to designing and building highly available and fault-tolerant systems on AWS. It involves breaking down a monolithic application into smaller, isolated components called cells. Each cell is responsible for a specific set of functionalities and can be scaled, deployed, and managed independently. Building Resilient Cloud Architectures with Cell-Based Design on AWS The cell-based architecture promotes resilience by isolating failures within individual cells, preventing them from cascading and affecting the entire system. If one cell fails, the others can continue operating, ensuring overall system availability. This design also facilitates easier maintenance, updates, and scaling of individual components without impacting the entire application.

Read article →
Architecture
TOGAF Dec 2, 2024 29 min read

Mastering Requirement Collection: TOGAF Techniques to Craft Winning Proposals

Here is an engaging introduction to the blog post in markdown format, summarizing the topic without including the outline itself: As a CTO, gathering requirements is a crucial step in ensuring the success of any project. It helps align stakeholders’ expectations, prioritize features, and ensure that the final product meets the intended goals. This blog post will explore various techniques that CTOs can employ to effectively gather requirements, fostering clear communication and collaboration among teams.

Read article →
Architecture
Architecture Nov 18, 2024 27 min read

What is the role of Solutions Architect in pre-sales

A solutions architect plays a critical role in pre-sales activities for a technology company. They bridge the gap between the customer’s business needs and the technical capabilities of the company’s products or services. This article will explore the key responsibilities of a solutions architect in the pre-sales phase. Solutions Architect Responsibilities in Pre-Sales The solutions architect is responsible for understanding the customer’s requirements, designing an appropriate solution, and effectively communicating its value proposition. Their primary responsibilities in the pre-sales stage include:

Read article →
Architecture
Project Management Nov 16, 2024 28 min read

Software Project Estimation: stop playing casino, just follow best practices

Software projects can often go over budget and past deadlines if not estimated properly. Accurate estimation is crucial for successful project planning and execution. This blog post will cover best practices for estimating software projects effectively. Software Project Estimation Best Practices Estimating software projects accurately requires a systematic approach and following proven methodologies. We’ll explore techniques like breaking down requirements, utilizing historical data, considering risk factors, and leveraging estimation tools and models. The goal is to provide practical tips and insights to help teams deliver projects on time and within budget.

Read article →
Architecture
AWS Nov 16, 2024 37 min read

AWS Multi-Tenant Cloud Architectures: How to Choose the Right One for

Introduction Building a multi-tenant architecture on AWS is a complex undertaking that requires careful planning and implementation. Multi-tenancy allows you to serve multiple customers or clients from a single instance of your application, maximizing resource utilization and reducing costs. However, it also introduces challenges around data isolation, security, and performance. In this blog post, we’ll explore best practices for designing and deploying a robust, scalable, and secure multi-tenant architecture on AWS.

Read article →
Enterprise Feb 11, 2024 1 min read

ScienceSoft

Head of AI & Principal Architect at ScienceSoft since 2007 — scaled the AI/ML team, opened new expertise in Blockchain, AI, ML, and maintained AWS partnership.

Read article →
Architecture
Software Jul 29, 2022 3 min read

Software Design principles

Intro Any architectect and software developer should be aware of and follow best practeces established by many generations of software developers. This article is a recap of the best practices and the most important ones for software developers. Whenever you came to interview with me - you should definitely read this article and know by heart many of the principles. Design principles A brief overview over common design principles SOLID Single Responsibility Principle (SRP): A class should only have a single responsibility, that is, only changes to one part of the software’s specification should be able to affect the specification of the class. Open/Closed Principle (OCP): “Software entities … should be open for extension, but closed for modification.” Liskov Substitution Principle (LSP): “Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.” Interface Segregation Principle (ISP): “Many client-specific interfaces are better than one general-purpose interface.” Dependency Inversion Principle (DIP): One should “depend upon abstractions, [not] concretions.” DRY (Don’t Repeat Yourself) “Every piece of knowledge must have a single, unambiguous, authoritative representation within a system”

Read article →
Architecture
AWS Mar 30, 2015 1 min read

A Four Step Guide to Triple Your Savings on AWS Deployments

Practical guide to dramatically reducing AWS infrastructure costs through architecture optimization, reserved instances, and right-sizing strategies.

Read article →