Codeeeee


Ding Ding! Welcome to my little site. Here I'll share technical articles and online tools commonly used in my work to improve development efficiency(for slacking off)Feel free to visit often ヾ(@^▽^@)ノ

Why I Started This Little Site

I enjoy jotting things down here and there - some about life, others about tech, but they're scattered across different websites, and some were even lost due to site closures. So, I wanted a permanent place to keep my notes. All the code for this site is maintained on Github, trying to avoid databases (I'm just too lazy to do backups). I rented a server and domain for 3 years, hoping I can keep it up this time.

What You'll Find Here

First, it's mainly about sharing my learning summaries. Most are about tech development, with occasional reading notes.

Second, since I often need small tools for development and testing at work, which can be cumbersome to start locally, I've put some of the tools I use here, like JSON formatting, code compression, etc., hoping to improve work efficiency. Of course, if they can help you too, I'd be very happy.

How Often Will I Update

That depends on whether I have to work overtime. Because overtime is just too tiring~~ If not, I'll try to output once a week. (flag planted here)



I've already implemented these tools

JSON Formatter

Can help convert JSON formatted data into text with a hierarchical structure, making it clearer and more intui...

Use Now

Encode / Decode

Supports various types of encoding and decoding, including Base64 encoding, URL encoding, radix conversion, an...

Use Now

Hash

Supports various hash algorithms, including MD5, SHA-1, SHA-256, SHA512, SHA-3, HMAC, PBKDF2, etc.

Use Now

Encryption / Decryption

Supports various encryption and decryption algorithms, including AES, DES, 3DES, Rabbit, and RC4, etc.

Use Now

Color Tools

Provides various color-related tools, including color palettes, common RGB and CMYK color charts, web safe col...

Use Now

Image Tools

Provides various types of image tools, including image to base64 encoding tools, image rounded corner generati...

Use Now