Vladimir Shchur
banner
lanayx.bsky.social
Vladimir Shchur
@lanayx.bsky.social
350 followers 160 following 63 posts
Developer, architect, enthusiast https://github.com/sponsors/Lanayx
Posts Media Videos Starter Packs
Just published a new version of FsUnit.Light package with new functions for testing exceptions in your tasks
www.nuget.org/packages?q=F...
#fsharp
NuGet Gallery | Packages matching FsUnit.Light
www.nuget.org
My first article that is not about F#, but about the topic that's been bothering me for a long time
medium.com/@lanayx/are-... #agile
Are agile frameworks really Agile?
Or it's all just marketing?
medium.com
Reposted by Vladimir Shchur
Bentok @bencope.land · Sep 11
I wrote a reflection on building an agentic AI into a serverless system grounded in functional principles without betraying the architecture that came before it. #fsharp is really the star of the show and we leaned very heavily into it. (I still hate gen AI)

blog.bencope.land/agentic-ai-b...
Agentic AI, Built on Functional and Reactive Principles
Our team has been building reactive systems grounded in functional principles for years now. A system that is event-sourced, event-driven, non-blocking, resilient, and elastic can feel esoteric at fir...
blog.bencope.land
Reposted by Vladimir Shchur
🚀 Fable 5.0.0-alpha.14 is out!

This one has a big focus on Python and adding support for Nullness to Fable (both your project and dependencies needs to be written with nullness in mind for it to work)

To benefit from all the new features you need to use Fable.Core beta too

#fsharp #fablecompiler
What can be lighter than FsUnit when writing unit tests in #fsharp? FsUnit.Light! Right now it's API is identical to FsUnitTyped, but I plan to add few useful functions there as well. github.com/Lanayx/FsUni...
GitHub - Lanayx/FsUnit.Light: Minimalistic version of FsUnitTyped
Minimalistic version of FsUnitTyped. Contribute to Lanayx/FsUnit.Light development by creating an account on GitHub.
github.com
Reposted by Vladimir Shchur
🚀Another entry from our open archive - a novel design to discover, parse and 'tree-shake' F# libraries at source level through #mlir #llvm. It might change how you think about modern #compilers. #fsharp
#functionalprogramming #performance #opensource #dotnet #rust #tech speakez.ai/blog/source-...
Source-Level Dependency Resolution
Native F# compilation with intelligent binding and tree-shaking
speakez.ai
Reposted by Vladimir Shchur
We've had this design "on the board" for a while but just put it in a blog post. We're hoping it will help articulate our vision to the #fsharp as well as #mlir and #llvm communities to foster conversation and contribution as more of this surfaces from our lab. speakez.ai/blog/native-...
Fargo: Native F# Source-Based Package Management
Adapting Rust's Cargo Distribution Model for Multi-Platform F# Compilation
speakez.ai
SVG support has just been added to Oxpecker.Solid!
#fsharp #oxpecker @solidjs.com
I'm using serilog for all my projects. It's works much better with contexts rather than MEL, can work as just sigleton instance (if needed) it's easier to configure output, and I find it more suitable for functional DI as well.