Giter Club home page Giter Club logo
use bio::prelude::*;

#[Bio]
pub struct rustdevbtw;

#[Bio]
impl rustdevbtw {
    #[field("My Name")]
    pub fn name() -> &'static str {
        "Rajdeep Malakar"
    }

    #[field("About me")]
    pub fn about() -> &'static str {
        "Hey, I'm a Rust Developer, who loves Open-Source!"
    }

    #[field("Favourite Languages")]
    pub fn fav_langs() -> Vec<&'static str> {
        vec![
            "Rust",
            "JavaScript",
            "Go",
            "C",
            "C++",
            "Zig",
            "OCaml"
        ]
    }

    #[field("Contact")]
    pub fn contact() -> &'static str {
        format!{
            "E-Mail: {}
             Discord (Username): {}
             X (formerly Twitter): {}",
             "[email protected]",
             "@__rajdeep__",
             "@___rajdeep"
        }
    }

    #[field("My current project(s)")]
    pub fn current_project() -> Vec<&'static str> {
        vec![
            "ShareImage <github.com/repgrahic/si-rs>"
        ]
    }

    #[field("os", i use arch, btw)]
    pub fn os() -> &'static str {
        "Arch Linux x86_64 with Hyprland (Wayland)"
    }
}

Rajdeep Malakar's Projects

.themes icon .themes

my collection of CSS stuff that (randomly) make up themes.

apps icon apps

A collection of apps built on Electron

chromium.src icon chromium.src

Chromium codebase with NW.js modifications. Based on https://chromium.googlesource.com/chromium/src.git

classic icon classic

A Simple Macro library bringing JS-like classes to Rust

cronny icon cronny

A pure-Rust cross-platform CRON Job Handler

flathub icon flathub

Pull requests for new applications to be added

get-share-image icon get-share-image

Dynamically generate social media sharing images using Cloudinary! Details:

letscode icon letscode

Selfhost your Forem Community on your own infrastructure 🎉

og-image icon og-image

Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc

pkgx icon pkgx

the last thing you’ll install

pkgx-git icon pkgx-git

Read-only mirror of https://aur.archlinux.org/pkgx-git

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.