background effect
Foreground
Foreground
D0Z - motion / graphic / dev๐Ÿงบ
Markdownโœ•

brain

Some files are private or not ready yet, if a link gives you a 404 that's why :)
This is a work in progress, new notes will be added daily

List of note Indexes

    
                .... |\| .|||.    |\/|  .|\\. .|.
              .\\||/|.  .\|..||  .\|..|||...||.....
            .|   .....||.|\\\\\\    ... |\\\/. .\\. .||
        .\\|   .|\\|..|\\ .\\\\  .\\|. .\\\\\|  |\| |\\|
        |\\  |\\|..  /\\\. |\|\\   \\\\|.   .|\\. .\\\\|
        .\\. |\\\\\\\|.. .\\|      .\\||\\/|. |\\|     .|/\|
      \. .\\\||/\|....   \\| |\/   |\\\  |\\\| .\\|  \\| ....
    |\/  |\\| |\\\\\\\| |\|.\\\   \\\\. |\\\\| |\\  \\.  ||..
      ..|||\|  .. .\\\\. |\\\\\\  .\\|....|\\\. |\\\\\\  |/. |/
    \\\|..   .\\\ |\\. .\\\| \\|   |||\\\.  ...|\\/||.  .\\\
  |\|  |\/.  /\\\\\| .\\\\. \\.   .../|.   .|\\\|.   |\\\|  |\\
    .  |||\\|.  ..||| .\\|.  |\|  \\|..../\\| |\\|  .\\\\\   ..
    \\|  .||\|.|..      |\\\|./\  \\||\. ||...    .\\\\/.  |\/||
    ..|/||.   |\\\\\|.     .|/\|  ||.        .||\\\     .|||. |\
  .\/|  \\\. .|\\\|||\\\||..       .|\\\\\\\|\\\\.  /\\\\||. |
    .|| |\\\\|  .......|\\\\\\.  .\\\. ..|||....  .\\\\|.. ...
    \\||....|\\\\\\\\||\\\\\\\/   |\|....|||\\\\\\\/....|\\\|
      ||.|\||\\| .....|\\\\..\\|    .|\\\. ||........ .|\|...
          . |\  /\\/\\\\\\. |\.  .\\\\\\.  ./\\\\/  |\\\||.
        .|\.|\| .|\|... ..              ./\\|..|\\|  ..
            .|\\|  .\\\\.\\\\\\\   \||...\\\|..|\\\|.||
                |\. ..||....||     ... ..||\\\. .|.
                        ...            .......

  

โ†‘ ๐ŸŒ TECHNOLOGY | ๐ŸŒ DEVELOPMENT


Markdown

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is intended to be easy to read in its source code form.

In referencing titles to jump to in readme, lowercase them. i.e. [Contributing To](#contributing-to)

you can use <details> and <summary>

<details>
  <summary>CLICK ME</summary>

  Hidden (it's better to use a space before and after the hidden content)
</details>
html

Nice looking file tree

For whatever reason the graphql syntax will nicely highlight file trees like below:

# Code & components for pages
./src/*
  โ”œโ”€ src/assets - # Minified images, fonts, icon files
  โ”œโ”€ src/components - # Individual smaller components
  โ”œโ”€ src/fragments - # Larger chunks of a page composed of multiple components
  โ”œโ”€ src/layouts - # Page layouts used for different types of pages composed of components and fragments
  โ”œโ”€ src/page - # Custom pages or pages composed of layouts with hardcoded data components, fragments, & layouts
  โ”œโ”€ src/pages/* - # Next.js file based routing
  โ”‚  โ”œโ”€ _app.js - # next.js app entry point
  โ”‚  โ”œโ”€ _document.js - # next.js document wrapper
  โ”‚  โ”œโ”€ global.css - #  Global CSS styles
  โ”‚  โ””โ”€ Everything else... - # File based routing
  โ””โ”€ src/utils - # Utility functions used in various places
graphql

See also

ยฉ 2026 d0z.eu | 0.1.0-beta.41