Cem Karakurt
RSS FeedExperienced Software Engineer specializing in full-stack web development. Currently expanding my expertise in System Design, Amazon Web Services (AWS), and Micro-Frontend (MFE).
Featured
Date and Time in Software Development: Complexities and Concerns
Published: at 12:00 AMLearn about concerns, possible problems, and edge cases with date and time in software development.
Recent Posts
Messaging Services in AWS: SNS, SQS, Kinesis, and EventBridge
Published: at 12:00 AMExplore AWS messaging services like SNS, SQS, Kinesis, and EventBridge, and learn how to choose the right one for your distributed system.
End-to-End Type Safety: Development and Runtime Validation with TypeScript and Zod
Published: at 12:00 AMTypeScript is only half the battle. Learn how to achieve end-to-end type safety with runtime validation using Zod.
Refactoring Techniques for Ruby on Rails Applications: A Comprehensive 5-Step Guide
Published: at 12:00 AMNo one likes a messy codebase. Learn how to refactor your Ruby on Rails application in 5 steps. Keep your app running smoothly and make it easy for you and others to work on.
How To Test React Hooks with 2 Different Approaches
Published: at 12:00 AMExplore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.