Tech Stack



Tech Description
11ty(eleventy) A static site generator that transforms plain HTML, Markdown, and other template formats into a fully functional website. It's known for its simplicity and flexibility, allowing developers to create sites without a rigid framework, supporting multiple templating engines.
Cloudflare Pages A platform for deploying static websites directly from a Git repository. It offers fast global performance and integrates seamlessly with GitHub and GitLab, allowing for continuous deployment and automatic scaling.
Cloudflare Workers A serverless execution environment that allows developers to run JavaScript at the edge of Cloudflare’s global network. This enables low-latency processing of requests and responses, making it ideal for APIs and dynamic content.
Worker Functions Specific functions or methods designed to perform tasks in an asynchronous environment. These functions typically handle individual pieces of work, allowing for efficient processing by distributing tasks across multiple threads or processes. This enhances performance and responsiveness in applications by enabling parallel execution and better resource management.
Bootstrap front-end framework that helps developers design responsive and mobile-first websites quickly. It provides pre-built CSS and JavaScript components, like grids, buttons, and modals, which streamline the development process.
Liquid Liquid is a templating language that allows developers to create dynamic web content by embedding variables and logic in templates. It's commonly used in platforms like Shopify.
Markdown A lightweight markup language that is easy to write and read. It’s often used for formatting text in online discussions, documentation, and blogs. Markdown is converted to HTML for web presentation, allowing for simple styling with minimal syntax.
JavaScript A high-level, versatile programming language primarily used for creating interactive web applications. It runs in the browser, allowing dynamic manipulation of HTML and CSS.
HTML HyperText Markup Language (HTML) is the standard markup language for creating web pages. It structures content on the web, using elements like headings, paragraphs, links, images, and lists.
CSS CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML or XML. It controls the layout, colors, fonts, and overall visual style of web pages.