Built for 𝕏∙LinkedIn∙Bluesky∙Threads. Powered by AI
Write & schedule, effortlessly
Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Publish on X, LinkedIn, Bluesky, Threads, & Mastodon at the same time.
Make it punchier 👊
Typefully
@typefully
We're launching a Command Bar today with great commands and features.
AI ideas and rewrites
Get suggestions, tweet ideas, and rewrites powered by AI.
Turn your tweets & threads into a social blog
Give your content new life with our beautiful, sharable pages. Make it go viral on other platforms too.
+14
Followers
Powerful analytics to grow faster
Easily track your engagement analytics to improve your content and grow faster.
Build in public
Share a recent learning with your followers.
Create engagement
Pose a thought-provoking question.
Never run out of ideas
Get prompts and ideas whenever you write - with examples of popular tweets.
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Share drafts & leave comments
Write with your teammates and get feedback with comments.
NEW
Easlo
@heyeaslo
Reply with "Notion" to get early access to my new template.
Jaga
@kandros5591
Notion 🙏
DM Sent
Create giveaways with Auto-DMs
Send DMs automatically based on engagement with your tweets.
And much more:
Auto-Split Text in Posts
Thread Finisher
Tweet Numbering
Pin Drafts
Connect Multiple Accounts
Automatic Backups
Dark Mode
Keyboard Shortcuts
Creators love Typefully
180,000+ creators and teams chose Typefully to curate their Twitter presence.
Marc Köhlbrugge@marckohlbrugge
Tweeting more with @typefully these days.
🙈 Distraction-free
✍️ Write-only Twitter
🧵 Effortless threads
📈 Actionable metrics
I recommend giving it a shot.
Jurre Houtkamp@jurrehoutkamp
Typefully is fantastic and way too cheap for what you get.
We’ve tried many alternatives at @framer but nothing beats it. If you’re still tweeting from Twitter you’re wasting time.
DHH@dhh
This is my new go-to writing environment for Twitter threads.
They've built something wonderfully simple and distraction free with Typefully 😍
Santiago@svpino
For 24 months, I tried almost a dozen Twitter scheduling tools.
Then I found @typefully, and I've been using it for seven months straight.
When it comes down to the experience of scheduling and long-form content writing, Typefully is in a league of its own.
Luca Rossi ꩜@lucaronin
After trying literally all the major Twitter scheduling tools, I settled with @typefully.
Killer feature to me is the native image editor — unique and super useful 🙏
Visual Theory@visualtheory_
Really impressed by the way @typefully has simplified my Twitter writing + scheduling/publishing experience.
Beautiful user experience.
0 friction.
Simplicity is the ultimate sophistication.
Queue your content in seconds
Write, schedule and boost your tweets - with no need for extra apps.
Schedule with one click
Queue your post with a single click - or pick a time manually.
Pick the perfect time
Time each post to perfection with Typefully's performance analytics.
Boost your content
Retweet and plug your posts for automated engagement.
Start creating a content queue.
Write once, publish everywhere
We natively support multiple platforms, so that you can expand your reach easily.
Check the analytics that matter
Build your audience with insights that make sense.
Writing prompts & personalized post ideas
Break through writer's block with great ideas and suggestions.
Never run out of ideas
Enjoy daily prompts and ideas to inspire your writing.
Use AI for personalized suggestions
Get inspiration from ideas based on your own past tweets.
Flick through topics
Or skim through curated collections of trending tweets for each topic.
Write, edit, and track tweets together
Write and publish with your teammates and friends.
Share your drafts
Brainstorm and bounce ideas with your teammates.
NEW
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Add comments
Get feedback from coworkers before you hit publish.
Read, Write, Publish
Read, WriteRead
Control user access
Decide who can view, edit, or publish your drafts.
"Learn SQL"
Great advice no doubt.
• But what topics to cover?
• Which SQL database to use?
• What resources to learn from?
Here's is a track you can follow ↓
1/22
Let's start with choosing the SQL database to learn.
• There are several of databases like Postgres, MS SQL server, MS Access, Oracle.
• But for learning purposes I'd suggest going with MySQL.
• For reasons that it is secure, free & open source and the support is great.
• Later on we can switch to other databases easily.
• Now what topic should we know in SQL? I knew the basics like select, where and joins but I couldn't get past them.
• So here are some topics and terms everyone should learn, starting with...
4. Basics of Select Statements
• Select
• Aliases
• Where
• And
• Or
• Like-Not Like
• Between-And
• Is null-Is Not Null
• Distinct
• Order By
• Limit
• Exists-Not Exists
• Subqueries
• If
• Case
5. Aggregations
• Group By
• Having
• Count
• Sum
• Min & Max
• Avg
• Round
• If null
• Coalesce
6. Joins
• Inner Join
• Left Join
• Right Join
• Cross Join
• Self Join
• Union
• Union All
7. Window Functions
• Row number
• Partition
• Rank & Dense Rank
• Lag & Lead
8. Other Topics
• Stored Procedures
• User-defined Function
• Triggers
• From my perspective all of these topics are a must to be able to do substantial work with relational databases.
• Now that we know the topics, where to learn them from?
• If you're just a beginner, then you can start with crash courses to get a gist.
Like these two ↓
1. SQL from Freecodecamp
2. Coding with Mosh
• For advanced topics you might have to either get paid courses.
• Or you can learn from websites like W3 schools which have good explanation for each topic.
w3schools.com/sql/default.asp
• There's another great alternative, which is... Books! There are some great books you can pick up for learning.
Like these three ↓
Once you have everything covered then you might want to get your hands dirty.
• One of the best ways is to download any open source database and try different concepts by yourself.
• Another good alternative is to visit Hackerrank and do their SQL track.
That's all for this one!
• SQL is a must-have skill these days and I hope everything above adds value to your learning.
• If you have other opinions or advice, do comment.