DEV Community

Cover image for Its a Post
John Patrick Juni
John Patrick Juni

Posted on

Its a Post

Hello Dev.to 👋

This is my very first post on DEV.to.
I'm using this article to test how Markdown, code blocks, images, and formatting work before I start publishing real technical content.

About Me

I am just guy who enjoys working with:

  • Linux
  • Cloud
  • Python (FastAPI)
  • Front End

Code Sample

from fastapi import FastAPI 

app = FastAPI() 

@app.get("/") 
def read_root(): 
    return {"message": "Hello, DEV.to!"}
Enter fullscreen mode Exit fullscreen mode

Here's a Quote

"It insist upon it self Lois"
- Peter

Task

[] Web Profile
/ Front-End
[] Back-End
Apparently checkboxes don't work here

What's Next?

I will be writing about:

  • IDK, Currently I'm developing my web profile so maybe I will give an update to that.
  • oh and find a job

Github : inuh22
LinkedIn : john

Thanks For Reading.

Top comments (0)