Explore >> Select a destination


You are here

dusty.phillips.codes
| | danielpecos.com
2.2 parsecs away

Travel
| | Function composition is one the key features (among others) of functional programming. Programming languages that offer higher order functions as a feature can potentially use function composition. But, still, programmers need to be aware of some key concepts to successfully apply this pattern in our code. Function composition, as defined on Wikipedia, isan act or mechanism to combine simple functions to build more complicated ones. In other words, we can define new functions, equivalent to the result of...
| | fernandocorreia.dev
2.9 parsecs away

Travel
| | This is part 9 of my journey learning Golang. Data types are a designation by a programming language about the kind of values that are being stored. Go has
| | mitchgordon.me
11.2 parsecs away

Travel
| | Did you know people used to be computers? Yeah, back in the day, before we had calculators or CPUs, people still needed to crunch the numbers. For example, NASA, when they were building rockets, needed to run all kinds of numbers to make things work. So they would actually employ people to sit down with a pencil and paper and do the additions and multiplications necessary to solve their physics equations. ( That's what Hidden Figures is about, I think. )
| | github.com
13.3 parsecs away

Travel
| Analyze Golang with Ghidra. Contribute to mooncat-greenpy/Ghidra_GolangAnalyzerExtension development by creating an account on GitHub.