Explore >> Select a destination


You are here

vadimkravcenko.com
| | charity.wtf
19.0 parsecs away

Travel
| | I have begun to notice a common blind spot among engineers who are frustrated about leveling up, which is: not every opportunity exists at every company at every time
| | eranstiller.com
9.9 parsecs away

Travel
| | Unlock your career potential in 2023! Discover the 75 top software engineering skills you need to stand out in the tech industry. Start learning today!
| | benoitpasquier.com
12.3 parsecs away

Travel
| | I was reading this week about "10x engineer" and what it means in the tech industry. If the title can be questionable, I wanted to reflect on its definition and what it can mean in mobile engineering.
| | www.softdevtube.com
114.6 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,