A Destiny 2 news website built using the Eleventy, Cloudflare Pages, Workers, and Durable Objects.
The Traveler Times is an emerging website dedicated to providing the latest news and updates for Destiny 2 fans. Although still a work in progress, it has developed into a resource that many players may find beneficial. The project operates on a monorepo structure, featuring multiple sub-projects that each play a crucial role in the overall functionality of the site. It’s exciting to see a community-driven platform that aims to keep players informed and engaged with their favorite game.
The site blends various technologies to maintain a seamless experience, gathering data from Cloudflare Workers and utilizing a range of tools to present that information effectively. As it continues to evolve, contributions from the community will be essential in enhancing its capabilities and ensuring users have access to the most relevant gaming news.
11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.