Showing posts with label functional programming. Show all posts
Showing posts with label functional programming. Show all posts

Thursday, October 19, 2017

[Links of the Day] 19/10/2017 : Distroless minimal container images, Strangeloop and CppCon 2017

  • Distroless : a toolkit for creating container images which contain only your application and its runtime dependencies. No package shells, managers, any other programs. This is really awesome as you always end up with a lot of clutter in your layer. too often you see apt-get update ; apt-get upgrade in your Dockerfile. Or you could simply move to Golang and enjoy a From scratch environment! [talk] [video]
  • Strangeloop: a very good review of the excellent strange loop conference. Every time I watch some of these talks, I tell myself I should get into functional programming .. Then life ( and three kids under 6 ) takes over. [slides] [videos]
  • CppCon : another dev conference, this time C++. Some interesting talks, especially the includeOS one. Which provides a C++ microkernel functionality by simply including a single header #include ! A lot of in-depth and technical talks, give it a look if you are a C++ dev. [slides] [videos]





Wednesday, February 10, 2016

[Links of the day] 10/02/2016: Cloudstack fork, AsyncSSH, Purely functional data structures

 

Monday, July 20, 2015

Links of the day 20 - 07 - 2015

Today's links 20/07/2015: Optimization tools, lock-free queue, distributed system testing framework, functional programming guide

Monday, December 01, 2014

Links of the day 1 - 12 - 2014

Today's links 1/12/12014: functional programming pattern, virtual supercomputer on demand and VMWARE software defined datacenter architecture.
  • Functional Programming Patterns : nice look into design pattern for Functional programming
  • Virtual Supercomputer: Massive Solutions, announced a beta version of their computational service platform. It provides secure Internet access to high-performance parallel cluster resources and applications on demand.
  • VMware Software-Defined Data Center : reference architecture  providing an overview of the solution and the logical architecture as well as results of the tested physical implementation