Nice to meet you
Skills
- Python
- Node.js
- Rust
- HTML
- CSS
- TypeScript
- ES6 JavaScript
- Express.js
- React.js
- Next.js
- Git
- API
- TailwindCSS
- Photoshop
- Figma
- CMS
- Sanity CMS
Professional Work
KlaudBox
KloudBox is a web application that provides file storage and sharing capabilities. The project was started on February 12, 2023, and was built using various tools and technologies. The frontend was built with Next.js and Tailwind CSS, providing an efficient and flexible development environment for creating responsive web applications.
Transcend Logistics
Our mission is to empower the best team in logistics to deliver exceptional experiences that create value for our partners. We are more than just a full-service logistics company. Behind our services, technology and systems stands a talented team that truly delivers results and drives everything we do.
Finlac IT & Engineering
Finlac IT & Engineering is a CCTV website that provides users with access to professionals who can help with CCTV installation and repair. The website was designed and built by me in just one week, using tools such as TailwindCSS, Next.js, and Sanity.io.
MetaDisplay
This is a Web 3.0 web application that showcase users asset, which allows other users to view, saved, and appreciate the art, music or framing asset by sending ETH to the creators.
RE Portfolio Web App
Welcome to my portfolio, a showcase of my skills in web development using the latest technologies such as Tailwind CSS, TypeScript, and Sanity CMS. Through carefully crafted designs and efficient coding practices, I strive to create intuitive and visually stunning user experiences. From responsive web pages to dynamic web applications, my portfolio demonstrates my ability to...
Airby Blog
Airby Blog is a modern and user-friendly blog built with TypeScript, Tailwind CSS, Next.js, CMS Sanity.io, and Disqus for commenting.
Online Ecommerce Shop
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut en
Side Projects
KlaudBox
KloudBox is a web application that provides file storage and sharing capabilities. The project was started on February 12, 2023, and was built using various tools and technologies. The frontend was built with Next.js and Tailwind CSS, providing an efficient and flexible development environment for creating responsive web applications.
Transcend Logistics
Our mission is to empower the best team in logistics to deliver exceptional experiences that create value for our partners. We are more than just a full-service logistics company. Behind our services, technology and systems stands a talented team that truly delivers results and drives everything we do.
Finlac IT & Engineering
Finlac IT & Engineering is a CCTV website that provides users with access to professionals who can help with CCTV installation and repair. The website was designed and built by me in just one week, using tools such as TailwindCSS, Next.js, and Sanity.io.
MetaDisplay
This is a Web 3.0 web application that showcase users asset, which allows other users to view, saved, and appreciate the art, music or framing asset by sending ETH to the creators.
RE Portfolio Web App
Welcome to my portfolio, a showcase of my skills in web development using the latest technologies such as Tailwind CSS, TypeScript, and Sanity CMS. Through carefully crafted designs and efficient coding practices, I strive to create intuitive and visually stunning user experiences. From responsive web pages to dynamic web applications, my portfolio demonstrates my ability to...
Airby Blog
Airby Blog is a modern and user-friendly blog built with TypeScript, Tailwind CSS, Next.js, CMS Sanity.io, and Disqus for commenting.
Online Ecommerce Shop
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut en
Thoughts/Notes
How to separate a text or element with a dot in TailwindCSS
Adding a dot between a text or element or icons can be done easily with TailwindCSS by using the pseudo-class "after". The syntax in raw CSS will look like this, but in TailwindCSS looks like this, pretty easy right?
Some important Things to remember in Rust Programming
Graydon Hoare, a Research employee at Mozilla started Rust as a personal project in the year 2006. Then later, Mozilla began sponsoring the project in 2009 as a part of the ongoing development of an experimental browser engine called Servo, then announced in 2010. The first release was on May 15th, 2015.
How to better understand Rust Enums using the Switch analogy.
A way a beginner to understand Rust enums very well, is if we use the Switch analogy. Now most, programming have the "Switch Statement"
How to display tables from Sanity into your Next.js project with TypeScript and react-table
How to calculate the Mean of an array in Rust
To be able to calculate the mean of an array or any data, you first have to know how the mean is been calculate. So to simplying obtain the value of a mean, you have to add....