Skip to content
View maciejoliwa's full-sized avatar
🦊
Looking at cute photos of foxes
🦊
Looking at cute photos of foxes

Highlights

  • Pro

Block or report maciejoliwa

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

Hello, I'm Maciej Oliwa,

I'm an ambitious programmer that likes to create things from scratch. I've been learning JavaScript for 4 years now, I also have a lot of experience in Python and Clojure.
I recently started learning the C programming language in order to better understand how the computer and memory works.

JavaScript / TypeScript

I love JavaScript for the ability to fast prototype and visualize my ideas. I adore the way asynchronous programming is handled by JavaScript and browsers. Altough I mainly use JavaScript and TypeScript with Node, I sometimes like to have fun developing my own libraries/frameworks.

Clojure

I'm a big fan of functional programming, and Clojure is an excellent language for that. It's fast, has great async support and makes development way faster. I mainly use Clojure for data processing.

The C programming language

I fell in love with C, it is a great and extremely capable language. It teaches me how to efficently use the memory. I love developing data structures, games and data processing software. My ultimate goal is to write a simple operating system in C.

The Rust programming language

Rust seems like a great programming language, although I may need more time before I get used to its borrow checker.

Something about me:

  • I prefer functional programming to object-oriented programming,
  • I love foxes and dogs,
  • I love creating stuff from scratch,

Anurag's GitHub stats

Top Langs

Pinned Loading

  1. nov nov Public

    A small programming language that transpiles to JavaScript

    Python 1

  2. show-todos show-todos Public

    CLI for showing todos of your Clojure project

    Clojure

  3. jsonifable jsonifable Public

    Simple decorator library for making classes easily convertable to JSON

    Python