Blog articles

0
comment
on 9/6/2025 12:33 PM
Welcome to F# Weekly, A roundup of F# content from this past week: 🕯️ In Memory of Oleg Pyzhcov This week, I want to take a moment to acknowledge a deeply moving post shared by Vlad Patryshev about Oleg Pyzhcov, a fellow software engineer who passed away[...]
.
0
comment
on 8/30/2025 2:29 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Videos Blogs Highlighted projects New Releases That’s all for now. Have a great week. If you want to help keep F# Weekly going, click here to jazz me with Coffee!
.
0
comment
on 8/24/2025 3:09 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Videos Blogs Highlighted projects New Releases That’s all for now. Have a great week. If you want to help keep F# Weekly going, click here to jazz me with Coffee!
.
0
comment
on 7/29/2025 1:00 PM
In my previous blog post I described some behaviour of C# record types which was unexpected to me, though entirely correct according to the documentation. This is a follow-up post to that one, so if you haven’t read that one yet, please do so – I won’t go[...]
.
0
comment
on 7/19/2025 6:04 AM
Unexpected inconsistency in records The other day, I was trying to figure out a bug in my code, and it turned out to be a misunderstanding on my part as to how C# records work. It’s entirely possible that I’m the only one who expected them to work in the [...]
.
0
comment
on 7/6/2025 4:18 PM
AppSync doesn’t allow unauthenticated API calls. To allow users to call your API without first authenticating themselves, you must mimic the behaviour using one of the available authorization methods. In this post, let’s look at three ways to implement un[...]
.
0
comment
on 5/21/2025 10:00 AM
Versioning an API built with API Gateway and Lambda isn’t as straightforward as it sounds. You need to support multiple live versions without piling up technical debt or duplicating infrastructure. In this post, we look at practical strategies for managin[...]
.
0
comment
on 5/15/2025 7:12 AM
When we talk about event-driven architectures, we often focus on things like loose coupling, scalability and DDD. But under the hood, the way consumers receive events matters just as much. And it usually comes down to one of two models: push vs poll. Your[...]
.
0
comment
on 5/7/2025 9:06 AM
This is a continuation of Sample monorepo conversion. Since then we have learned some lessons. Also note that the monorepo conversions we have done have been of closed source code that we found was either tightly coupled or that we wanted to introduce ti[...]
.
0
comment
on 4/29/2025 8:01 AM
Serverful (i.e. paying for uptime) services like RDS makes working with ephemeral environments more difficult and poses a cost concern. In this artcile, let's see how Neon's Serverless Postgres database solves this problem and how we can clone an existing[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper