DORSETRIGS
Home

architecture (70 post)


posts by category not found!

Identifying the CPU architecture type using C#

Identifying CPU Architecture Type Using C When developing applications in C its essential to understand the environment your application will run on One crucial

3 min read 09-10-2024 34
Identifying the CPU architecture type using C#
Identifying the CPU architecture type using C#

What's the difference between REST & RESTful

Understanding the Difference Between REST and RES Tful In the world of web services and APIs the terms REST and RES Tful often get thrown around interchangeably

2 min read 09-10-2024 27
What's the difference between REST & RESTful
What's the difference between REST & RESTful

How to understand existing projects

How to Understand Existing Projects A Comprehensive Guide Understanding existing projects especially in software development can be a daunting task Whether you

3 min read 08-10-2024 33
How to understand existing projects
How to understand existing projects

What is boilerplate code?

Understanding Boilerplate Code What It Is and Why It Matters In the world of programming you may have come across the term boilerplate code But what exactly doe

2 min read 08-10-2024 31
What is boilerplate code?
What is boilerplate code?

Service layer in java swing application

Understanding the Service Layer in a Java Swing Application Introduction In modern software development especially in applications designed with a graphical use

4 min read 08-10-2024 35
Service layer in java swing application
Service layer in java swing application

Comparison (pros/cons) of various .NET dependency injection frameworks

Comparison of Various NET Dependency Injection Frameworks Pros and Cons Dependency Injection DI is a fundamental design pattern in software development especial

3 min read 08-10-2024 29
Comparison (pros/cons) of various .NET dependency injection frameworks
Comparison (pros/cons) of various .NET dependency injection frameworks

Facebook - Twitter authentication - information merge

Merging Facebook and Twitter Authentication A Comprehensive Guide In the modern digital age social media platforms like Facebook and Twitter have become central

3 min read 08-10-2024 31
Facebook - Twitter authentication - information merge
Facebook - Twitter authentication - information merge

ExtJS Architecture for Multi Page Application

Understanding Ext JS Architecture for Multi Page Applications In the realm of web development Ext JS provides a robust framework for creating rich client side a

3 min read 07-10-2024 25
ExtJS Architecture for Multi Page Application
ExtJS Architecture for Multi Page Application

WPf, MEF Architecture design

Understanding WPF and MEF Architecture Design Introduction In the world of NET development Windows Presentation Foundation WPF and the Managed Extensibility Fra

3 min read 07-10-2024 24
WPf, MEF Architecture design
WPf, MEF Architecture design

gpg: Sorry, no terminal at all requested - can't get input

gpg Sorry no terminal at all requested cant get input Deciphering the Error and Finding Solutions Have you encountered the frustrating gpg Sorry no terminal at

2 min read 07-10-2024 30
gpg: Sorry, no terminal at all requested - can't get input
gpg: Sorry, no terminal at all requested - can't get input

Performance advantage or just for convenience?

Performance Advantage or Just for Convenience Exploring the Value of Java Script Libraries In the dynamic world of web development Java Script libraries and fra

2 min read 07-10-2024 23
Performance advantage or just for convenience?
Performance advantage or just for convenience?

What is the canonical antonym for platform-agnostic when referring to software in computing?

Platform Specific vs Platform Agnostic Navigating the Software Landscape In the world of software development a key consideration is how software interacts with

less than a minute read 07-10-2024 45
What is the canonical antonym for platform-agnostic when referring to software in computing?
What is the canonical antonym for platform-agnostic when referring to software in computing?

Event sourcing, CQRS with Axon Server / Framework - Event Sourcing the entire application a good idea?

Event Sourcing and CQRS with Axon Is It Always the Right Choice Event sourcing and CQRS Command Query Responsibility Segregation are powerful architectural patt

2 min read 06-10-2024 53
Event sourcing, CQRS with Axon Server / Framework - Event Sourcing the entire application a good idea?
Event sourcing, CQRS with Axon Server / Framework - Event Sourcing the entire application a good idea?

Service oriented architecture vs Microservices

