TypecraftHQ Profile Banner
Typecraft_HQ Profile
Typecraft_HQ

@TypecraftHQ

Followers
344
Following
90
Media
35
Statuses
116

tubes: https://t.co/PfncxPq7ie Web: https://t.co/QF44xmqVzt discord: https://t.co/P4toEy1PBR

New York, NY
Joined June 2024
Don't wanna be here? Send us removal request.
@TypecraftHQ
Typecraft_HQ
20 days
JSON is great until you actually want a human to read it. Think you can make the conversion in Vim? Show us what you got! šŸ’Ŗ. #vim #json #challenge.
0
0
1
@TypecraftHQ
Typecraft_HQ
5 months
Tech shifts for good reasons—but sometimes, in fixing one problem, we create another. From Agile to SPAs to SSR, are we learning the right lessons, or just reacting?. Read more: šŸ”— #SoftwareEngineering #TechTrends #WebDev.
0
1
2
@TypecraftHQ
Typecraft_HQ
6 months
This one's packed with insights to help you write better, faster, and more maintainable code. Let me know what resonates most with you!.
0
0
0
@TypecraftHQ
Typecraft_HQ
6 months
The latest Typecraft newsletter just dropped!. šŸ›  The dotfiles dilemma—optimizing or just tinkering?.āŒ› Why editors keep slowing down.šŸ“– The hidden cost of DRY & writing code that's actually readable. Plus more! Dive in →
1
0
1
@TypecraftHQ
Typecraft_HQ
6 months
What helped you on your journey to mastering Neovim?.
0
0
0
@TypecraftHQ
Typecraft_HQ
6 months
Neovim has a learning curve—but is it worth it? Spoiler: Absolutely. In my latest article, I break down the highs, lows, and how to make the climb smoother. Let's demystify the process:. šŸ‘‰
1
0
4
@TypecraftHQ
Typecraft_HQ
6 months
What do you wish you could tell yourself at the start of your career?.
0
0
0
@TypecraftHQ
Typecraft_HQ
6 months
15 years of growth, lessons, and insights—wrapped into one post. These takeaways shaped my career and can help you level up yours. No fluff, just actionable advice. Start here: šŸ‘‰
1
0
1
@TypecraftHQ
Typecraft_HQ
6 months
Do you use coding assistants? What's your best tip for getting the most out of them while keeping your skills sharp?.
0
0
0
@TypecraftHQ
Typecraft_HQ
6 months
AI fatigue is becoming as common as Zoom fatigue. However, like any tool, it can be used effectively or misused. Let's discuss how the show Breaking Bad serves as a great analogy for the potential pitfalls of coding assistants.
1
0
1
@TypecraftHQ
Typecraft_HQ
6 months
With the obsession over keyboards, screens, and the perfect hardware setup, it's easy to forget that it's all about shipping. Ever heard of a developer shipping a Neovim plugin written on a phone? . Oh, it's real. Anything is possible — even without an.
0
0
0
@TypecraftHQ
Typecraft_HQ
9 months
I get asked about my keyboard all the time, and for good reason—it’s a game-changer. Here’s my review on why the Happy Hacking Keyboard is my go-to for staying in flow. šŸ”—
0
0
2
@TypecraftHQ
Typecraft_HQ
9 months
Learning tools through "Hello World" apps? Boring. Let’s make Docker shine with something unexpected—Dockerized Doom! Docker Hub, Docker Scout, and classic gaming vibes all in one article. Let’s get after it !. šŸ‘‡šŸ¼
0
0
2
@TypecraftHQ
Typecraft_HQ
9 months
Transform your Hyprland setup! Getting Hyprland configured just so takes time — in this video, we help jumpstart the process to get a cohesive look. šŸŽ„ Watch: [YouTube]( .šŸ“˜ Course: [Hyprland for Newbs]( .šŸ’» Dotfiles:.
0
0
1
@TypecraftHQ
Typecraft_HQ
9 months
I was showing someone Tmux the other day, and they felt lost: "It's like learning Vim all over again!" If learning keybindings are holding you back from using a terminal multiplexer, give #zellij a try. It's Tmux with an easier learning curve—and yes, we've got a video on it!
Tweet media one
0
0
4
@TypecraftHQ
Typecraft_HQ
9 months
Spinning up a client project today reminded me why Docker Compose is a lifesaver. All your services in the right versions, no system clutter, and everything just works. See how easy it can be in our latest video!. šŸ‘‰
0
1
4
@TypecraftHQ
Typecraft_HQ
9 months
Cliffs Notes !.'n': Specifies normal mode. '<c-d>': The keybinding (Control + d). '"_diw': The command to delete inside word using the black hole register. { noremap = true, silent = true }: Keeps the mapping non-recursive and silent.
0
0
0
@TypecraftHQ
Typecraft_HQ
9 months
vim.keymap.set('n', '<c-d>', '"_diw', { noremap = true, silent = true }). This keymap lets you delete with just Ctrl+d. Simple and efficient! Give it a try and level up your Vim game! #VimTips #VimTricks.2/2.
1
0
0