Portfolio
HomeBlogProjectsAbout

© 2026 Portfolio. All rights reserved.

GitHubLinkedInTwitter
write
blog
post
story
article
text
word
read
title
heading
content
para
h1
h2
p
div
<p>
<h1>
<div>
</>
{ }
md
jsx
tsx
blog
docs
note
memo
idea
think
share
learn
md
txt
doc
rtf
pdf
post
news
feed
#tag
meta
SEO
link
url
slug
path
route
<blog/>
📝
md{ }
h1( )
const post = {
  title: "...",
  content: "..."
};
// Write blog
publish(article);
share();
~$ls./blog

Blog

Thoughts, stories, and ideas

Recreating a CRT Look for a 2D Game in Unity
December 4, 2025By Nur Rosyid

Recreating a CRT Look for a 2D Game in Unity

I’m working on a 2D game in Unity, and I wanted the whole thing to feel like it was being played on an old CRT display.

#tutorial#Unity
Next.js + MongoDB Auth
December 4, 2025

Next.js + MongoDB Auth

Welcome to Next.js + MongoDB Auth — a lightweight, secure authentication setup you can integrate directly into your Next.js App Router project.