More Than Bits

Thoughts, tutorials, and deep dives into software engineering, architecture, and modern development practices.

6 Articles
Regularly Updated

Featured article

Featured
Advanced TypeScript Patterns for Enterprise Applications
January 8, 2024
8 min read

Advanced TypeScript Patterns for Enterprise Applications

Explore advanced TypeScript patterns and techniques that will help you build more maintainable and type-safe enterprise applications. From conditional types to template literals.

TypeScriptJavaScriptEnterprise

Latest articles

Implementing Clean Architecture in React Applications
January 1, 2024
15 min read

Implementing Clean Architecture in React Applications

Learn how to structure your React applications using Clean Architecture principles. This approach will make your code more testable, maintainable, and independent of frameworks.

ReactArchitectureClean Code
Database Optimization Strategies for High-Traffic Applications
December 20, 2023
10 min read

Database Optimization Strategies for High-Traffic Applications

Discover proven database optimization techniques that can dramatically improve your application's performance. From indexing strategies to query optimization and caching.

DatabasePerformanceSQL
Testing Strategies for Modern Web Applications
December 15, 2023
11 min read

Testing Strategies for Modern Web Applications

A deep dive into testing methodologies for modern web applications. Learn about unit testing, integration testing, and end-to-end testing with practical examples.

TestingQuality AssuranceJest
GraphQL vs REST: Choosing the Right API Architecture
December 10, 2023
9 min read

GraphQL vs REST: Choosing the Right API Architecture

An in-depth comparison of GraphQL and REST APIs. Learn when to use each approach and how to implement them effectively in your applications.

GraphQLRESTAPI
Building Scalable Node.js Applications
December 5, 2023
12 min read

Building Scalable Node.js Applications

Best practices for building scalable Node.js applications that can handle high loads. Learn about clustering, caching, and performance monitoring.

Node.jsScalabilityPerformance
Blog - Jordy van Vorselen