Skip to content

feat: switch from Twitter to Bluesky #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ contact_links:
about: The TypeScript Discord is a great place for asking for help on your TypeScript journey!
url: https://discord.com/invite/typescript
- name: Contact Josh
about: Want to ask for help more individually? DM or tweet on Twitter.
url: https://twitter.com/JoshuaKGoldberg
about: Want to ask for help more individually? DM or post on Bluesky.
url: https://bsky.app/profile/learningtypescript.com
2 changes: 1 addition & 1 deletion src/content/articles/branded-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -709,4 +709,4 @@ Much appreciated! ❤️
---

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ I'd highly recommend using them to work your way up to being able to make projec

:::info
Got a project you think should be listed?
Send it to [@LearningTSBook](https://twitter.com/LearningTSBook) on Twitter!
Send it to [@learningtypescript.com](https://bsky.app/learningtypescript.com) on Bluesky!
:::
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ Happy typing!
---

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Narrowing is covered in _Learning TypeScript_ Chapter 3: Unions and Literals.
Object types are covered in _Learning TypeScript_ Chapter 4: Objects.

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!

Many thanks to:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ This article was inspired by the thread on this tweet:
https://twitter.com/haroenv/status/1534186668244230155

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!
2 changes: 1 addition & 1 deletion src/content/articles/why-increase-your-tsconfig-target.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ Consider reading that chapter for an overview of how many of them fit together.
---

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@ This article was inspired by [@MatteoColina's spicy thread on Twitter](https://t
Many thanks to [Christine Belzie](https://github.com/CBID2), [Daniel Rosenwasser](https://github.com/DanielRosenwasser), [Kenny Lin](https://github.com/LinKCoding), and [Ryan Cavanaugh](https://github.com/RyanCavanaugh) for helping proofread and suggest additions to this article. 💙

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,6 @@ Functions are covered in _Learning TypeScript_ Chapter 5: Functions.
---

Got your own TypeScript questions?
Tweet [@LearningTSBook](https://twitter.com/LearningTSBook) and the answer might become an article too!
Ask [@learningtypescript.com](https://bsky.app/profile/learningtypescript.com) on Bluesky and the answer might become an article too!

Many thanks to Kenny Lin and [Jeroen Engels](https://github.com/jfmengels) for proofreading help in this article's pull request! ❤️‍🔥