A monorepo for the ogma logger and related packages
The Ogma Logger is a logging tool designed to simplify logging in development and produce powerful JSON logs for production environments. It offers a base logger package, a NestJS module, and various plugins to enhance logging capabilities for different platforms and services.
The Ogma Logger is a comprehensive logging tool that offers simplicity in development logging and power in production level JSON logs. With its modular structure and various plugins, it provides flexibility in logging for different platforms and services, making it a versatile choice for logging needs in web development projects.
Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
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.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website 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.