aungmyatmoe.me VS theodorusclarence.com

Compare aungmyatmoe.me vs theodorusclarence.com and see what are their differences.

aungmyatmoe.me

My intuitive portfolio which is developed on the top of latest features of Next JS (by aungmyatmoethegreat)

theodorusclarence.com

💠 Personal website and blog made using Next.js, TypeScript, Tailwind CSS, MDX Bundler, and Prisma with PostgreSQL (by theodorusclarence)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
aungmyatmoe.me theodorusclarence.com
2 6
16 620
- -
8.0 8.2
24 days ago 8 days ago
MDX MDX
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aungmyatmoe.me

Posts with mentions or reviews of aungmyatmoe.me. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-02.

theodorusclarence.com

Posts with mentions or reviews of theodorusclarence.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-15.
  • I Remake My Personal Site using Tailwind CSS
    3 projects | dev.to | 15 Mar 2022
  • 7 Powerful Mac Applications that You Must Install
    4 projects | dev.to | 28 Feb 2022
    If you are questioning what is raynaldo.me Quicklinks is, here is the answer. My brother, Thedorus Clarence created a Next.js project called notiolink, so we can create short links in notion. If you are interested, you can install it by yourself. I will give some demo videos below.
  • React Loading State Pattern using Toast & SWR
    1 project | /r/reactjs | 13 Nov 2021
    It is open source if you want to check the source code
  • How to show Now Playing in Spotify with Next.js
    1 project | dev.to | 15 Sep 2021
    On my personal website, I use Spotify API to show what song is currently playing. Now, I will try to explain on how do I do that.
  • Next.js + Tailwind CSS + TypeScript Starter Template
    2 projects | dev.to | 13 Aug 2021
    // src/components/Seo.tsx import Head from 'next/head'; import { useRouter } from 'next/router'; const defaultMeta = { title: 'Next.js Tailwind Starter', site_name: 'Next.js Tailwind Starter', description: 'A template for Next.js and Tailwindcss by Theodorus Clarence', url: 'https://theodorusclarence.com', image: 'https://theodorusclarence.com/favicon/large-og.jpg', type: 'website', robots: 'follow, index', }; type SeoProps = { date?: string; templateTitle?: string; } & Partial; export default function Seo(props: SeoProps) { const router = useRouter(); const meta = { ...defaultMeta, ...props, }; meta['title'] = props.templateTitle ? `${props.templateTitle} | ${meta.site_name}` : meta.title; return ( {meta.title}title> <meta name='robots' content={meta.robots} /> <meta content={meta.description} name='description' /> <meta property='og:url' content={`${meta.url}${router.asPath}`} /> <link rel='canonical' href={`${meta.url}${router.asPath}`} /> {/* Open Graph */} <meta property='og:type' content={meta.type} /> <meta property='og:site_name' content={meta.site_name} /> <meta property='og:description' content={meta.description} /> <meta property='og:title' content={meta.title} /> <meta name='image' property='og:image' content={meta.image} /> {/* Twitter */} <meta name='twitter:card' content='summary_large_image' /> <meta name='twitter:site' content='@th_clarence' /> <meta name='twitter:title' content={meta.title} /> <meta name='twitter:description' content={meta.description} /> <meta name='twitter:image' content={meta.image} /> {meta.date && ( <> <meta property='article:published_time' content={meta.date} /> <meta name='publish_date' property='og:publish_date' content={meta.date} /> <meta name='author' property='article:author' content='Theodorus Clarence' /> </> )} Head> ); }
  • Styling Best Practices I Use With Tailwindcss
    1 project | dev.to | 16 May 2021
    Notice the use of space between to reduce class too. The code example is taken from this website and available on github. Kindly star it if it helps!

What are some alternatives?

When comparing aungmyatmoe.me and theodorusclarence.com you can also consider the following projects:

letterpad - A publishing platform for creative people.

ts-nextjs-tailwind-starter - 🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features

akhilaariyachandra.com - ✨ My portfolio built with Next.js, Tailwind, Contentlayer, Turso, Drizzle ORM, and Vercel.

LiveTerm - 💻 Build terminal styled websites in minutes!

portfolio - My portfolio website with built-in blogs and courses support

maxpetretta.com - My personal website, built using Next.js, Tailwind CSS, and MDX. Deployed on Vercel.

Nextjs-contentlayer-blog - ⭐Build SEO optimized personal blog website with Next.js, Tailwind CSS and Contentlayer. If you want to learn to create this you can follow the tutorial link given in the Read me file.

iTerm2 - iTerm2 is a terminal emulator for Mac OS X that does amazing things.

sdorra.dev - A blog about web development

personal-site - Portfolio and blog made with Next.js and JAMStack.

blog - Personal website and blog

leerob.io - ✨ My portfolio built with Next.js, Tailwind, and Vercel.