Skip to content

Coding and Beyond

A software developer's blog.

Coding and Beyond

A software developer's blog.

  • Home
  • Article Series
    • Architectural Design Patterns
    • Advanced C# Tips
    • C – Bedrock of Software
  • About
  • Contact
Software Engineering Azure Amazon Web Services Cloud Computing Containerization Intermediate

Concurrency vs. Parallelism: Why the Distinction Matters

Suleyman Cabir Ataman 17/08/2025 No Comments

TypeScript Node.js Software Engineering Beginner

Applying the Singleton Pattern in TypeScript

Suleyman Cabir Ataman 15/07/2025 No Comments

Azure Amazon Web Services Software Engineering Intermediate Advanced Devops Coding

Geo-Resilience in the Cloud: Active-Active vs Active-Passive Architectures

Suleyman Cabir Ataman 31/05/2025 No Comments

Amazon Web Services

Simple Patterns for Blue/Green Deployments on AWS ECS and Lambda

Suleyman Cabir Ataman 24/05/2025 No Comments

Web Development Beginner JavaScript React

React Compiler: A Big Step in React

Suleyman Cabir Ataman 10/05/2025 No Comments

Article Series

Architectural Design Patterns

Advanced C# Tips

C - Bedrock of Software

Categories

  • Level
    • Beginner
    • Intermediate
    • Advanced
  • Programming Languages
    • C/C++
    • C#
    • Go
    • Java
    • Python
    • TypeScript
  • Databases
    • NoSQL
  • Cloud Computing
    • Amazon Web Services
    • Azure
    • Containerization
  • Web Development
    • Angular
    • React
    • Node.js
  • Software Engineering
  • Testing

Search

Software Engineering Azure Amazon Web Services Cloud Computing Containerization Intermediate

Concurrency vs. Parallelism: Why the Distinction Matters

In modern software systems, speed and responsiveness are no longer just desirables, they are expectations. Users demand quick interfaces, developers build systems that handle thousands of requests per second, and…

Suleyman Cabir Ataman 17/08/2025
TypeScript Node.js Software Engineering Beginner

Applying the Singleton Pattern in TypeScript

The Singleton pattern is one of the most widely known and frequently used design patterns in software development. It is a creational pattern and it ensures that a class has…

Suleyman Cabir Ataman 15/07/2025
Azure Amazon Web Services Software Engineering Intermediate Advanced Devops Coding

Geo-Resilience in the Cloud: Active-Active vs Active-Passive Architectures

Building resilient systems is no longer a best practice. It as an expectation. Whether you’re running a small internal app or handling millions of transactions a day, the assumption is…

Suleyman Cabir Ataman 31/05/2025
Amazon Web Services

Simple Patterns for Blue/Green Deployments on AWS ECS and Lambda

The basic idea of blue/green deployment is to run a new version beside the current one, send a small or full share of traffic to it, watch the signals, and…

Suleyman Cabir Ataman 24/05/2025
Web Development Beginner JavaScript React

React Compiler: A Big Step in React

React just took a quiet but deeply meaningful step forward. With the release of the React Compiler, we are entering a new phase of performance. In this new era not…

Suleyman Cabir Ataman 10/05/2025
Software Engineering Beginner Coding Intermediate Java C# Go

Why Go Is Becoming a Strong Alternative to C# and Java?

In the world of enterprise software, some names have stayed strong for decades. C# and Java are two of those names. They shaped the way companies built applications. They gave…

Suleyman Cabir Ataman 25/04/2025
Amazon Web Services Intermediate Devops

Practical Guide: Creating a Private ECR Repository and Using It in ECS/EKS

In modern cloud architectures, container images are the building blocks of your microservices, and having a private, secure, managed image registry is essential. Amazon ECR (Elastic Container Registry) fills that…

Suleyman Cabir Ataman 16/04/2025
Coding Web Development Beginner JavaScript

Deno, Just Another JavaScript Runtime for Backend

JavaScript has come a long way since its creation. It started as a very basic language for making web pages interactive. It has become more powerful and it has been…

Suleyman Cabir Ataman 13/04/2025
Beginner Go

Writing REST Api with Go

REST APIs are everywhere. From mobile apps to web platforms, they connect the front-end and back-end in a clean and standard way. In this post, we’ll write a basic REST…

Suleyman Cabir Ataman 01/04/2025

Posts pagination

1 2 … 8

Next Page »

You Missed

Software Engineering Azure Amazon Web Services Cloud Computing Containerization Intermediate

Concurrency vs. Parallelism: Why the Distinction Matters

TypeScript Node.js Software Engineering Beginner

Applying the Singleton Pattern in TypeScript

Azure Amazon Web Services Software Engineering Intermediate Advanced Devops Coding

Geo-Resilience in the Cloud: Active-Active vs Active-Passive Architectures

Amazon Web Services

Simple Patterns for Blue/Green Deployments on AWS ECS and Lambda

Coding and Beyond

A software developer's blog.

Copyright © All rights reserved | Blogus by Themeansar.