другу пришло холодное сообщение от рекрута
господииии в айти корпах реально бесконечный ресурс и поэтому они могут заниматься вот такой хуйней…
какие книги сформировали вас как профессионала? меня таня гротер
Nokia’s success story is legendary, but so is its downfall.
They controlled over 50% of the global market. They were THE brand.
But their downfall wasn’t a matter of technology; it was about something deeper.
They missed one thing. 🧵
Build your own database in C
-understand the database under the hood
-it's like building sql from scratch in C
-it's very detailed guide
-building simple database
-you would be able to understand database in great depth
-with great diagrams and code
Build your own Virtual machine
-just only 250 lines of C code
-really great guide
-great for understanding low level concepts
-it's kind of detailed guide
-with very lucid diagrams and code explanation
-github repo is also present
At work, I just write raw SQL queries as strings and run them via a thin wrapper from a functional language.
I’ve been doing this for 6 years, and I never regretted.
I also saved a ton of time learning a dozen of ORMs that bring more problems than they solve.
>Linux is C
>Git is C
>Python interpreter (CPython) is C
>Ruby interpreter (MRI) is C
>PostgreSQL is C
>SQLite is C
>Redis is C
>MySQL is C++
>MongoDB is C++
>Unreal Engine is C++
>Chrome is C++
>Firefox is C++
>Windows kernel is C
>macOS kernel (XNU) is C
>Photoshop is C++
>VMware is C++
>TensorFlow (Core) is C++
-still, you are not convinced to learn C and C++