Skip to main content

Hello World - My First Post

·46 words·1 min

Welcome!
#

This is my first blog post. I’ll be writing about:

  • Programming and software development
  • IoT and smart home automation (SwitchBot, etc.)
  • Useful tools and tips

Sample Code
#

Here’s a Python example:

def hello():
    print("Hello from Tech Yoshiki!")

hello()

Stay tuned for more content!