56
Tabala
7y

By learning the basis of things instead of just using them.
for example I learn cryptographic algorithms behind ssl instead of just using it.

Comments
  • 1
    Brave soul
  • 2
    SSL might be a bit overkill, but all in all, that's the way to go.😊
  • 1
    So lets say I am using X framework. What would be the "basis" of that?
  • 1
    @nummer31 digging into to the source code, maybe?
  • 3
    @nummer31 it's learning not just what X framework does and how to use it but how it does what it does and why the devs chose to do it that way.
  • 0
    That's a great way. What I do it's kinda the same, first I use it, then I understand it, then I implement it "my way" (without looking at source-code).
Add Comment