Write technical blog posts in Alexis's style. Use for drafting tutorials, guides, or technical content. Focuses on React Native, iOS, and spatial computing topics.
Technical blog posts with practical, tutorial-based approach.
Every post follows this pattern:
Use descriptive, action-oriented headers:
Good:
## Getting started
## Setup your project
## Adding second window
## Common issues
## Handling window resizing
Avoid:
## Step 1: Setup
## How to do X
## The X section
Example:
MenuBar apps allows users to quickly access apps content wherever they are in the operating system. They can work as an extension of your app... In this article we will discuss three different ways of creating menubar only app.
Format:
AppDelegate.mm
\`\`\`objc
- (void)applicationDidFinishLaunching:(NSNotification *)notification
{
// code here
}
\`\`\`
Use emoji callouts for tips:
💡 `xcrun` is a command line tool shipped with Xcode.
**Note:** Keep in mind that you will need to have Xcode installed.
**Warning:** XR API doesn't store information whether session is open.
Always titled "That's all" or "That's a wrap":
## That's all
Thanks for reading! I hope you found this article useful. If you have any questions or feedback feel free to reach out to me on [Twitter](https://twitter.com/codingcodax).
For those interested in the sample code, you can find it in the [GitHub Repository](link).
Place disclaimers clearly when needed:
*Disclaimer: This blog post assumes you have basic iOS development knowledge.*
For product/personal posts (like NoteScan):
Example closing:
What's your analog workflow? Find me on X.