Notes from thoughts, memories, and events

Tag: Programming

Resolving Issues with Ruby Gem Repositories

If you have recently experienced problems connecting to Gem repositories (Ruby package management), it’s likely due to HTTPS restrictions. To resolve this, you can switch the default repositories to HTTP. Use the following commands in your terminal:

gem source -r https://rubygems.org
gem source -a http://rubygems.org

Web developers vs. Taxi Drivers

The profession of web design has become very similar to that of a taxi driver. Just as anyone who becomes unemployed takes a personal car and enters the taxi market, they achieve more profit with less effort. Similarly, anyone who has learned to install CMS and may even have some coding skills, can enter the web design market and, without any interest or desire to make a contribution to the advancement of the field, deal a blow to professional designers in order to earn small profits. We must think of a solution to this problem before it becomes too late.

I just won Tabriz Computer Competition!

I heard about the competition from my school principal and without hesitation, I signed up. On the day of the competition, I showed up and gave it my all. And boy, was I pleasantly surprised! The competition was a lot smoother and easier than I had imagined.

But the real surprise came when I was walking through the school halls the next day. I saw a banner hanging and my name was on it! I had won the first place in the Tabriz Computer Competition.

Winning that competition was a defining moment for me. It made me realize the power of hard work and determination. I also learned that you never know what you’re capable of until you try. So don’t be afraid to chase your dreams and compete in the things you’re passionate about. You never know where it might take you.

So, to all the aspiring computer enthusiasts out there, my advice to you is to keep pushing yourself and never give up. You might just surprise yourself with what you can achieve.

© 2024 Araz Gholami

Theme by Anders NorenUp ↑