Code Monkey home page Code Monkey logo

Greetings programmers 🖥️

Projects im currently developing ⏱️

Lightable Chat away

Some stats 🕹️

Stats

Bio 🍁

Hey! I work in primarly large API system with cache systems so backend development

If you can't tell already i'm bad at introductions

About me

import java.lang.StringBuilder

fun main() {
    val brys = User(name = "Brys", age = 18, occupation = "Developer", nerd = true)
    val user = StringBuilder()
    user.append("Name: ${brys.name}\n")
    user.append("Age: ${brys.age}\n")
    user.append("Occupation: ${brys.occupation}\n")
    user.append("Nerd: ${brys.nerd}")
    println(user)
}
data class User(val name: String, val age: Int, val occupation: String, val nerd: Boolean)

Brys's Projects

lens icon lens

A simple css library for adding css to your website

mordant icon mordant

Full-featured text styling for Kotlin command-line applications

naive-ui icon naive-ui

A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.

nsfw_api icon nsfw_api

Python REST API to detect images with adult content

rada icon rada

Multi-purpose Discord bot using discord.js and the discord-akairo framework

rada-1 icon rada-1

The official Rada rewrite for discord.js v13 (Interactions)

repo-badges icon repo-badges

:star: Use repo badges (build passing, coverage, etc) in your readme/markdown file to signal code quality in a project.

spotify-web icon spotify-web

A simple and easy to use online webserver for parsing spotify tracks playlists albums artists and more!

tauri icon tauri

Build smaller, faster, and more secure desktop applications with a web frontend.

udp-poc-voice icon udp-poc-voice

A very basic UDP-Voice server written in GoLANG with 0 opus encoder or compression techniques used.

vue3-context-menu icon vue3-context-menu

A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件

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.