F# Weekly #13, 2016

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

F# vNext

Open source projects

  • Fakta – A Consul + Vault F# library
  • generator-suave-microservice – Yeoman generator for Suave (Micro)Services.
  • ServiceFabricSuaveStateful – Sample of stateful and stateless Service Fabric services with Suave and NetMQ
  • Infers – A library for deriving F# values from their types and, in a way, a direct application of the Curry-Howard correspondence aka Propositions as Types.
  • Logibit.Hawk – An F# Hawk implementation with a strongly typed API that guides your usage and minimises security programming errors.
  • fsharp-demonstrator – A sample server-side web app with support to run in the Azure App Service
  • hype – Compositional Machine Learning and Hyperparameter Optimization

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #12Subscribe

About JavaScript memory leaks. Again.

Worth to read, at least, if you are not JS dev

Anton Gorbikov's avatarAnton Gorbikov's Blog

Web applications are getting more and more complex from year to year. Couple of years ago nobody cared about the memory leaks on the web pages (yeah, they were really a set of web pages, but not web applications). Even if you forget to clean up some memory – it’s not expected, that user will spend a lot of time on the same page. There were a lot of navigation links, which removed information about the entire page from memory and loaded new page.

But now you cannot relate on this behavior, because now web sites turned into web applications. User loads one small HTML file, one script file and some other stuff (like CSS and images) and that’s it. Making requests from browser to servers user can stay on on the “page” for ages. In the worst scenario you will receive a report from production user: “Oh, your application…

View original post 2,020 more words

F# Weekly #12, 2016

FsExtange2016
Do not miss the chance to visit F# eXchange 2016 to hear about latest news from F# world and meet with F# Legends: Don Syme, Andrew Cherry, Felienne Hermans, Michael Newton, Vicenç Garcia-Altes , Krzysztof Cieślak, Mark Seemann, Evelina Gabasova, Tomas Petricek, Steffen Forkmann, Colin Bull, Scott Wlaschin, Anton Tcholakov, Ross McKinlay, Andrea Magnorsky and others.

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

F# vNext

Open source projects

  • MessageRouter – A CQRS (Event-driven) message router in F#
  • Conductor – Composable data validation for F#
  • YoutrackGitlab – A bridge which posts comments created on commits in Gitlab to Youtrack using webhooks
  • FSharp.AWS.DynamoDB – F# wrapper API for AWS DynamoDB
  • Hornbill – Easily create fake HTTP endpoints for integration testing

New Releases

  • Paket 2.53 with lots of bug fixes, C++ support is getting better.

That’s all for now. Have a great week.

Previous F# Weekly edition – #11Subscribe

F# Weekly #11, 2016

AprilFools630

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

F# vNext

Open source projects

  • FSharp.Core.Fluent – A collection of inlined methods allowing fluent access to all FSharp.Core functions for List, Array, Array2D, Array3D, Seq, Event and Observable.
  • Prime – An F# code library for hardcore pure functional programming, and much more
  • Bugfree.SharePoint.Analyzer – Projects SharePoint’s hierarchical metadata model onto a relational one for fast exploratory queries.
  • FsActorApp – Serivce Fabric Reliable Actors in Fsharp

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #10Subscribe

F#ools’ Day Party – April 1, 2016

AprilFools6301st April is coming, Mark Gray and I propose F# community to celebrate this day with funny posts about F#.

All you need is to write a blog post that incorporates the idea of April fool in the content or find out a new extraordinary use of F# and destroy the myth that “F# is for Math and Science”.

Rules are even simpler than in FsAdvent:

  1. Ping @sergey-tihon on Twitter and I will put your name in the table below
  2. Tweet link to your post with  tag on April 1 (+/- 1 day).

Happy F#ools’ Day,
Let’s joke together.

Author Post Title
 Pierre Irrmann  Making program behaviour explicit
 Ross McKinlay
 Phillip Trelford  Silverlight Resurrection
 Vicenç García-Altés  A Premier League team will win the Champions League this year

F# Weekly #10, 2016

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

fsharpConf 2016 Videos

Videos/Presentations

Blogs

F# vNext

Open source projects

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #9Subscribe

F# Weekly #9, 2016

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

Ernest Pazera coding corner

F# vNext

Open source projects

  • Active.Net.AddOnlyDb – Easily syncable database of facts (similar to key-value) with obsoletion instead of deletion, based on SQLite
  • prunner – Super simple F# parallel unit test library
  • SparkCLR – C# language binding and extensions to Apache Spark
  • akkling – Experimental F# typed API for Akka.NET
  • faster-apis-suave-slides – Presentation for Faster APIs with Suave
  • Azure.Batch.Toolkit – A package to streamline usage of Azure Batch Services
  • sharpshaders – Shader translation from F# to HLSL
  • FShade – Composable shaders for F#

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #7-#8Subscribe

F# Weekly #7-#8, 2016

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

Ernest Pazera coding corner

Open source projects

  • angara – The modelling environment
  • Forge – A command line tool that provides tasks for creating F# projects with no dependence on other languages.
  • FCell – Deliver the power of .NET from within Microsoft Excel
  • fsharp-dotnet-cli-samples – F# and the Dotnet CLI working together
  • eventstorefeedbrowser – F# Akka based Event Store ATOM feed browser
  • Fuchu.Xunit – Xunit binding for tests written in Fuchu framework
  • Fabel – F# to JavaScript Compiler
  • Flibdivsufsort – An F# Wrapper Around the libdivsufsort Suffix Array lib
  • fsharp-swapi – F# wrapper for the Star Wars API
  • mbrace-on-brisk – The Elastacloud PAAS configuration and project etc. of MBrace on Brisk
  • Fungible – A library for fast reflective updates to immutable data trees

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #6Subscribe

F# Weekly #6, 2016

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Videos/Presentations

Blogs

Ernest Pazera coding corner

F# vNext News 

Open source projects

  • Gluon – A type-safe remoting connector between an F# backend and a TypeScript client
  • FsGll – A parser combinator library based on the GLL algorithm for F#
  • Delegate.SPOcopy – A library that copies a local folder, including files and subfolders (recursively), to SharePoint Online, ensuring valid SharePoint relative url names.
  • stockestimator – F# library for estimating future stock prices
  • phutball-fs – Phutball game in F#
  • fsraster – A simple image-processing and primitive-rendering app in F# and WPF

New Releases

That’s all for now. Have a great week.

Previous F# Weekly edition – #5Subscribe