Skip to content
View Massinja's full-sized avatar
🥷
ua
🥷
ua

Block or report Massinja

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

Hello! Let's give this a try!

I am working my way into programming.

My projects and first impressions about programming laguages:

Bash

Almighty!

C

C is fun! Segfault is even more fun! :D
The largest project I built in C was mastermind.
There are also my simplistic implementations of printf function and cat command.
You can build the christmas_tree or C__my_yacky_solutions to the exercises I practised on at the beginning.

❤️ C forces me to always check my inputs, think about types and memory management. It makes me think about performance and optimization, gives me more control and precision over my operations than higher level languages do. Taking a look under the hood is fun.

Python

My first "Hello World" was in Python. And now the World is overtaken by Python, sadly. :D
Indentation should not be an error, and it needs some respect for types, amongst other things.
Check my very first programming project bookstore and my first backend in flask.

Ruby

There are many ways of doing many things in Ruby! And while a lot of things might seem interchangeable, they are not. There are subtle differences. That's why noot only is Ruby beginner-friendly, but it is also bug friendly, I think...
Check my Ruby project Users_app

One language should not have four different loops!

Go

Seems very promising to me. Future back end projects and command-line tools are coming!

Javascript

"Javascript is like vegetables, you have to eat them" - Gaetan Juvin
Check bouncing_box
Typescript is a lesser evil that I am willing to try.

Pinned Loading

  1. bookstore bookstore Public

    app to keep track of books - my very first programming project

    Python

  2. christmas_tree christmas_tree Public

    C

  3. mastermind mastermind Public

    C

  4. CLI-tools-N2-todo-list CLI-tools-N2-todo-list Public

    following Ricardo Gerardi textbook

    Go

  5. CLI-tools-goci CLI-tools-goci Public

    Continuous Integration (CI) tool for Go programs

    Go

  6. github-contributions-graph-art github-contributions-graph-art Public

    bash scripts to make fake commits on GitHub

    Shell