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 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! I'm Ben Timor! :)

I'm a full-stack developer from Israel Israel Flag.

If you're interested in my resume, you can check it out on my website or find me on LinkedIn.

  • I mostly work with JavaScript and TypeScript. And I know what you're thinking – JavaScript is the worst language ever. But hey, Hebrew is worse, and if I could master it by the age of 3, JavaScript is a piece of cake now.
console.log("Hey, Whassup?");
  • On the backend, I'm a NodeJS guy. For the frontend, it's usually React these days, though I'm also a big fan of Svelte.
<Message> Hey! :) </Message>
  • Python was my first love in programming. It's straightforward, intuitive, and just plain fun. If someone asks me, "What language should I learn?", I tell them English first. If they already know English, then Python's the answer.
print("It's so amazing I can just write 'print' and use it!")
  • I'm also into Rust. It's a fantastic language, and I hope more companies start adopting it. Though, I'm not that deep into low-level stuff.
println!("I think I'm in love with macros.");

A bit about my projects

CCL (Compact Console Log) is a Visual Studio Code extension designed to simplify debugging in JavaScript and TypeScript by streamlining console logging.

Quick Overview:

  • Highlight the code you want to log.
  • Press Ctrl + Alt + L to log your selected code to the console.
  • Execute your code and observe the output in the console.
  • To remove the log, just press Ctrl + Alt + L on the logged statement. You can also remove all logs at once by pressing Ctrl + Alt + K.

Straw has only two goals.

  1. I wanted a project that was easy enough to get into a new programming language, but advanced enough to actually learn something.

Straw is an HTML template engine that lets you create HTML pages dynamically. The Straw language is very similar to modern programming ones but simpler and sometimes borrows features from others.

  1. I needed a template engine for my Flask projects. Plain HTML can be a real headache.

Qeres is a new way to create web APIs, designed to be flexible, beginner-friendly, and fast.


I’ve got a bunch more projects. Check out my repositories to see them all.

How to reach me? message

Feel free to shoot me an email: [email protected]

Pinned Loading

  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 51 5

  4. BlueStoneUtils BlueStoneUtils Public

    Java utils for reflection, serialization and more useful stuff.

    Java