home.social

Search

58 results for “JanMiksovsky”

  1. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  2. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  3. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  4. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  5. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  6. Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:

    jan.miksovsky.com/posts/2025/0

  7. On my way to Graphic Matters Breda with @Sabinakipara and Benjamin McMillen.

    Bringing some freshly printed posters.

    The Palace of Typographic Masonry presents:
    “Visual language under the microscope”

    Thanks to everyone involved! You’ll get some by post soon.
    @dnlutz @JanMiksovsky @reichenstein @jenniferdaniel @neilcohn
    #GraphicMatters #Emoji #VisualLanguage
    graphicmatters.nl/

  8. On my way to Graphic Matters Breda with @Sabinakipara and Benjamin McMillen.

    Bringing some freshly printed posters.

    The Palace of Typographic Masonry presents:
    “Visual language under the microscope”

    Thanks to everyone involved! You’ll get some by post soon.
    @dnlutz @JanMiksovsky @reichenstein @jenniferdaniel @neilcohn
    #GraphicMatters #Emoji #VisualLanguage
    graphicmatters.nl/

  9. On my way to Graphic Matters Breda with @Sabinakipara and Benjamin McMillen.

    Bringing some freshly printed posters.

    The Palace of Typographic Masonry presents:
    “Visual language under the microscope”

    Thanks to everyone involved! You’ll get some by post soon.
    @dnlutz @JanMiksovsky @reichenstein @jenniferdaniel @neilcohn
    #GraphicMatters #Emoji #VisualLanguage
    graphicmatters.nl/

  10. On my way to Graphic Matters Breda with @Sabinakipara and Benjamin McMillen.

    Bringing some freshly printed posters.

    The Palace of Typographic Masonry presents:
    “Visual language under the microscope”

    Thanks to everyone involved! You’ll get some by post soon.
    @dnlutz @JanMiksovsky @reichenstein @jenniferdaniel @neilcohn
    #GraphicMatters #Emoji #VisualLanguage
    graphicmatters.nl/

  11. On my way to Graphic Matters Breda with @Sabinakipara and Benjamin McMillen.

    Bringing some freshly printed posters.

    The Palace of Typographic Masonry presents:
    “Visual language under the microscope”

    Thanks to everyone involved! You’ll get some by post soon.
    @dnlutz @JanMiksovsky @reichenstein @jenniferdaniel @neilcohn
    #GraphicMatters #Emoji #VisualLanguage
    graphicmatters.nl/

  12. Last week a parent of a young child was intrigued by the I keep for my family. I wrote up my suggestions to him as a blog post: jan.miksovsky.com/posts/2026/0

    as a practice has many benefits. It doesn’t matter how you start, only that you start.

  13. This week's comic: Track changes in your site

    More about Origami's Dev.changes builtin: weborigami.org/builtins/dev/ch
    HTML comic: weborigami.org/comics/track-ch

    This Origami tool works with any generator!

  14. Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: jan.miksovsky.com/posts/2026/0

    #Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.

    #smallweb #blogging

  15. Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: jan.miksovsky.com/posts/2026/0

    #Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.

    #smallweb #blogging

  16. Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: jan.miksovsky.com/posts/2026/0

    #Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.

    #smallweb #blogging

  17. Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: jan.miksovsky.com/posts/2026/0

    #Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.

    #smallweb #blogging

  18. Each month this year I'm trying to post a sample website written in Origami, a declarative programming language at the level of and for defining websites.

    This month's sample is Aventour Expeditions, a site for an outdoor travel company: aventour-expeditions.netlify.a

    It's easy to have Origami call other template languages, so for this sample I used the template language to turn markup and data into HTML.

  19. It's useful to be able to apply templates written in a language like to things in the shell.

    The Origami lets you invoke JavaScript functions defined in .js files, but you can now also identify a handler for any file extension — like OS app file associations, but for a CLI. weborigami.org/language/filety

    So a handler can load a `.hbs` file as a function that applies a Handlebars template, then apply that in the command line.