Explore >> Select a destination


You are here

blog.thesoftwarementor.com
| | jrsinclair.com
12.0 parsecs away

Travel
| | It's hard learning functional programming on your own. But it ought not to be. You don't need a PhD to understand functional programming. The concepts are abstract, yes. But that doesn't make them incomprehensible. It shouldn't be this difficult. This is the first in a four-part series on things I wish someone had explained to me about functional programming.
| | aymannadeem.github.io
12.4 parsecs away

Travel
| | My career has exposed me to several programming languages. This is a common experience for many software engineers, especially as the modern programming landscape moves toward an increasingly service-oriented world. In this world, working across several systems and language boundaries is par for the course. However, true mastery of a language looks very different from the vague familiarity that may be sufficient for operating in various contexts. For instance, the shallow working knowledge demanded by "component-assembly" style work doesn't exactly render us polyglots, given that integrating APIs or navigating DSLs, by design, removes us from the core language by a few layers of abstraction. By contrast, developing deep proficiency in a language takes a lot of persistence and practice. For the purpose of mastery, learning how to learn can remove a lot of frustrations that hinder fast uptake. Meaningfully learning different languages has also been shown to increase overall programming skill. Research demonstrates that exposure to multiple programming styles has a greater impact on overall programming expertise than the total number of years spent programming.
| | kenan7.com
12.9 parsecs away

Travel
| | Domain-Driven Design (DDD) is an approach to software development that focuses on understanding and modeling the business domain. In this post, we'll explore how to implement DDD principles using Go, with practical examples and clear explanations. Wh...
| | blog.initialized.com
73.1 parsecs away

Travel
|