August 10, 2024 infosec 8 min read Security considerations for static generated websites An exploration of security considerations, risks, and best practices when deploying and serving static generated websites. Topics: security static-sites web-development hosting deployment information-security
March 24, 2024 webdev 4 min read Privacy implications of cascading JavaScript dependencies An in-depth analysis of privacy concerns surrounding chained JavaScript loading and third-party script dependencies. Topics: javascript privacy security web-development
July 13, 2021 webdev 4 min read Static site generation with Flask and Pelican: a comprehensive comparison An in-depth comparison of Flask-FlatPages and Pelican for static site generation, covering implementation approaches, performance considerations, and best practices. Topics: python flask pelican static-sites web-development
May 22, 2019 webdev 4 min read Getting started with Flask: building your first web application Learn how to create your first web application using Flask, Python's lightweight web framework Topics: python flask web-development backend tutorial
September 02, 2015 code 3 min read Understanding Markdown flavours: extended syntax for enhanced documentation An in-depth exploration of various Markdown flavours and their extended syntax capabilities for technical documentation and content creation. Topics: markdown documentation web-development technical-writing