Skip to content

Instantly share code, notes, and snippets.

View khajahussainecomm's full-sized avatar

KH khajahussainecomm

View GitHub Profile
@khajahussainecomm
khajahussainecomm / iOS locale codes
Created May 26, 2026 04:14
iOS Locale Identifiers — 435 locale codes with display names (JSON)
# iOS locale codes
A simple JSON reference for developers working with iOS localization.
**435 locales** with code → name mapping.
- `locales` — list of `{ code, name }` pairs
- `byCode` — quick lookup, e.g. `"en_US"` → `"English (United States)"`
Useful when you need locale names in settings screens, language pickers, or localization tooling.
@khajahussainecomm
khajahussainecomm / chatgpt-tips.md
Last active July 10, 2026 06:02
10 ChatGPT Tips That Actually Made Me More Productive

10 ChatGPT Tips That Actually Made Me More Productive

ChatGPT has become one of the tools I use almost every day. Whether I'm debugging code, writing documentation, learning a new framework, or brainstorming ideas, it's usually my first stop.

Like many people, I initially asked simple questions and accepted the first answer. Over time, I realized that the quality of ChatGPT's responses depends far more on how you ask than what you ask.