LogoLogo
Cosmin-Ștefan

About this website
The desire to establish my own unique corner of the web led me to the creation of this site, where I publish a host of things ranging from blog posts to homepages for my projects.
The sidebar with icons reveals various branches along with the contents they comprise:
  • About – Information about me & my site (you are currently in this branch).
  • Projects – Insights and links related to my past and current work.
  • Notes – Diverse structured articles, ordered by category, on obscure topics that you, too, may find exciting!
  • Blog – Less structured articles, ordered by date, on even obscurer topics.
Development#
Much of the infrastructure for this site is provided by the framework Next.js. Using it as a starting point, I created the UI with React and Tailwind CSS plus a few handy React libraries.
Articles are written in a Markdown dialect supporting HTML tags. They are parsed and rendered to React components by markdown-to-jsx, which enables great creativity in the nature of content because I can conjure any component directly in Markdown . Consequently, I will pop a game of peg solitaire when the reader least expects it:
License#
Unless indicated otherwise:
  • All text and images on this website are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
  • All code snippets and code examples are licensed under the MIT License.