Explore >> Select a destination


You are here

www.thepolyglotdeveloper.com
| | compositecode.blog
4.2 parsecs away

Travel
| | The author discusses the importance of considering the full lifecycle when building financial app prototypes. They emphasize the value of horizontal infrastructure as code (IaC) assets and the benefits of using tools like Terraform or Pulumi. They also describe their experiences in creating various financial APIs using Spring Boot, and the use of Docker and...
| | zserge.com
1.3 parsecs away

Travel
| | Bringing java 8 features to android platform
| | juffalow.com
2.2 parsecs away

Travel
| | I am working for a Start Up project - DiagramArt, where we needed to create Android application which : load list of diagrams from API, show these diagrams to the user and some other stuff of course. The list consists from a preview picture, diagram's title and its description. There is no problem to load and show these data, the problem was in the preview picture.
| | gafter.blogspot.com
22.5 parsecs away

Travel
| A couple of people have written about using Java closures to write methods that act as looping constructs. For example, iterating through a ...