Giter Site home page Giter Site logo

cat lib.rs

struct MoreAboutMe {
    technologies: Technologies,
}

impl MoreAboutMe {
    fn index() -> MoreAboutMe {
        MoreAboutMe {
            technologies: Technologies {
                frontend: Frontend {
                    javascript: vec!["React", "Next", "Redux"],
                    css: vec!["Materialize", "Tailwind", "Styled-components", "Bootstrap"],
                },
                backend: Backend {
                    java: vec!["Springboot"],
                    javascript: vec!["Node", "Nest", "Express", "Fastify"],
                    rust: vec!["Shuttle", "Rocket", "Actix"],
                    python: vec!["Django"],
                },
                db: vec!["MongoDB", "Postgres", "MySQL", "Sqlite"],
                dev_ops: vec!["Docker", "AWS", "Azure", "GCP"],
                misc: vec!["Firebase", "Socket.IO", "Postman", "Insomnia", "Xampp", "Eclipse", "Nginx", "Apache"],
            },
        }
    }
}

struct Technologies {
    frontend: Frontend,
    backend: Backend,
    db: Vec<&str>,
    dev_ops: Vec<&str>,
    misc: Vec<&str>,
}

struct Frontend {
    javascript: Vec<&str>,
    css: Vec<&str>,
}

struct Backend {
    java: Vec<&str>,
    javascript: Vec<&str>,
    rust: Vec<&str>,
    python: Vec<&str>,
}

Mendes's Projects

all-aboard-vuejs-box icon all-aboard-vuejs-box

All aboard! Learn how to setup your development environment and get started with secret contracts.

aws-content-private-manager icon aws-content-private-manager

This API allows for the storage and processing of private videos using AWS and Mux services. Fastify is used for improved performance, and the infrastructure layer is easy to set up.

chatservice icon chatservice

The ChatService microservice interacts with ChatGPT through the OpenAI API, storing chat message history in MySQL.

consul-go icon consul-go

This GitHub repository provides a service template implemented in Go, integrated with Consul for self-registration and service discovery, enabling seamless and automated service management.

docker-sugar icon docker-sugar

This template repository provides a collection of Dockerfile templates for effortless containerization of various applications.

ethdaddy icon ethdaddy

Become the owner of your own domain name on Ethereum with ETHDaddy! List and mint unique domain name tokens and use them as custom identifiers in decentralized applications. Experience blockchain technology in the next generation of domain names.

examples icon examples

Helm chart repository for example charts

graphql icon graphql

This GitHub repository serves as a microservice template for building GraphQL-based microservices using Golang, facilitating flexible and efficient data querying and manipulation.

grpc icon grpc

This GitHub repository is a microservice template utilizing gRPC and Golang, enabling efficient communication and seamless integration between microservices.

hackathon-pix-secret icon hackathon-pix-secret

This GitHub repository represents a Hackathon project combining SecretJS and CosmWan in Rust. It includes a ReactJS + TypeScript frontend, offering a secure and decentralized solution with encrypted communications and seamless integration.

hexagonal-architecture icon hexagonal-architecture

This GitHub repository showcases a Go-based project implementing the Hexagonal Architecture pattern, emphasizing the use of adapter ports for clean separation of concerns and flexible component integration.

infra-aws-template icon infra-aws-template

This repository provides Terraform templates for creating an AWS infrastructure solution.

node icon node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

rocket-k8s-sonar icon rocket-k8s-sonar

CI/CD integration with Github Actions, Digital Ocean, Kubernetes, Sonarqube

rust-vercel-homepage icon rust-vercel-homepage

This project is a test prototype to evaluate the use of the Rust language as a front-end framework. It includes a basic implementation of the Vercel homepage using Yew and Trunk.

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.