Skip to content
View a-rebets's full-sized avatar
💻
Looking for something new
💻
Looking for something new
Block or Report

Block or report a-rebets

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
a-rebets/README.md

About Me:

- 🐧 Working full-time with Linux
- 🚀 Web and mobile app developer
- 💻 TypeScript fan and Trigger.dev early adopter / contributor
- 📱 Learning Flutter and SwiftUI
- 🎨 UI design lover

Socials:

LinkedIn

Tech Stack:

C++ Dart Swift TypeScript Java JavaScript Python Google Cloud Vercel React TailwindCSS Flutter PlanetScale Firebase Postgres Figma Adobe Creative Cloud Docker Vagrant Electron.js Next JS

GitHub Stats:

Random Dev Quote

Pinned Loading

  1. todo-flutter-app todo-flutter-app Public

    A simple to-do app, built with Flutter

    Dart 4 2

  2. trainy trainy Public

    Train tickets reservation app

    Java 1

  3. bank_project_v2 bank_project_v2 Public

    Web app for a bank

    JavaScript

  4. hicks-law-game hicks-law-game Public

    Forked from vivekreddy-k/emoji-game-react-15

    A basic "Odd-one-out" type game developed using react concepts

    JavaScript

  5. tldr-bot tldr-bot Public

    a useful TG bot

    Python

  6. Animating arcs in deck.gl by injecti... Animating arcs in deck.gl by injecting shaders
    1
    import type { DefaultProps, Position } from "@deck.gl/core/typed";
    2
    import { ArcLayer, type ArcLayerProps } from "@deck.gl/layers/typed";
    3
    
    
    4
    export type DataItem = {
    5
        source: Position;