본문 바로가기

회사는힘들어

(개발자)일할 때 유용하게 사용중인 사이트 모음👩‍💻

1. Json Parser Online

http://json.parser.online.fr/

: 초간단 Json 파싱 사이트! 일하면서 제일 많이 쓰는듯!

 

 

2.Epoch Converter

https://www.epochconverter.com/timezones

 

Time zone list / Epoch to time zone converter

There is only one Unix time and it is created by using the UTC/GMT time zone. This means you might have convert time zones to calculate timestamps. Most programming languages have libraries to help you converting time zones, calculating by hand might not b

www.epochconverter.com

: 간편하게 현재 시간 ↔ epoch time 변환이 가능하다.

 

 

3. URL Decoder/Encoder

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

 

URL Decoder/Encoder

 

meyerweb.com

: 왕 초간단 url decoder~~

 

 

4. DenCode

https://dencode.com/

 

DenCode | Encoding & Decoding Online Tools

Encoding and Decoding site. e.g. HTML Escape / URL Encoding / Base64 / MD5 / SHA-1 / CRC32 / and many other String, Number, DateTime, Color, Hash formats!

dencode.com

: url decode 외에 decode 할 일이 있을 때에는 모두 이곳에서 확인한다!
여러가지 방식을 한번에 보여주기 때문에 어떤 방식으로 인코딩 되었는지 역추적도 가능해서 완전 편함!

 

 

5. Diffchecker

https://www.diffchecker.com/

 

Diffchecker - Compare text online to find the difference between two text files

 

www.diffchecker.com

: 문자열을 비교해야하는 경우가 매우 많다!
로직 전/후 비교라면 주로 사용하는 visual studio 자체적으로 확인이 가능하지만
데이터의 대조가 필요할 때 아주 유용하게 사용중이다~~!!