Blog SW Development

random_image
SW Development

Cursor Review

커서 사용후기: 개발 필수 도구

1.First Impression — More Than Just Another AI Tool

I finally decided to try Cursor myself. The overall experience was extremely satisfying. It goes beyond being simply “another AI coding assistant.” It already feels like a tool that naturally integrates into my workflow — something …

Personal

Read more →
random_image
SW Development

[QA] What is Appium?

[Appium] Introduction to Mobile Test Automation

What is Appium? Introduction to Mobile Test Automation

What is Appium? – Getting Started with Mobile Test Automation

As mobile applications become increasingly essential in our daily lives, ensuring their quality through automated testing has become more critical than ever. Among various testing tools, Appium …

QA

Read more →
random_image
SW Development

[API] gRPC vs. REST

gRPC vs REST: Which to Choose?

gRPC vs REST: Which to Choose? /title> </head> <body> <h2>To develop internal or external APIs, developers must understand the key differences between gRPC and REST and choose based on their strengths and weaknesses.</h2> <p>In today’s API-driven development environment, choosing the right communication protocol is critical. REST has …</p></body></html></!doctype></p> <i class="fas fa-tags"></i> <a href="/blog/tag/api/"><span class="badge badge-pill badge-light">API</span></a> <br/> <br/> <a class="btn btn-primary" href="/blog/41/">Read more →</a> <div class="card-footer text-muted">Posted on May 21, 2025, 6:57 a.m. by <a ref="#">SANGJIN</a> </div> </div> </div> <!-- Blog post--> <div class="card mb-4" id="post-35"> <img class="card-img-top" src="https://picsum.photos/seed/35/800/200" alt="random_image" > <div class="card-body"> <span class="badge badge-secondary float-right">SW Development</span> <h2 class="card-title h4">AWS vs. Azure vs. Google Cloud</h2> <h5 class="text-muted">Cloud War: Who Will Dominate the Cloud Market?</h5> <p class="card-text"><!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AWS vs. Azure vs. Google Cloud [Cloud War]

AWS vs. Azure vs. Google Cloud [Cloud War]

Who Will Dominate the Cloud Market?

The cloud computing market is dominated by three major players: AWS, Microsoft Azure, and Google Cloud. Each platform offers powerful services but with …

Cloud GCP Azure AWS

Read more →
random_image
SW Development

[Data Structure]B-Trees vs LSM

B-Trees vs LSM Trees: Data Structures for DBs

B-Trees vs LSM Trees
[Data Structures for DBs]

Understand the key differences between B-Trees and LSM Trees, and how these structures impact the performance and design of modern databases.

Why B-Trees and LSM Trees Matter

In the world of databases, efficient indexing is critical for …

Algorithm

Read more →