Portfolio
HomeBlogProjectsAbout

© 2026 Portfolio. All rights reserved.

GitHubLinkedInTwitter
01101000
01100101
01101100
01101100
01101111
01110111
01101111
01110010
const
function
return
import
export
class
async
await
<div>
</>
{ }
[ ]
( )
=>
===
!==
npm
git
node
react
next
ts
js
css
0xFF
0x00
0xAB
0x1F
0xC3
0x9D
0x42
0xEE
true
false
null
void
any
type
let
var
{ }
</>
[ ]
( )
function hello() {
  return "world";
}
const x = () => {
  console.log('hi');
};
~$whoami

Hi, I'm Rosyid

A passionate developer sharing insights through writing and building creative projects.

~/portfolio
const skills = ['React', 'TypeScript', 'Next.js'];
2
Articles
0
Projects
Read my blogView projectsAbout me →
// Latest Articles

<Latest Blog Posts/>

View all →

Recent published articles

Recreating a CRT Look for a 2D Game in Unity
December 4, 2025·4 min read

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.

tutorialUnity
Next.js + MongoDB Auth
December 4, 2025·2 min read

Next.js + MongoDB Auth

/* Featured Work */

{Featured Projects}

View all →

Showcase of my best work

SingAlong
⭐ Featured

SingAlong

Synchronized lyrics for YouTube videos with beautiful overlays, interactive seeking, and fullscreen support.

TypeScriptReactChrome Extension
Code

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

Demo
View details →