Service Oriented Architecture vs Microservices Choosing the Right Approach The world of software development is constantly evolving and choosing the right archi

2 min read 06-10-2024 46
Service oriented architecture vs Microservices
Service oriented architecture vs Microservices

What problem of Layer Architecture really solve Onion Architecture?

Breaking the Layers How Onion Architecture Solves the Problems of Traditional Layered Designs The layered architecture a classic software design pattern has lon

2 min read 05-10-2024 47
What problem of Layer Architecture really solve Onion Architecture?
What problem of Layer Architecture really solve Onion Architecture?

What's the difference between Anti-Corruption Layer and Adapters?

Deciphering the Roles Anti Corruption Layers vs Adapters in Software Development In the world of software development clean and efficient code is paramount But

3 min read 05-10-2024 58
What's the difference between Anti-Corruption Layer and Adapters?
What's the difference between Anti-Corruption Layer and Adapters?

RISC V Processor

RISC V The Open Source Revolution in Processor Design The world of computing relies heavily on processors the brains of our devices Traditionally these processo

2 min read 04-10-2024 42
RISC V Processor
RISC V Processor

Layers of a simple Java program to persist data into MySQL using JDBC - ConnectionFactory, DAO, Service

Layered Architecture for Data Persistence in Java with JDBC and My SQL This article delves into the design principles of a layered architecture for persisting d

3 min read 04-10-2024 53
Layers of a simple Java program to persist data into MySQL using JDBC - ConnectionFactory, DAO, Service
Layers of a simple Java program to persist data into MySQL using JDBC - ConnectionFactory, DAO, Service

How to visualize CNN architecture using draw_convet?

How to Visualize CNN Architecture Using draw convnet Visualizing the architecture of Convolutional Neural Networks CNNs is essential for understanding their str

2 min read 30-09-2024 76
How to visualize CNN architecture using draw_convet?
How to visualize CNN architecture using draw_convet?

RabbitMQ-based messaging with long-running consumer process - I need a better pattern

Rabbit MQ Based Messaging with Long Running Consumer Processes A Better Pattern Messaging systems are pivotal in modern software architecture and Rabbit MQ is o

3 min read 30-09-2024 48
RabbitMQ-based messaging with long-running consumer process - I need a better pattern
RabbitMQ-based messaging with long-running consumer process - I need a better pattern

Update items in a recycler view in a regular interval

Updating Items in a Recycler View at Regular Intervals in Android When developing Android applications a common requirement is to display a list of items that m

3 min read 29-09-2024 49
Update items in a recycler view in a regular interval
Update items in a recycler view in a regular interval

Pipelining throughput effect

Understanding the Effects of Pipelining on Throughput Pipelining is a powerful technique used in computer architecture and processing systems to increase throug

3 min read 29-09-2024 52
Pipelining throughput effect
Pipelining throughput effect

Is decision-logic inside Android Composable functions a bad idea?

Is Decision Logic Inside Android Composable Functions a Bad Idea When developing Android applications using Jetpack Compose one question frequently arises Is it

2 min read 26-09-2024 46
Is decision-logic inside Android Composable functions a bad idea?
Is decision-logic inside Android Composable functions a bad idea?

ExtJS 7 application architecture

Understanding Ext JS 7 Application Architecture Ext JS is a powerful Java Script framework designed for building rich web applications Version 7 of Ext JS has i

3 min read 26-09-2024 63
ExtJS 7 application architecture
ExtJS 7 application architecture

kafka deployment with helm chart over EKS cluster not able to produce or consume data getting timeout issue in kafka producer side

Deploying Kafka with Helm on EKS Troubleshooting Timeout Issues When deploying Kafka using a Helm chart on an Amazon EKS Elastic Kubernetes Service cluster user

3 min read 26-09-2024 58
kafka deployment with helm chart over EKS cluster not able to produce or consume data getting timeout issue in kafka producer side
kafka deployment with helm chart over EKS cluster not able to produce or consume data getting timeout issue in kafka producer side