Skip to main content

3 posts tagged with "tool"

View All Tags

Useful Developer Tools - App Edition

· 7 min read
Haril Song
Owner, Software Engineer at 42dot

Overview

It's been 13 years since I started using only MacOS.

Even before starting my career as a developer, I had a hobby of exploring various tools to use Mac more conveniently. It was fun just trying out new tools.

Many tools have come and gone through that journey.

This time, I want to introduce the tools that have survived and continue to help me overcome various challenges. I'll be introducing them in two parts - Apps and CLI, and this article will cover the App edition.

Tools for Network Monitoring

· 5 min read
Haril Song
Owner, Software Engineer at 42dot

banner

Overview

This is a brief session prepared for those who don't know where to start with their presentations. We'll introduce various tools that can be used for network monitoring and experimentation, along with explanations of how to use them.

Environment

What kind of environment should we prepare to study networking? While it depends on the topic you want to study, let's look at some commonly used methods.

Making 'diff' More Intuitive, Difftastic

· One min read
Haril Song
Owner, Software Engineer at 42dot

Overview

Difftastic is a tool designed to make using git diff more convenient. It can be very useful for those who frequently use the git diff command in the terminal.

Usage

brew install difftastic

Global setting:

git config --global diff.external difft

Now, when you use the git diff command, you can see much more intuitive diff results compared to before.

image

Reference