onTheWayToBeCreative

Thoughts on development, technology, and building great software

All Articles

System Design
May 21, 20252 min read

The CAP Theorem: The Unavoidable Trade-Off in Distributed Systems

In the world of distributed systems, compromise isn't failure — it's design. Understanding the CAP theorem and why you can't have consistency, availability, and partition tolerance all at once.

CAP TheoremDistributed SystemsDatabase Administration +2 more
Read More
Backend Development
January 15, 20248 min read

Building Scalable Enterprise Applications with .NET Core

Learn how to architect and build enterprise-grade applications using .NET Core, focusing on scalability, maintainability, and performance optimization.

.NETEnterpriseArchitecture +1 more
Read More
Frontend Development
January 10, 20246 min read

Modern Frontend Development with Vue.js and Nuxt

Exploring the latest features in Vue.js ecosystem and how Nuxt.js can accelerate your development workflow with server-side rendering and static generation.

Vue.jsNuxtFrontend +1 more
Read More
Database
January 5, 202410 min read

Database Optimization Strategies for High-Performance Applications

Deep dive into SQL Server optimization techniques, indexing strategies, and query performance tuning for enterprise applications.

SQL ServerPerformanceDatabase +1 more
Read More
Cloud Computing
December 28, 202312 min read

Cloud Migration: From On-Premise to Azure and AWS

A comprehensive guide to migrating enterprise applications to the cloud, comparing Azure and AWS services and best practices.

AzureAWSCloud Migration +1 more
Read More
Frontend Development
December 20, 20237 min read

React State Management: From Redux to Zustand

Comparing different state management solutions in React applications and when to use each approach for optimal performance.

ReactState ManagementRedux +1 more
Read More