Today we have a look at the D3 extension for WebSharper, that allows to use the awesome D3.js library from F# and embed neat data visualizations into our websites.
Strona głównaUżytkownik
yboug | użytkownik
Daj się poznać 2017 2718 dni, 12 godzin, 3 minuty temu 25 źrodło rozwiń
Written by Dawid Sibińskion In the 3rd post from SQLite-Net Extensions series we are covering the last type of relationship – one-to-many (and the opposite – many-to-one). One-to-many, many-to-oneOne-to-many relationships are used in general for parent-children or whole-elements relations. Classic examples are: bus and passengers, document and elements etc. One-to-many relationship means that the one-end entity knows about its children and many-end entity has a reference (foreign key) to its pa...
Daj się poznać 2017 2724 dni, 18 godzin, 28 minut temu 109 źrodło rozwiń
In today's post, I present a few ways to conveniently mess up with your production code by using a well known mechanism in Java, C# or other similar languages: exceptions! Enjoy!
Daj się poznać 2017 2723 dni, 5 godzin, 45 minut temu 71 źrodło rozwiń
In the previous post, I’ve briefly described part of a process of persisting state of our actor. I’ve told you about storing events and I’ve mentioned things called snapshots. This post is entirely about them.
Daj się poznać 2017 2729 dni, 10 godzin, 50 minut temu 25 źrodło rozwiń
Part 2 - In today's post, we look at how to create a simple reactive web app in F#, using WebSharper's UI.Next library and Bootstrap. Read on!
Daj się poznać 2017 2729 dni, 10 godzin, 50 minut temu 22 źrodło rozwiń
In today's post, we look at how to create a simple reactive web app in F#, using WebSharper's UI.Next library and Bootstrap. Read on!
Daj się poznać 2017 2731 dni, 1 godzinę, 20 minut temu 32 źrodło rozwiń
As I’ve mentioned in previous posts about Akka.NET, everything that actor knows is stored in memory. While we can skip any database or IO related bottlenecks because things in memory are generally speaking very fast, we must remember that memory is not a place where you can store your data for an extended period of time and keep it. So let’s talk about persisting it.
Daj się poznać 2017 2734 dni, 1 godzinę, 23 minuty temu 46 źrodło rozwiń
Let's write a simple F# script to determine whether a given surname is Polish or not. This will allow us to explore some of F#'s features and also learn more about the Polish language!
Daj się poznać 2017 2745 dni, 14 godzin, 53 minuty temu 82 źrodło rozwiń
W końcu przyszedł ten moment, w którym stwierdziłem, że pora wypuścić pierwszą wersję Winbota. Zbudowałem instalator i wystawiłem release na githubie. Dostępny do pobrania tutaj. Zanim jednak to uczyniłem, zastanawiałem się co będzie, jeżeli zacznę wypuszczać kolejne wersje. W jaki sposób informować użytkownika z zainstalowaną aplikacją, że pojawiła się nowsza wersja? W tym poście opiszę własne rozwiązanie tego problemu. Jedna rzecz była dla mnie pewna od samego początku. ...
Daj się poznać 2017 2745 dni, 14 godzin, 53 minuty temu 79 źrodło rozwiń
A simple performance comparison between approaches encouraged by F# (immutability and functional programming) and C# (mutability and OOP). Which one would you choose?
Daj się poznać 2017 2746 dni, 14 godzin, 35 minut temu 118 źrodło rozwiń