Develop!/etc

코딩 하면서 유용한 Tool Site

체리필터 2017. 1. 24. 16:43
728x90
반응형

코딩하면서 유용하게 사용하고 있는 사이트들이 몇 개 있는데...

자주 사용하다 보니... 그냥 이렇게 정리해 두고 필요할 때 끄집어 내서 사용하면 좋겠다 싶어 정리 ^^

순서는 중요도랑 아무 상관 없이... 그냥...

 

1. Json online Editor

http://www.jsoneditoronline.org/ 

 

JSON Editor Online - view, edit and format JSON online

Ooops! Looks like you opened the website of jsoneditoronline having the url prefixed with www, whilst the official url doesn't have this prefix. You will be redirected to https://jsoneditoronline.org automatically within 10 seconds.

www.jsoneditoronline.org

json editor 기능도 있고, 이쁘게 정리도 해 주고, object로 접었다 폈다 하면서 구조적으로 잘 볼 수 있도록 해 준다.

 

2. XML to Json

http://www.utilities-online.info/xmltojson/#.WIbKYFOLRVI 

 

XML to JSON and JSON to XML converter online

 

www.utilities-online.info

xml의 list 형태가 json으로 변하면 어떻게 변하는지 궁금해서 찾아본 사이트...

요즘은 대부분 json을 많이 쓰지만 xml을 쓰기 원하는 곳도 있으니 간간히 필요한 경우 사용하면 좋을 듯...

 

3. Online regex tester and debuger

https://regex101.com/ 

 

Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript

Please wait while the app is loading...

regex101.com

예전에 XE 개발 할 때 오픈소스라서 날마다 해킹 시도가 있어서 뚤리는거 막고 뚤리는거 막고 할 때 정규 표현식을 많이 썼는데, 바로 바로 해당 정규표현식이 잘 적용 되는지 확인할 수 있어서 좋다.

 

4. URL Decoder, Encoder

http://meyerweb.com/eric/tools/dencoder/ 

 

URL Decoder/Encoder

 

meyerweb.com

인코딩 된 문자를 디코딩 하거나 디코딩 된 문자를 인코딩 하고 싶을 경우 바로 바로 확인 가능하기에 괜찮은 사이트이다.

 

5. RandomString

www.random.org/strings/

 

RANDOM.ORG - String Generator

 

www.random.org

Random String을 코드에서 임의로 넣어 테스트 하거나 인증키로 사용해야 할 경우 코드로 짜서 돌리기 보다는 여기서 가져오면 편하다.

 

6. Rest API Test

httpbin.org/

 

httpbin.org

A simple HTTP Request & Response Service. Run locally: $ docker run -p 80:80 kennethreitz/httpbin

httpbin.org

API 통신을 통해 딜레이 되는 경우를 테스트 한다거나, 내가 보낸 헤더값이 제대로 전달 됬는지를 확인한다거나 할 때 편하다.

 

7. AWS Diagrams

app.cloudcraft.co/

 

Cloudcraft – Draw AWS diagrams

Visualize your AWS environment as isometric architecture diagrams. Snap together blocks for EC2s, ELBs, RDS and more. Connect your live AWS environment.

www.cloudcraft.co:443

AWS Diagram을 이쁘게 그릴 수 있고, 해당 기능을 사용하게 될 경우 예상되는 금액까지 계산해 준다.

728x90
반응형