Blog
·1 min read·By Sandesh Dhakal·BloggingPersonal

Finally Posting!

I’ve started posting random (and hopefully useful) content here. Welcome to my blog!

Hey there!

After leaving my blog page under construction for what feels like forever, I’ve finally decided to start posting. Expect a mix of random thoughts, useful tips, and maybe some code snippets.

A description of the image

Nothing too fancy, just me sharing things that I hope you find interesting (or at least mildly entertxaining).

💡

Pro tip: bookmark this page. You never know when I’ll drop something useful… or weird.

const hello = "world"
 
function add(a:number,b:number){
  return a+b
}

Alright, that’s it for now. Let’s see where this goes.

Comments