Blog articles

0
comment
on 5/1/2020 3:41 PM
I had been working on a client project where I built the GraphQL backend for a new social network using primarily AppSync, Lambda and DynamoDB. One of the features of the app was to support private messaging between two users. To allow either user to fetc[...]
.
0
comment
on 4/26/2020 3:08 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Announcing .NET 5.0 Preview 3 New Saturn Landing page Videos and Slides Phillip Carter- You got FP in my Enterprise!- λC 2019 F# and Functional Programming! – The Dev Talk Show Deploy[...]
.
0
comment
on 4/22/2020 5:13 PM
Hi, welcome to another weekly update. Production-Ready Serverless workshop goes virtual! Starting from May 4th, I will be running a 4-week instructor-led workshop that teaches you everything you need to know to build a production-ready serverless applicat[...]
.
0
comment
on 4/21/2020 6:42 AM
Most real-world programming languages are too complex to be studied using formal methods. For this reason, academics often work with simple theoretical languages instead. The λ-calculus is a simple formal language that is often used for talking about func[...]
.
0
comment
on 4/18/2020 11:14 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News SAFE v2 – Roadmap and request for feedback Using .NET Core to provide Power Query for Excel on Mac Work flow of diagnosing memory performance issues – Part 1 See What’s New in Visual [...]
.
0
comment
on 4/15/2020 11:56 AM
TL;DR To make an AppSync DynamoDB resolver throw exceptions on conditional check errors, we need to check $context.error in the response mapping template ourselves. Like this: #if ( $ctx.error ) #if ( $ctx.error.type.equals("DynamoDB:ConditionalCheckFaile[...]
.
0
comment
on 4/13/2020 4:23 PM
Have you been wondering about serverless but just don’t know how and where to start? Maybe you’re already building stuff with serverless, but don’t know if you’re doing it right? Are you unsure about the best practices for testing, monitoring and how to c[...]
.
0
comment
on 4/11/2020 9:36 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Meet Visual Studio for Mac’s New Integrated Terminal! Mobius – .NET runtime running on .NET Core A comparison between Fable.React and Feliz Work flow of diagnosing memory performance [...]
.
0
comment
on 4/9/2020 2:13 AM
So you have built a serverless application, that, amongst other things, lets you upload images and files to S3. The set-up is very simple: API Gateway, Lambda and S3. It took you no time to implement and it works like a dream. You pat yourself on the back[...]
.
0
comment
on 4/7/2020 3:13 PM
Despite having the term science in its name, it is not always clear what kind of discipline computer science actually is. Research on programming is sometimes like science, sometimes like mathematics, sometimes like engineering, sometimes like design and [...]
.
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

Logging in...