Learn how you can rapidly access, manipulate and visualise data in a type-safe manner on Mac, Windows or Linux using completely free tools and libraries using a combination of F#, .NET Core and Visual Studio Code.
Rapid Data Analysis with F# - Part 1 - Scripts and Data Capture
Have a recap of Isaac's showcase of rapid data analysis with F#. Although quite a dated video, it still holds true to F#'s power in being able to prototype quickly to get the result you're after... but most importantly, in a fun way!
@fsharp.bsky.online #fsharp
09.07.2025 09:45 β π 5 π 1 π¬ 0 π 0
GitHub - dlidstrom/Sprout: Sprout is a lightweight F# test DSL using a minimalist BDD-style syntax
Sprout is a lightweight F# test DSL using a minimalist BDD-style syntax - dlidstrom/Sprout
π± Sprout: a BDD testing DSL in F#! Inspired by Jasmine + powered by computation expressions. Ready to declare your specs? Have you tried βfeature β¦ scenario β¦β in F# yet? #fsharp #BDD #testing @fsharp.bsky.online
07.07.2025 09:45 β π 4 π 2 π¬ 0 π 0
F# Weekly #24 highlights Fidelity & BAREWire β memory-safe wrappers for C/C++ APIs via F#. Care to try memory-mapped shadow APIs? #fsharp @fsharponline.bsky.social
02.07.2025 09:45 β π 4 π 2 π¬ 0 π 0
.NETβ―10 Previewβ―5 dropped on Juneβ―10! Highlights include escape-analysis, ARM64 write-barrier improvements, and key F# updates like scoped #nowarn/#warnon directives and FSharp.Compiler.Service tweaks. Who's upgrading? #dotnet #fsharp @fsharponline.bsky.social
30.06.2025 09:45 β π 8 π 2 π¬ 0 π 0
SAFE Stack 6 - Coming December 2025
Planning for the next release of SAFE Stack - what would you like to see?
We're planning to release SAFE Stack 6 in December. What would you like to see?
#dotnet #fsharp
20.06.2025 12:04 β π 10 π 3 π¬ 3 π 0
Check for C# extension dependencies at runtime by dbrattli Β· Pull Request #2088 Β· ionide/ionide-vscode-fsharp
Why We should not have a hard dependency on ms-dotnettools.csharp since that makes it impossible to use Ionide with forks os VScode e.g Cursor. This PR does the check at runtime instead adding reco...
Ionideβs C# dependency moved from mandatory β‘οΈ recommended. Result: the extension pack now works on any VS Code fork (Cursor, VSCodium, etc.). Get in touch with one of the CIT team to find out how this will benefit your project. π #fsharp #vscode #oss @fsharponline.bsky.social
18.06.2025 09:45 β π 12 π 4 π¬ 0 π 1
Computation Expressions - F#
Learn how to create convenient syntax for writing computations in F# that can be sequenced and combined using control flow constructs and bindings.
Computation Expressions arenβt just monadsβtheyβre your DSL for async, validation, and more. Worth a revisit? Compositional IT can provide training courses to help you with your advanced F# skills - Let's have a chat. π #fsharp @fsharponline.bsky.social
16.06.2025 09:45 β π 12 π 5 π¬ 1 π 0
Introducing the SAFE stack
Introduction Throughout this week, we've published a series of articles contributed by some well-known people within the F# community focused on web and cloud programming. Today, we're announcing theβ¦
It's been nearly 8 years since we introduced SAFE stack to the whole world π Weβve believed in it from the startβand still do. Whatβs been your favourite feature β or your biggest wish β for the SAFE stack over the years? Weβd love to hear it! @fsharponline.bsky.social #fsharp #dotnet
11.06.2025 09:45 β π 10 π 1 π¬ 1 π 1
Did you know you can create some really remarkable looking TUI's completely in #fsharp? @fsharponline.bsky.social
09.06.2025 09:45 β π 10 π 2 π¬ 1 π 0
About Us
United Kingdom: +44 (0)208 088 8978
At CIT, we've championed functional-first scripting with F#, seeing firsthand the productivity leaps teams can achieve.
Curious how your team can leverage these approaches? Get in contact with us here: buff.ly/HXX8RSo
04.06.2025 09:45 β π 0 π 0 π¬ 0 π 0
This shift isn't just about language preference. It's about elevating developer productivity across the ecosystem.
Teams can now prototype faster, automate smarter, and iterate with ease.
It's about working smarter, not harder.
04.06.2025 09:45 β π 0 π 0 π¬ 1 π 0
Using F# scripts for interactive development
In a previous post we discussed some of the basics of scripting in F#. Using script files and F# Interactive (FSI) allows interactive development which is the kind of scripting that we'll discuss inβ¦
F# devs have long enjoyed lightweight scripting with dotnet fsi, enabling rapid tests, automation, and explorationβwithout the overhead. It's functional-first thinking at its finest. Now, C# is stepping into the same space, unlocking similar agility.
04.06.2025 09:45 β π 0 π 0 π¬ 1 π 0
Big shakeup in the .NET world: C# is adding new scripting capabilities, bridging the gap to the fast, iterative workflows F# devs have loved for years.
Rapid prototyping and exploratory coding is becoming more useful in today's age. Here's why that's huge π
04.06.2025 09:45 β π 2 π 0 π¬ 1 π 0
Letβs use AI where it helps.
Letβs stay critical of where it doesnβt.
And letβs keep humans in the loop β especially the ones who care deeply about the craft. π©βπ»π¨βπ»
02.06.2025 09:45 β π 1 π 0 π¬ 0 π 0
As an F# consultancy, weβve long valued clarity, correctness, and thoughtful design.
AI can support that β but itβs not a substitute for experience and engineering judgment.
02.06.2025 09:45 β π 1 π 0 π¬ 1 π 0
The sentiment from devs?
AI should assist, not replace.
There's growing concern that "AI everywhere" may lead to more cleanup than actual progress.
02.06.2025 09:45 β π 0 π 0 π¬ 1 π 0
Configuration - .NET
Learn how to use the Configuration API to configure .NET applications. Explore various inbuilt configuration providers.
Of course you can use .NET's configuration system for ASP.NET core apps. But did you know you can also use it in console apps, without having to adopt the .NET generic host? Really neat!
#dotnet #console #fsharp
26.05.2025 09:45 β π 5 π 0 π¬ 0 π 0
Avoid T-SQL anti-patterns with the free T-SQL analysis tool - Azure SQL Devsβ Corner
T-SQL Analyzer is a free command line tool for identifying, and reporting the presence of anti-patterns in SQL Server T-SQL scripts.
It's great to have analysers to help with writing good SQL; and integrating with VS Code/GitHub Copilot via an MCP Server too. Thanks @erikej.bsky.social!
#dotnet #sql #vscode
21.05.2025 09:45 β π 2 π 0 π¬ 0 π 0
This talk was recorded at NDC Oslo in Oslo, Norway. #ndcoslo #ndcconferences #developer #softwaredeveloper Attend the next NDC conference near you: https:...
SEVEN things about API security - Philippe De Ryck - NDC Oslo 2024
This fascinating and practical talk by Philippe De Ryck on API Security is one of the best we've come across! #webdev #webapi #security
19.05.2025 09:45 β π 0 π 0 π¬ 0 π 0