Zytekaron

I'm a 19-year-old software engineer from Seattle, WA.
GitHub Discord Telegram

Projects

zytekaron.com

The website you're using now is open source! Check it out (and maybe contribute?)

View on GitHub
jvar

A library for JavaScript developers that comes with a wide range of developer utilities.

View on GitHub
gotil

A library for Go developers that offers various utilities useful in backend applications.

View on GitHub
sk

Sk (sklang) is a high-level, interpreted programming language written in Go. Inactive.

View on GitHub

Programming Languages

Language Photo

Node.js

I've been using Node.js since I started programming around the end of 2017. I've built many projects with it including Discord bots, websites like this one, chat applications, and quite a few others. JavaScript is an easy language to learn, and the community is huge, which is just one of the many reasons I enjoy using it. (and no, I don't use TypeScript)

Language Photo

Java

I first looked into learning Java about a year into programming, and I started using it as a step up from Node.js (being a statically typed language, and faster). I wrote some basic Minecraft plugins and a few desktop utilities, though I'm only using Java right now for some personal-use Minecraft plugins for minigames. Besides that, I haven't found any particular use for it.

Language Photo

Go

I've been using Go for multiple years now and I've committed to using it for many different projects, many of which benefit from its concurrency and other unique language features, as well as just how simple it is to build for any system. I'm currently using Go for most of my personal services, including notification and cronjob services, among other projects. I'm really enjoying Go, and I'd recommend it to anyone looking to learn a very simple, statically-typed language.