I am working my way into programming.
Almighty!
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.
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.
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!
Seems very promising to me. Future back end projects and command-line tools are coming!
"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.