Explore >> Select a destination


You are here

peterszasz.com
| | earthly.dev
10.7 parsecs away

Travel
| | In this article, the author shares their opinionated approach to interviewing engineers. They discuss the importance of problem-solving skills, the...
| | solutionslounge.com
16.0 parsecs away

Travel
| | Hi - this is Gergely with the monthly, free issue of the Pragmatic Engineer. In every issue, I cover challenges at Big Tech and startups through the lens of
| | phauer.com
10.2 parsecs away

Travel
| | How to stand out in job interviews as an engineer.
| | nurkiewicz.com
73.2 parsecs away

Travel
| When choosing or learning a new programming language, type system should be your first question. How strict is that language when types don't really match? Will there be a conservative, slow and annoying compiler? Or maybe a fast feedback loop, often resulting in crashes at runtime? And also, is the language runtime trusting you know what you are doing, even if you don't? Or maybe it's babysitting you, making it hard to write fast, low-level code? Believe it or not, I just described static, dynamic, weak and strong typing.