Jin Vincent Necesariojinvincentnecesario.hashnode.dev·Sep 3, 2023Exploring F# Arrays: A Comprehensive GuidePhoto by Pawel Czerwinski on Unsplash Introduction F# is an excellent programming language that blends the functional and object-oriented paradigms. Arrays are a fundamental data structure in F#. This blog post is a deep-dive introduction to F# array...Discuss#fsharp
Jindřich Ivánekjindraivanek.hashnode.dev·Jul 31, 2023FeaturedCurious case of List.contains performanceSome time ago, colleagues stumbled upon a case where List.contains was significantly slower than identical use of List.exists. List.contains and List.exists are functions from F# standard library, where List.contains x xs check if the list xs contai...Discuss·14 likes·363 reads#fsharp
Ivan Rainboltblog.ivanrainbolt.com·Jul 24, 2022The first General Journal attemptContinuing my quest to create an accounting system, I will work on creating a Journal. The Journal (or General Journal) is basically the database of all the transactions we want to track. Following along in the "The Joy of Accounting" book, chapter 8...Discuss·907 reads#fsharp
Ivan Rainboltblog.ivanrainbolt.com·Jul 24, 2022Starting from ZEROThis is a really good explanation of accounting (financial) as described in the book: Accounting is a system of describing and categorizing the nature and size of a business entity’s assets, the ways they were funded, and what the entity did to inc...Discuss·1 like·1.8K readsaccounting
Karanveercodewithkv.hashnode.dev·Jun 9, 2022Introduction to Paket for F#F# has a great dependency management tool called Paket. It's easy to setup and use, whether you're working with F# projects or F# scripts. In this blog post, we'll create a solution, and project from the ground up using Paket for dependency managemen...Discuss·63 reads#fsharp
Houston Haynesh3tech.io·Jun 2, 2021What the F(#) is Next?An(other) Inflection Point Spend enough time in technology and you see recurring patterns ebb and flow. The democratization of technology - areas of specialization evolving into commodities - has largely been a net positive. But if you get caught up ...Discuss·138 reads#fsharp
Houston Haynesh3tech.io·May 27, 2021Low Code is Dead. Long Live Low Code!History Rhymes Technology providers ride the 24-hour hype cycle as much as they drive it - and with that comes peaks and valleys in the signal-to-noise ratio online. This week was Microsoft's "Build" showcase - and with that comes their big marketing...Discuss·174 readsLow Code