Code Monkey home page Code Monkey logo
import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages    : tuple = ("Python", "JS/TS", "Java", "C/C++")
    databases    : tuple = ("MySQL", "PostgreSQL", "Redis")
    libraries    : tuple = ("React", "Vue", "Svelte," "HTMX")
    frameworks   : tuple = ("FastAPI", "Django", "Next.js")
    misc_tech    : tuple = ("Docker", "Celery", "RabbitMQ")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())

Trevor McReynolds's Projects

a-path-finding-visualization icon a-path-finding-visualization

A python visualization of the A* path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.

awesome-scrapy icon awesome-scrapy

A curated list of awesome packages, articles, and other cool resources from the Scrapy community.

awesome-tunneling icon awesome-tunneling

List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.

bima icon bima

A ready to use DAM application.

card icon card

An open source html email template builder with drag & drop editor

contextualise icon contextualise

Contextualise is a simple and flexible tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources

dam icon dam

The Digital Asset Management Library you've been waiting for, powered by Team Bugzfeed

dead-simple-grid icon dead-simple-grid

Dead Simple Grid is a responsive CSS grid micro framework that is just that. Dead simple.

delphic icon delphic

Starter App to Build Your Own App to Query Doc Collections with Large Language Models (LLMs) using LlamaIndex, Langchain, OpenAI and more (MIT Licensed)

django-ecommerce icon django-ecommerce

Django-ecommerce is a fully open-source E-commerce platform built using Django Web Framework, designed with Bootstrap4...

djaodjin-saas icon djaodjin-saas

Django application for software-as-service and subscription businesses

graph-book icon graph-book

The Code Examples and Notebooks for The Practitioners Guide to Graph Data

ix icon ix

Autonomous GPT-4 agent platform

jenikaui icon jenikaui

Modern UI Library that is beautifully designed and ready to use.

mediaelement icon mediaelement

HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.

nlm-ingestor icon nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for varioius file formats.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.