JZN666
- Karma
- 13
- Created
- November 20, 2021 (4y ago)
- Submissions
- 0
-
My opinion about this constantly changes through my programming experience. Functions longer than 20 lines of code? Pffff, an algorithm/problem can be such complex in nutshell and decomposing a function solving it will…
-
I encountered several types of interview through companies of different values (small startup to big tech). First kind is Leetcode-style interview where your task is to write algorithm/data structure to solve given…
-
1) parse_str in PHP, which extracts query parameters from request URL. This can have simple explanation: this is old relict which was designed at earliest versions of PHP. And PHP back then was designed as web…
-
Nowadays we have software shifting to the Web, Agile/Scrum management, automatic test frameworks like Cypress, hot-reload tools for fast checking on local environment. But what it was like to be software dev in earlier…