Skip to content
View BenTimor's full-sized avatar
🍌
Eating a banana like a fucking cannibal or something
🍌
Eating a banana like a fucking cannibal or something

Highlights

  • Pro
Block or Report

Block or report BenTimor

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

Hey! My name is Ben Timor! :)

// I'm a full stack software developer from Israel Israel Flag.

  • Usually, I develop in JavaScript and TypeScript. And I know what you all think - JavaScript is the worst language in the world. So let me tell you that Hebrew is even worse, And if I could do it when I was 3 years old I can do JavaScript now.

console.log("Hey, Whassup?");

  • Obviously, For backend I use NodeJS. For frontend I usually use React those days although Svelte is also really nice.

<Message> Hey! :) </Message>

  • Python was my first language and I really like it. It's simple, intuitive and fun to code. Almost everytime someone asks me "What language should I learn?", I tell them English. And if they already know English, I tell them to learn Python.

print("It's so amazing I can just write 'print' and use it!")

  • Additionally, I think that Rust is an amazing language and I really hope that companies would adopt it. but I'm not so much of a low-level developer.

!println("I think I'm in love with macros.");

/* Sure, Programming languages are nice. But I'm also a GNU/Linux user (Arch!) and it makes me a pro developer for sure. Trust me. */

A little about some of my projects

Straw project has only two purposes.

  1. I looked for a project that is both easy enough to develop in a programming language which you're new to and advanced enough so you'll be able to learn something in the process.
    Straw is a HTML template engine which allows you to dynamically create HTML pages via Straw language. Straw's code is very similar to modern programming languages, but simpler and sometimes relies on other languages features.
  2. I actually really needed a template engine for my Flask proejcts. HTML is fucking annoying.

Trading212 is an amazing broker. But you know, the first thing that every developer needs when he's looking for a broker is an API.

Because Trading212 doesn't have any official API, I've just developed a selenium based - unofficial one.


Qeres is pretty simple. I've tried to create a simple way to create APIs, But I wanted something a little bit more advanced than REST.

That's where Qeres comes. It's simple, flexible and powerful.


And I have several more projects. Just look at my repositories.

How/Can I contact you?! message

You're more than welcome to send me an email: me@bentimor.com

Pinned

  1. Tensorflow-CharRNN Tensorflow-CharRNN Public

    A "Char-RNN" unconventional machine learning software using tensorflow.

    Python 2

  2. IronStraw IronStraw Public

    Just like Straw, but made with Rust programming language.

    Rust 1

  3. Trading212API Trading212API Public

    An unofficial API for Trading212

    Python 48 5

  4. BlueStoneUtils BlueStoneUtils Public

    Java utils for reflection, serialization and more useful stuff.

    Java