Skip to content
View jozn's full-sized avatar
Block or Report

Block or report jozn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jozn/README.md

Projects

Some projects worth sharing, owned license:

  • Trader4: A platform for building smart trading bots for various assets.
  • Messenger Backend: The backend of a messnger/social netwrok (backend of Flip App).
  • Telegram Crawler: An experimental Telegram channel crawler to extract messages, photos, videos, and all other meta.
  • Flip app: A messenger/social network app in Flutter.
  • xml2java: A utility to generate Jave codes for Android view layouts.
  • Sun2: Backend source of a social network/messenger app.
  • MS Native: Android app of a social network/messenger.
  • pb_walker: A custom gRPC-like API generator based on protocol buffer for Go, Java, Dart, and Rust.
  • Cassandra Walker: An ORM and query builder, for Cassandra.
  • DB Walker: An ORM and query builder for MySQL and CockroachDB

Most of this projects was kept private for a long time, and only in late 2022 was made public.

Also had made some contibutations to Decred

Pinned

  1. trader4 trader4 Public

    Rust

  2. cassandra-walker cassandra-walker Public

    Command line tool to generate idiomatic Cassandra codes for Golang. ORM and query builder. Simple and type safe, removes a lot of boilerplate codes and makes codes much more robust and scalable. Ca…

    Go 6 3

  3. xml2java xml2java Public

    Get ride of findViewById in android. This tool generates a huge Java class "X.java", in that class, every file in layout/*.xml will be represented with a nested class, which inflate and finds all v…

    Go 5

  4. ms_native ms_native Public

    This is not open source project. This is codes are just a portfolio of my social network for android.

    Java

  5. pb_walker pb_walker Public

    This codes reads .proto files and generates codes for Android in Java and back-end in Go. This is an internal tool

    Go

  6. telegram_crawler telegram_crawler Public

    An experimental Telegram's channel's messages, photos, videos,... crawlers. [Used to exports all channel's contents].

    Rust